Integrate Flock probe fingerprint without replacing wardrive scans - #1478
Integrate Flock probe fingerprint without replacing wardrive scans#1478justcallmekoko wants to merge 1 commit into
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #1478 +/- ##
==========================================
+ Coverage 2.43% 2.85% +0.42%
==========================================
Files 32 34 +2
Lines 17735 17526 -209
Branches 70 90 +20
==========================================
+ Hits 431 500 +69
+ Misses 17276 16991 -285
- Partials 28 35 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Hey @justcallmekoko!! I'm really sorry, I forgot this was still out there. I would not use this right now. Something started changing with the wifi coming out of the cameras around 8/6 timeframe. I am planning to do more work on this to get it updated and can ping you again. |
Does this method not work at all or has it's efficacy just degraded? |
Not at all. I still got some hits using an OUI list + wifi probe as the filter a few days ago, but I haven't had time to fully check things out. I'm getting conflicting reports about what the current state of things is. Some people say the cameras are doing nothing, but others are still seeing something. I am going to be doing some fresh packet captures soon to figure out what's going on. |
|
I understand. I am still probably going to merge this in for now and just keep it there until there is a new validated detection method. |
Summary
sniffflockin the CLI/wardrive_flock_N.lograther than representing client probes as WPA2 APs in WiGLE outputWhy this differs from #1348
PR #1348 contains the useful detector, but also replaces the wardrive acquisition engine with beacon-only promiscuous capture, globally changes hopping direction/timing, and removes substantial current behavior from a stale
masterbase. This PR isolates the detection convention and avoids those wardriving regressions.Detection convention
A match requires all of: probe-request frame, wildcard SSID, known Flock infrastructure OUI, and the terminal Lite-On/HT/VHT/WPA IE fingerprint. Optional four-byte FCS capture trailers are accepted.
Validation
git diff --check: passedCredits: detection method and OUI additions adapted from #1348 by @DeflockJoplin and its cited upstream research.