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 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-30T04:17:12.000Z (over 1 year ago)
- Last Synced: 2025-04-23T06:18:13.986Z (about 2 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 

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