This program can create multiple wifi fake APs(Access points).This tool name is Multi_Fake_AP script.A Multi_Fake_AP has 4 options.Select your favorite option and enter your linux interface.In this time,program is running.Fun with multi_fake_ap python script.
python3
Python 3.6.8 (default, Oct 7 2019, 12:59:55)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information
from faker import Faker
>>> faker = Faker()
>>> rkt_ap = 5
>>> iface =" wlp2s0mon"
>>> ssids_macs = [(faker.name(),faker.mac_address()) for i in range(rkt_ap)]
>>> print (ssids_macs)
[('Sarah Shah', '74:98:97:48:86:56'), ('Anthony Lopez', '4d:fe:ec:24:ca:2e'), ('Kenneth Patel', '30:88:fa:12:b6:52'), ('Henry Middleton', 'fa:76:df:04:bb:ff'), ('Roberto Peterson', 'b3:05:2a:79:40:07')]
We need to install aircrack-ng on our system.Open a terminal type and type the following command :
- sudo apt install aircrack-ng
- Ubuntu
- Kali Linux
- Linuxmint
- Parrot Os
- sudo pip3 install requirements.txt
- git clone https://github.com/r3k4t/Multi_Fake_AP.git
- cd Multi_Fake_AP
- sudo python3 multi_fake_ap.py
Next
Next
Next
Next
Android pic