https://github.com/stavinski/beaconizer
Broadcasts multiple beacon frames to elicit a probe from a wifi client
https://github.com/stavinski/beaconizer
infosec pentest-tool pentesting security-tools wifi
Last synced: 3 months ago
JSON representation
Broadcasts multiple beacon frames to elicit a probe from a wifi client
- Host: GitHub
- URL: https://github.com/stavinski/beaconizer
- Owner: stavinski
- License: mit
- Created: 2018-11-24T14:51:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T14:01:13.000Z (over 1 year ago)
- Last Synced: 2024-04-14T15:07:20.427Z (about 1 year ago)
- Topics: infosec, pentest-tool, pentesting, security-tools, wifi
- Language: Python
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Beaconizer
Author: Mike Nicholls
A tool written in python3 that sends multiple wifi beacon frames in order to try and elicit a response from a
wifi client, assuming they already have the SSID in the list of remembered access points.## Gathering SSIDs
1. Wardriving around common hotspot locations to gather a list of open wifi access points
2. Use the work of others at https://www.wigle.net/ to gather a list around your target location## Usage
```sh
usage: beaconizer.py [-h] [-i IFACE] [-c CHANNEL] [-o OUTFILE] [-v] ssidspositional arguments:
ssids file with list of SSIDs to use, use - for STDINoptional arguments:
-h, --help show this help message and exit
-i IFACE, --iface IFACE
wifi iface to use
-c CHANNEL, --channel CHANNEL
channel to use
-o OUTFILE, --outfile OUTFILE
file to write output to, uses STDOUT by default
-v, --verbose Enable verbose logging to STDERR```