Skip to content

Commit ffe14a5

Browse files
committed
Just a readme update
1 parent 73dbd96 commit ffe14a5

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ PyPI page: https://pypi.python.org/pypi/trackerjacker
1212

1313
![visual description](https://i.imgur.com/I5NH5KM.jpg)
1414

15+
trackerjacker can help with the following:
16+
17+
* I want to know all the nearby wifi networks **and know all the devices connected to each network.**
18+
* I want to know who's hogging all the bandwidth.
19+
* I want to run a command when this MAC address sends more than 100000 bytes in a 30 second window (maybe to determine when an IP camera is uploading a video, which is indicative that it just saw motion).
20+
* I want to deauth anyone who uses more than 100000 bytes in a 10 second window.
21+
* I want to deauth every Dropcam in the area so my Airbnb hosts don't spy on me.
22+
* I want to be alerted when any MAC address is seen at a power level greater than -40dBm that I've never seen before.
23+
* I want to see when this particular person is nearby (based on the MAC of their mobile phone) and run a command to alert me.
24+
* I want to write my own plugin to run some script to do something fun every time a new Apple device shows up nearby.
25+
1526
## Usage
1627

1728
Find detailed usage like this:
@@ -266,14 +277,6 @@ Note that trackerjacker will automatically enable/disable monitor mode if necess
266277

267278
Note that trackerjacker will automatically switch channels as necessary during normal map/track actions. This option is just useful if you want to set the channel on an interface for use with other applications.
268279

269-
## Example use-cases
270-
271-
* Map out all the nearby wifi devices (and which devices are asspciated with which Access Points)
272-
* Track when a particular MAC is seen
273-
* Track when a particular MAC sends some threshold of data in some time period
274-
* Track when traffic is happening on a particular Access Point
275-
* Find/track all connections on a particular Access Point
276-
277280
## Recommended hardware
278281

279282
* Panda PAU07 N600 Dual Band (nice, small, 2.4GHz and 5GHz)

trackerjacker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__author__ = "Caleb Madrigal"
88
__email__ = "[email protected]"
99
__license__ = "MIT"
10-
__version__ = "1.7.0"
10+
__version__ = "1.7.1"

0 commit comments

Comments
 (0)