A tool that broadcasts fake SSIDs to disrupt Wi-Fi scans and signals.
- Simple Setup.
- Generates upto 100 Fake SSIDs.
- It supports NodeMCU ESP8266 Boards only.
- It supports 2.4GHz frequency only.
- If possible, use those NodeMCU ESP8266 boards which contain
CP2102
driver chipset.
-
Download Arduino IDE from here according to your Operating System.
-
Install it.
-
Go to
File
→Preferences
→Additional Boards Manager URLs
. -
Paste the following link :
https://arduino.esp8266.com/stable/package_esp8266com_index.json
-
Click on
OK
. -
Go to
Tools
→Board
→Board Manager
. -
Wait for sometimes and search
esp8266
byESP8266 Community
. -
Simply install it.
-
Wait for sometime and after that it is installed.
-
Restart the Arduino IDE.
-
Done!
- Download or Clone the Repository.
- Open the folder and just double click on
PhantomWiFi.ino
file. - It opens in Arduino IDE.
- Compile the code.
- Select the correct board from the
Tools
→Board
→ESP8266 Boards
.- It is generally
NodeMCU 1.0 (ESP-12E Module)
.
- It is generally
- Select the correct port number of that board.
- Upload the code.
- The code starts running automatically.
- It takes almost 3-4 minutes to generate SSIDs.