Skip to content

r3k4t/Multi_Fake_AP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MIT python

Multi Fake AP

Author : RKT

Description

1

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 Faker module(Concept)

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')]

Installation

We need to install aircrack-ng on our system.Open a terminal type and type the following command :

  • sudo apt install aircrack-ng

Tested On

  • Ubuntu
  • Kali Linux
  • Linuxmint
  • Parrot Os

Setup

  • sudo pip3 install requirements.txt

Terminal Command

Screentshots

Screenshot at 2020-10-17 08-06-32

Next

Screenshot at 2020-10-17 08-07-01

Next

Screenshot at 2020-10-17 08-07-12

Next

Screenshot at 2020-10-17 08-07-24

Next

Android pic

IMG_20201015_094114

Releases

No releases published

Packages

No packages published

Languages