This repository contains scripts to automate the creation and cleanup of a fake access point, also known as an Evil Twin Attack. This script is intended for educational and informational purposes only. Do not use this script for any illegal activities. The author is not responsible for any misuse of this tool.
FAP-Generator.py
: Script to generate a fake access point.cleanup.py
: Script to clean up processes and files created byFAP-Generator.py
.
- Python 3.x
- Network adapter capable of packet injection
-
Clone the repository:
git clone https://github.com/Purvapatel4725/Evil-Twin-Attack-Automated.git
-
Navigate to the project directory:
cd Evil-Twin-Attack-Automated
-
Run the Fake Access Point Generator script:
sudo python FAP-Generator.py
-
After use, run the cleanup script to terminate processes and remove files:
sudo python cleanup.py
This script is intended for educational and informational purposes only. Do not use this script for any illegal activities. The author is not responsible for any misuse of this tool.
Developed by Purva Patel