You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
+
15
26
## Usage
16
27
17
28
Find detailed usage like this:
@@ -266,14 +277,6 @@ Note that trackerjacker will automatically enable/disable monitor mode if necess
266
277
267
278
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.
268
279
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
-
277
280
## Recommended hardware
278
281
279
282
* Panda PAU07 N600 Dual Band (nice, small, 2.4GHz and 5GHz)
0 commit comments