All Projects → urld → wifitracker

urld / wifitracker

Licence: BSD-3-Clause license
No description or website provided.

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to wifitracker

Probequest
Toolkit for Playing with Wi-Fi Probe Requests
Stars: ✭ 167 (+518.52%)
Mutual labels:  sniffer, wifi-security
wifi-pentesting-guide
WiFi Penetration Testing Guide
Stars: ✭ 105 (+288.89%)
Mutual labels:  wifi-security
Auto-Besside-Capturer
Capture WPA handshakes, using besside-ng. Auto upload to http://wpa-sec.stanev.org for cracking the password.
Stars: ✭ 28 (+3.7%)
Mutual labels:  wifi-security
linux-802.15.4-sniffer
Linux Based 802.15.4/Zigbee Sniffer
Stars: ✭ 17 (-37.04%)
Mutual labels:  sniffer
sniffer
Sniffer is an http packet capture tool, base on golang gopacket(libpcap)
Stars: ✭ 50 (+85.19%)
Mutual labels:  sniffer
ApeX
Using Social Engineering To Obtain WiFi Passwords
Stars: ✭ 87 (+222.22%)
Mutual labels:  wifi-security
Chameleonmini Rebooted
Chameleon Mini revE rebooted - Iceman Fork, the ChameleonMini is a versatile contactless smartcard emulator (NFC/RFID)
Stars: ✭ 208 (+670.37%)
Mutual labels:  sniffer
psr2r-sniffer
A PSR-2-R code sniffer and code-style auto-correction-tool - including many useful additions
Stars: ✭ 32 (+18.52%)
Mutual labels:  sniffer
dns-collector
Aggregator, analyzer, transporter and logging for your DNS logs
Stars: ✭ 58 (+114.81%)
Mutual labels:  sniffer
wifivoid
Ruby script for continuously jam all wifi clients and access points within range
Stars: ✭ 91 (+237.04%)
Mutual labels:  wifi-security
RogueAP-Detector
Rogue Access Point Detector
Stars: ✭ 28 (+3.7%)
Mutual labels:  wifi-security
Web-Tracker
Stand alone program that Tracks/Logs all the opened websites in the Chrome Browser. Even incognito! *No need to install anything in browser*
Stars: ✭ 34 (+25.93%)
Mutual labels:  sniffer
EAP buster
EAP_buster is a simple bash script that lists what EAP methods are supported by the RADIUS server behind a WPA-Enterprise access point
Stars: ✭ 39 (+44.44%)
Mutual labels:  wifi-security
Wall-of-Shame
A framework for capturing user credentials and sensitive device information.
Stars: ✭ 57 (+111.11%)
Mutual labels:  wifi-security
Codor
Custom PHPCS sniffs to find Code Smells
Stars: ✭ 40 (+48.15%)
Mutual labels:  sniffer
Sniffrom
A tool for passive data capture and reconnaissance of serial flash chips. It is used in conjunction with a Saleae logic analyzer to reconstruct flash memory contents and extract contextual information about device operations.
Stars: ✭ 234 (+766.67%)
Mutual labels:  sniffer
termux-wifi
Bash script which installs and runs the Fluxion tool inside Termux, a wireless security auditing tool used to perform attacks such as WPA/WPA2 cracking and MITM attacks.
Stars: ✭ 406 (+1403.7%)
Mutual labels:  wifi-security
wifi-bf
A (completely native) python3 wifi brute-force attack using the 100k most common passwords (2021)
Stars: ✭ 20 (-25.93%)
Mutual labels:  wifi-security
nRF-Sniffer-for-802.15.4
nRF-based 802.15.4 sniffer (firmware and software)
Stars: ✭ 149 (+451.85%)
Mutual labels:  sniffer
wifibang
wifi attacks suite
Stars: ✭ 56 (+107.41%)
Mutual labels:  wifi-security

Build Status Go Report Card GoDoc

This is a golang port of py-wifi-tracker.

Usage

Record probe requests:

$ ./monitor.sh start wlan0
$ wifisniff mon0 > requests.log

Analyze recored probe requests:

$ wifianalyze devices < requests.log

Install

apt install libpcap0.8 libpcap0.8-dev
go get github.com/urld/wifitracker
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].