Skip to content

Uses signal strength to locate a desired rogue access point.

Notifications You must be signed in to change notification settings

ritsec/Fox-Hunting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

Fox-Hunting

Idea

You have a rogue access point. You take the bssid, and use the signal strength to locate said access point.

Initialization

pip3 install access_points --user

On linux systems you might want to install nmcli (recommended) or iwlist:

apt-get install network-manager # Ubuntu
pacman -S networkmanager        # Arch Linux

Usage

usage: access_point_tracker.py [-h] [-a] [-c] [-s] bssid

positional arguments:
  bssid        the bssid to track

optional arguments:
  -h, --help   show this help message and exit
  -a, --all    print all available access points
  -c, --clear  clear tracking line on each update
  -s, --same   hide same updates

About

Uses signal strength to locate a desired rogue access point.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages