Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seandadonntech/wefe-nio
A simple yet power program to collect WIFI name & password it can also write this information in a file
https://github.com/seandadonntech/wefe-nio
information-gathering information-retrieval information-retrieval-history information-security wifi-security
Last synced: about 7 hours ago
JSON representation
A simple yet power program to collect WIFI name & password it can also write this information in a file
- Host: GitHub
- URL: https://github.com/seandadonntech/wefe-nio
- Owner: seandadonntech
- License: bsd-2-clause
- Created: 2023-11-24T12:15:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-30T04:17:12.000Z (10 months ago)
- Last Synced: 2024-01-30T05:27:10.505Z (10 months ago)
- Topics: information-gathering, information-retrieval, information-retrieval-history, information-security, wifi-security
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# wefe-nio ![GitHub issues](https://img.shields.io/github/issues/seandadonntech/wefe-nio)
![GitHub Repo stars](https://img.shields.io/github/stars/seandadonntech/wefe-nio)
![image](https://github.com/seandadonntech/wefe-nio/assets/72393350/c9e62cd2-0036-4b7f-818d-2984c24c43a9)A simple yet power program to collect WIFI name & password,this program is able to write this information in A file.
## THIS TOOL MAY NOT WORK IF TARGET IS NOT CONNECTED TO WIFI/OR IS CONNECTED TO ETHERNET l
## installation
in case you don't have nodejs install on your machine click [here](https://nodejs.org/en/) NPM SHOULD COME WITH NODE JS AFTER THIS
TYPE THIS IN YOU CMD OR TERMINAL
optional: >git clone https://github.com/seandadonntech/wefe-nio
>1. npm i wifi-name
>2. npm i wifi-password
>3. npm i fs
## requirements
1. nodejs
2. npm### Usage
```javascript k
const wifiName = require('wifi-name');
const wifiPassword = require('wifi-password');
const fs = require('fs')
wifiName().then(name => {
console.log(name);
fs.writeFile('wifiname.txt', name, (err) => {
if (err) throw err;
})
});
wifiPassword().then(password => {
console.log(password);
fs.writeFile('wifipass.txt', password, (err) => {
})
});
//PLEASE NOTE PRGRAM WILL CREAATE 2 SEPERATE FILES ONE FOR USERNAME ONE FOR PASSWORD//
```
## DISCLAIMER: USE AT YOUR OWN RISK BY USING THIS PROGRAM YOU ARE RESPONSIBLE FOR YOU ACTIONS
## IF YOU HAVE ANY QUESTION, COMMENTS, CONCERNS OR WANT TO CONTRIBUTE FEEL FREE TO PUT AN ISSUE THEN SUBMIT A PULL REQUEST
## IF YOU NEED TO CONTACT ME FOR ANY REASON FEEL FREE TO DM ME ON DISCORD @ .technio