Sweep for the readers you can't see.
Specter turns your Flipper Zero into a pocket counter-surveillance bug-sweep for active 13.56 MHz NFC readers. It passively listens for the RF field that a powered-on reader is constantly emitting โ a hidden card skimmer slipped into a payment terminal, a covert reader behind a door panel, a rogue logger taped under a desk โ then tells you where it is, what kind of thing it is, and whether the room is clean. It never transmits.
The readers are invisible. Specter makes them visible.
Sweep (quiet) ย ยทย Sweep (reader locked) ย ยทย Fingerprint ย ยทย Survey (running)
Survey (verdict) ย ยทย Logbook ย ยทย Calibrate ย ยทย Settings
Specter answers three different questions, and each one has its own screen.
The showpiece: an analog-style EMF gauge. The needle rides the FIELD % in real time, a peak-hold marker remembers the strongest hit, and the top of the dial is a hot zone. A live waveform traces the noise floor while it's quiet.
The instant a reader's carrier is sensed the screen frames itself in an alarm border, a throb
ring pulses around the dial, and the strip flips to โ ACTIVE READER with a proximity readout
(FAINT โ NEAR โ CLOSE โ STRONG). Optional geiger clicks speed up as the field gets stronger, so
you can sweep a surface with the Flipper in your pocket and hear yourself getting warmer.
OK resets peak/contacts ยท hold OK logs the reading ยท LEFT calibrates to the room you're in.
Found something? Hold still on it. Specter stops chasing proximity and starts timing the carrier's on/off edges, then tells you what kind of emitter you're looking at:
| Class | What it means |
|---|---|
| CONTINUOUS | Carrier held permanently up |
| POLLING | Fixed poll cycle โ the period is shown in ms |
| INTERMITTENT | Bursty but irregular |
You get the polling period, burst width, jitter, duty-cycle and a confidence bar โ plus a logic-analyser pulse train of the raw carrier along the bottom, so the verdict is never asked to be believed on its own. A reader's polling loop is crystal-timed, so a genuine poll shows up as an unmistakable square wave.
OK saves the finding to the logbook ยท hold OK restarts the measurement.
A timed sweep of a whole space. Start it, walk the room, and get one verdict at the end instead of having to watch a needle the entire time:
CLEANโ nothing crossed the noise floorTRACEโ brief or faint hits, worth a second passACTIVE READERโ something was up and emitting for real
โฆwith max/average field, contact count, and how much of the survey a carrier was actually up. Runs for 30 s, 60 s or 2 min, and auto-logs the result.
Findings are appended with an RTC timestamp to apps_data/specter/logbook.txt on the SD card and
are readable on-device and in any text editor โ no export step, no proprietary format:
2026-07-18 14:35:11
SURVEY 60s
ACTIVE READER
mx74% av21% f38% h5
2026-07-18 14:32:07
READER POLLING
204ms b20 d10% c88%
Nothing leaves the device.
Press LEFT on the Sweep screen and Specter listens to the ambient noise floor for 3 seconds, then sets the detection threshold just above whatever it measured โ saved as your Custom sensitivity. Every room has a different RF floor; this tunes to the one you're standing in rather than a number baked in at build time.
Keeps the screen and LED dark for the whole sweep, so the Flipper doesn't glow while you're the one doing the looking. Sound and vibration keep working โ the point isn't to disable the feedback you're sweeping by.
Sensitivity, survey length, sound, vibe, LED, stealth and logging are saved to the SD card the moment you change them. A sweep kit that forgets its setup is worse than no persistence at all.
Every powered-on NFC reader continuously pings the air with a 13.56 MHz carrier, waiting for a card to wake up. You can't see it, but the Flipper's NFC chip can: the ST25R3916 has a hardware external-field detector (the same circuit that lets the Flipper emulate a card and know when a reader is talking to it). Specter parks the chip in detect-only mode and samples that "field present?" bit ~500 times a second โ without ever switching on its own carrier.
That single bit, sampled fast enough, carries two independent signals:
flowchart LR
R["๐ Hidden 13.56 MHz reader / skimmer<br/>(constantly polling its field)"] -- "RF carrier" --> A
subgraph FLIP["Flipper Zero โ Specter.fap"]
A["ST25R3916 NFC chip<br/>external-field detector"] --> S["Sampler thread<br/>~500 samples/s"]
S --> M["<b>How much?</b><br/>carrier duty-cycle<br/>peak ยท average ยท contacts"]
S --> C["<b>What rhythm?</b><br/>burst / gap edge timing<br/>period ยท jitter"]
M --> G["EMF gauge ยท waveform<br/>geiger clicks ยท LED ยท vibe"]
M --> V["Survey verdict<br/>CLEAN / TRACE / ACTIVE"]
C --> K["Emitter class<br/>CONTINUOUS / POLLING /<br/>INTERMITTENT + pulse train"]
V --> L["๐ SD logbook"]
K --> L
end
How much โ strength. Over a short window Specter measures what fraction of the time a carrier is present and smooths it into the FIELD %. A reader sitting right on top of the Flipper pegs the meter; a weaker or further one nudges it. That drives the needle, the proximity word and the click rate.
What rhythm โ identity. Separately, every transition of that bit is timed. A reader that wakes for 20 ms every 200 ms produces a burst/gap pattern with almost no jitter, because its polling loop is driven by a crystal-timed state machine. Hand movement and RF noise are not that steady. That difference is what separates POLLING from INTERMITTENT.
The two places where Specter turns numbers into a claim โ "this is a polling reader", "this room is clean" โ are pure C with no hardware dependencies, and they're pinned down by host tests rather than discovered on the device:
make -C test # 64 checks across the classifier and the survey verdictNo devboard, no firmware to flash โ it's a single .fap.
Option A โ prebuilt .fap (easiest)
- Grab
specter.fapfrom the Releases page. - Open qFlipper, drag the file onto
SD Card / apps / NFC /. - On the Flipper: Apps โ NFC โ Specter.
Option B โ build it yourself with ufbt
# one-time
python3 -m pip install --upgrade ufbt
# from the repo root, with your Flipper plugged in over USB:
ufbt # build specter.fap into ./dist
ufbt launch # build, upload to the Flipper and open it
make -C test # run the host tests for the pure logicThe .fap lands in dist/specter.fap; ufbt launch copies it to apps/NFC/ and starts it for you.
Icons in
icons/, screenshots and the banner inimages/are generated โ regenerate withpython3 tools_gen_icons.py,python3 tools_gen_mockups.pyandpython3 tools_gen_banner.py(needspillow).
A sweep, end to end:
- Launch Specter. On the Sweep screen, press LEFT and hold still for 3 seconds to calibrate to the room's noise floor.
- Hold the Flipper flat and move it slowly across the thing you're checking โ a card terminal, a
door reader, the underside of an ATM lip, a parcel, a desk.
- Quiet / flat waveform โ no active reader in range.
- Needle climbing, clicks speeding up โ you're approaching an emitter. Keep going toward the peak.
โ ACTIVE READER+ alarm border โ an active reader is right here.
- Found something? Back out and open Fingerprint. Hold the Flipper still against it and let the cadence settle โ a few seconds is usually enough. Press OK to save the finding.
- Clearing a whole room instead? Open Site Survey, walk the space until the bar fills, and read the verdict.
- Check Logbook for everything you've saved, timestamped.
๐ก Sweep a known-good reader first (your own phone doing NFC, or a contactless terminal you trust) to see what a strong, legitimate field looks like on the meter โ and what its fingerprint reads as. Then go hunting.
| Screen | Key | Action |
|---|---|---|
| Sweep | OK |
Reset peak / contacts |
hold OK |
Log the current reading | |
LEFT |
Calibrate the noise floor (3 s) | |
| Fingerprint | OK |
Save the finding to the logbook |
hold OK |
Restart the measurement | |
| Site Survey | OK |
Run the survey again |
| anywhere | BACK |
Up a level |
- 13.56 MHz (HF) only. Specter senses the NFC band โ the one used by contactless payment skimmers, most modern access readers, transit and hotel readers. It cannot see 125 kHz (LF) readers (older HID Prox / EM4100 door panels); the Flipper's LF path has no equivalent field-detect bit.
- It senses a reader's carrier, not what it reads. Specter tells you an active reader is here, roughly how close, and what rhythm it polls on โ it does not decode, identify, or capture anything the reader does.
- Strength is relative, not calibrated.
FIELD %and the proximity words are a comparative "warmer / colder" guide for sweeping, not a measured distance in cm. - Cadence resolves to ~2 ms. That's the sampling period. Timings anywhere near it are shown with a
~and the confidence is discounted accordingly โ Specter would rather flag its own resolution floor than quote a precise-looking number it can't stand behind. CLEANmeans clean at the sensitivity you chose. A dormant skimmer that only wakes on a real tap, or one that's shielded, stays invisible at any threshold. Absence of a reading isn't a guarantee of absence.- One radio at a time. Specter takes over the NFC chip while sweeping, so close any other NFC app first (it'll say NFC unavailable if something else holds the radio).
Specter is a defensive, listen-only tool โ it never transmits, never powers a field, never touches the reader. Use it to sweep your own POS area, door, desk or belongings, or hardware you're explicitly authorised to assess. You are responsible for how you use it. Know your local laws.
- Persist sensitivity / sound / vibe / LED across reboots
- "Logbook" of detections with timestamps to the SD card
- Background sweep with the screen off โ stealth mode
- Adjustable threshold for finer range control โ auto-calibration + Custom sensitivity
- Fingerprint an emitter by its polling cadence
- Timed site survey with a room verdict
- Export the logbook as CSV for reporting
- Long-run unattended watch mode with a wake-on-detection alarm
- Investigate an LF (125 kHz) coil-based reader sense as a separate mode
Specter-FlipperZero/
โโโ application.fam # Flipper app manifest (category: NFC)
โโโ specter.c / specter_i.h # app entry, wiring, alert feedback, stealth
โโโ helpers/
โ โโโ field_detector.{c,h} # worker thread: samples the field-present bit,
โ โ # duty-cycle + edge timing + calibration
โ โโโ emitter_classify.{c,h} # pure: cadence -> CONTINUOUS/POLLING/INTERMITTENT
โ โโโ survey_verdict.{c,h} # pure: survey stats -> CLEAN/TRACE/ACTIVE
โ โโโ specter_settings.{c,h} # persisted settings (saved_struct)
โ โโโ specter_log.{c,h} # SD logbook, RTC-stamped
โโโ views/
โ โโโ sweep_view.{c,h} # the EMF gauge / waveform / alarm screen
โ โโโ fingerprint_view.{c,h} # classification card + pulse-train trace
โ โโโ survey_view.{c,h} # progress + verdict card
โโโ scenes/ # scene-manager navigation
โโโ test/ # host tests for the pure decision layers
โโโ icons/ # 1-bit Flipper icons (generated)
โโโ images/ # banner + screen mockups (generated)
โโโ tools_gen_*.py # regenerate icons / mockups / banner
- Built by at0m-b0mb.
- Part of a Flipper security-tool family: Argus (Wi-Fi deauth / evil-twin watchdog), GhostTag (BLE anti-stalking hunter) and Cerberus (Sub-GHz RF watchdog).
- Powered by the Flipper Zero firmware NFC HAL (
furi_hal_nfcfield detection) + ufbt.
MIT ยฉ 2026 at0m-b0mb




