Skip to content

v1.7.2

Latest

Choose a tag to compare

@cifertech cifertech released this 06 Aug 15:03
3e63057

What's New in v1.7.2

This update brings 13 new features across WiFi, Bluetooth, Sub-GHz, and 2.4GHz, plus a wave of bug fixes and V1 hardware improvements.


πŸ“‘ WiFi

  • Hidden SSID Revealer β€” forces hidden networks to expose their SSID
  • WPS Scanner β€” detects access points with WPS enabled
  • ARP Scanner β€” maps all devices on a network with IP and MAC after joining
  • Karma Attack β€” listens for probe requests and impersonates saved networks to auto-connect devices

πŸ“Ά Bluetooth

  • AirTag Spoofer β€” broadcasts fake AirTag signals into the Find My network
  • AirTag Sniffer β€” monitors for AirTags in range
  • Skimmer Detect β€” scans for BLE signatures matching known card skimmer profiles

πŸ“» 2.4GHz / NRF24

  • ESB Sniffer β€” passively captures Enhanced ShockBurst packets
  • ESB Replay β€” replays captured ESB packets
  • MouseJack Scan β€” detects vulnerable wireless mice and keyboards
  • MouseJack Inject β€” injects keystrokes into vulnerable wireless receivers

πŸ”‰ Sub-GHz

  • De Bruijn / Brute Force β€” cycles through all possible fixed codes for Sub-GHz remotes
  • Jamming Detector β€” adaptive noise floor monitoring with CLEAR / ACTIVITY / JAMMING DETECTED status, FFT waterfall, and SD logging (thanks @boberbyte)

πŸ”§ Bug Fixes

  • Fixed WiFi Deauther and Probe Flood Start/Stop double-trigger using edge presses
  • Added touch cooldown on Deauther and Probe Start buttons to prevent double taps
  • Fixed beacon spammer
  • Stopped hyphen from clearing keyboard text
  • Restored missing L/l on the on-screen keyboard and moved space to the bottom row
  • Added missing symbol keys on the # keyboard layer

πŸ”© Hardware (V1)

  • Added V1 XPT2046_IRQ pin (GPIO 34) in shared.h (thanks @megaman49)
  • Set V1 battery ADC pin to GPIO 36 and disabled CYD ADC (thanks @megaman49)
  • Reworked readBatteryVoltage() with ADC attenuation and analogReadMilliVolts() (thanks @megaman49)

πŸ’Ύ SPI / SD Fixes

  • SD after RFID/SPI features: reclaim shared SPI bus and remount SD
  • Stopped RFID from remapping hardware SPI
  • SubGHz Saved Profile: restored original init path after SD reclaim
  • Replay after RFID: reclaim CC1101 bus, setGDO before Init, soft-reset radio, reattach RCSwitch

🎨 UI

  • Slowed Settings accent color changes so one tap advances one color
  • General UI and color improvements