Caleb Madrigal

Results 21 comments of Caleb Madrigal

@rafaleon69 Sweet. Filtering by AP is still kind of in the works for mapping. The -a flag (along with the -m flag) is mostly for tracking, so you can give...

This kind of thing should really work well with trackerjacker's plugin system (e.g. https://github.com/calebmadrigal/trackerjacker/blob/master/plugin_examples/plugin_example1.py). The plugin system is very powerful. I actually implemented some of the functionality I wanted in...

No worries, any feedback is helpful. Can you give the command you're running? Builtin plugins (currently just `foxhunt`) should be run without specifying the `.py` like this: `trackerjacker -i wlan1337...

Oh shoot, good catch - it only works if you're in the trackerjacker dir. I'll fix that later tonight. Thanks for finding this.

Looks like older versions of scapy don't support that kwarg (I probably need to specify the version of scapy more precisely). But in the meantime, I put in a check....

I removed that debug statement. I think what’s probably happening is it’s working, but your combination of hardware and software isn’t returning the power levels, which is required for the...

Ya, I think the combination of scapy and your wifi card may not support the RadioTap layer (which is where the signal power level comes from). Without that, the `foxhunt`...

Hey @gpotter2, thanks for the suggestions! Ya, definitely looking forward to that RadioTap fix. So about the OSX monitor mode, I'm glad you brought that up. I've tried the `monitor=True`,...

Thanks, I'll be curious to hear your feedback.

@E3V3A Make sure to test with the newest version (`1.1.1` right now), as the previous versions had a bug where the incorrect requirement was specified (`PyYAML` instead of `pyaml`). See...