Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajackal/cherrywasp
An 802.11 probe request and beacon sniffer.
https://github.com/ajackal/cherrywasp
beacon-sniffer network network-monitoring probe-requests python recon scapy wireless-network
Last synced: about 2 months ago
JSON representation
An 802.11 probe request and beacon sniffer.
- Host: GitHub
- URL: https://github.com/ajackal/cherrywasp
- Owner: ajackal
- Created: 2017-01-07T20:50:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T01:27:16.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T03:43:41.342Z (2 months ago)
- Topics: beacon-sniffer, network, network-monitoring, probe-requests, python, recon, scapy, wireless-network
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 15
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **8**星
README
# cherry-wasp README #
![Travis CI Build Status](https://travis-ci.org/ajackal/cherrywasp.svg?branch=master)
## Intent ##
This program is desgined for network and target reconiassance to facilitate authorized wireless penetration tests or enthusiasts testing on their own network or lab enviornment.
This program is designed as a probe request and beacon sniffer. You must have a monitor-mode NIC interface setup.
# Usage #
Mode 0 will sniff all probe requests and the BSSID (MAC address) that is probing and save them to a .csv file. You can filter by a specific BSSID with the "-b" option.
Mode 1 will sniff and record all beacons that the NIC can hear and their associated BSSID saving them to a .csv file.Mode 2 will sniff and record both beaconds and probe requests. The filter option "-b" will not currently work with Mode 2.
## License ##
cherry-wasp is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
cherry-wasp is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with cherry-wasp. If not, see the gnu.org web site.