-
Notifications
You must be signed in to change notification settings - Fork 2
Evil Twin automated single terminal script (Fluxion modified/Alternative)
License
M1z23R/FluxPi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
All scripts are made by FLUXION team and only edited by me to suit my needs. Future: Everything will be combined in one script. Terminal UI Generic Page Languages Custom Pages Script's main use is to be able to use something like fluxion in a single terminal without the need of X desktop. It only creates fake captive portal like access point for evil-twin attack, it doesn't deauth anyone. It was made for raspberry pi so in order to get it fully working you would need one interface for the AP (script) and another one with monitor mode for deauthing. It has only two languages (Default English and Serbian) so far but you can easily modify the webpages to any language. If you wish to modify or add new webpages you can use following strings that will automatically change: %%SSID%% %%CHANNEL%% %%MAC%% To add a new language just add a new file in the reqs folder like this index_RS.html (change RS to country code u want). How to use: 1. Run install.sh 2. Aquire good handshake file using the following commands in two separate terminals: airodump-ng --bssid TARGET_MAC --channel TARGET_CHANNEL -w handshakes wlan0mon aireplay-ng --deauth 0 -a TARGET_MAC wlan0mon Restart the aireplay-ng command every 10-30 secs, after you see "HANDSHAKE" in top right corner in the airodump-ng terminal close both. Check if the handshake is good using pyrit: pyrit -r PATH_TO_CAP_FILE -o handshake.cap stripLive Continue to next step after verifying that at least one GOOD* handshake is present. 2. Run fluxPi.sh script with following argumenst: -m Mac address of the fake AP -e ESSID of fake AP -c Channel of fake AP -h Path to verified handshake file -i Interface to use for fake AP All copyrights if there are any go to fluxion team. I am new to github and don't really understand how copyrights work.
About
Evil Twin automated single terminal script (Fluxion modified/Alternative)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published