Skip to content

Files

This branch is 118 commits behind x4nth055/pythoncode-tutorials:master.

fake-access-point

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 10, 2019
Sep 5, 2022
Aug 7, 2019

to run this:

  • Linux Machine.
  • USB WLAN Stick.
  • aircrack-ng.
  • Turn the network interface to Monitor mode using the command:
    airmon-ng start wlan0
    
  • pip3 install -r requirements.txt.
  • python3 fake_access_point.py --help
    
    Output:
    usage: fake_access_point.py [-h] [-n N_AP] interface
    
    Fake Access Point Generator
    
    positional arguments:
    interface             The interface to send beacon frames with, must be in
                            monitor mode
    
    optional arguments:
    -h, --help            show this help message and exit
    -n N_AP, --access-points N_AP
                            Number of access points to be generated