From 5c9102386bc38bca43e7df34ec21d01ec0fd1b09 Mon Sep 17 00:00:00 2001 From: g-maxxx <76626543+g-maxxx@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:25:35 +0200 Subject: [PATCH 1/2] Update full_description.txt --- metadata/en-US/full_description.txt | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt index 9f4ea17..f6a53c6 100644 --- a/metadata/en-US/full_description.txt +++ b/metadata/en-US/full_description.txt @@ -1,14 +1,18 @@ -Spectre is an Android app for observing and interacting with the wireless environment around you. It monitors signals from Bluetooth devices, Wi-Fi access points, cellular towers, and GNSS satellites, and features a growing set of pentesting tools, constrained by Android's security model. +Spectre is an Android app for observing and interacting with the wireless environment around you. +It monitors signals from Bluetooth devices, Wi-Fi access points, cellular towers, and GNSS satellites. +Spectre also features a growing set of pentesting tools, constrained by Android's security model. Features: +• RF exposure: total received power from cellular, Wi-Fi, and Bluetooth as one live dBm reading +• Cellular: serving and neighbor cells on 5G, 4G, 3G, and 2G, across both SIMs +• Wi-Fi: 2.4, 5, and 6 GHz access points, with security analysis and 802.11mc FTM ranging +• Bluetooth LE: advertising devices with decoded manufacturer data, including iBeacons +• GNSS: multi-constellation, dual-frequency satellite tracking with live sky geometry +• Filter and sort: focus the Wi-Fi and Bluetooth lists on specific devices +• Local-network scan: discover hosts, open ports, and running services on your network +• GATT inspector: connect to a BLE device to read, decode, and write its characteristics +• iBeacon broadcast: advertise your phone as a configurable iBeacon -• Live RF exposure gauge: a single dBm figure for the total received RF power across cellular, Wi-Fi, and Bluetooth -• Cellular: serving and neighbor cells on 5G, 4G, 3G, and 2G with operator, identifiers, bands, reference measurements, and a timing-advance distance estimate where available -• Wi-Fi: access points on the 2.4, 5, and 6 GHz bands with vendor, security, cipher, channel, width, and a distance estimate, including true 802.11mc FTM ranging where the hardware supports it -• Bluetooth LE: advertising devices with name, MAC, vendor, RSSI, address type, PHY, service UUIDs, and decoded manufacturer data including iBeacon -• GNSS: multi-constellation tracking with dual-frequency support, carrier-to-noise, elevation, azimuth, used-in-fix status, and a computed sub-satellite ground point -• Local-network scan: host discovery via TCP-connect probes and SSDP/UPnP, with banner grabbing, service fingerprinting, and reverse DNS, plus mDNS/DNS-SD service discovery -• GATT inspector: connect to a BLE device, enumerate its services and characteristics, read and decode their values, and write to writable ones -• iBeacon broadcast: broadcast as an iBeacon with configurable UUID, major, minor, and measured power - -Spectre requests location, Bluetooth, and phone-state permissions because Android gates Wi-Fi scan results, BLE scans, and cell identities behind them. Everything runs on-device. There are no ads, no trackers, and no Google dependencies. Network access is used only to probe devices on your own local network. +Spectre requests location and other permissions only because Android gates these signals behind them. +Everything runs on-device, with no ads, trackers, analytics, or Google Play Services. +Network access is used only to probe devices on your own local network. From 2ec71524ba479e3134de0ec97ccfb26d3d68b662 Mon Sep 17 00:00:00 2001 From: g-maxxx <76626543+g-maxxx@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:35:28 +0200 Subject: [PATCH 2/2] Update full_description.txt --- metadata/en-US/full_description.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt index f6a53c6..75a916a 100644 --- a/metadata/en-US/full_description.txt +++ b/metadata/en-US/full_description.txt @@ -3,15 +3,15 @@ It monitors signals from Bluetooth devices, Wi-Fi access points, cellular towers Spectre also features a growing set of pentesting tools, constrained by Android's security model. Features: -• RF exposure: total received power from cellular, Wi-Fi, and Bluetooth as one live dBm reading -• Cellular: serving and neighbor cells on 5G, 4G, 3G, and 2G, across both SIMs -• Wi-Fi: 2.4, 5, and 6 GHz access points, with security analysis and 802.11mc FTM ranging -• Bluetooth LE: advertising devices with decoded manufacturer data, including iBeacons -• GNSS: multi-constellation, dual-frequency satellite tracking with live sky geometry -• Filter and sort: focus the Wi-Fi and Bluetooth lists on specific devices -• Local-network scan: discover hosts, open ports, and running services on your network -• GATT inspector: connect to a BLE device to read, decode, and write its characteristics -• iBeacon broadcast: advertise your phone as a configurable iBeacon +• RF exposure - total received power from cellular, Wi-Fi, and Bluetooth as one live dBm reading +• Cellular - serving and neighbor cells on 5G, 4G, 3G, and 2G, across both SIMs +• Wi-Fi - 2.4, 5, and 6 GHz access points, with security analysis and 802.11mc FTM ranging +• Bluetooth LE - advertising devices with decoded manufacturer data, including iBeacons +• GNSS - multi-constellation, dual-frequency satellite tracking with live sky geometry +• Local network scan - discover hosts, open ports, and running services on your network +• GATT inspector - connect to a BLE device to read, decode, and write its characteristics +• iBeacon broadcast - advertise your phone as a configurable iBeacon +• Filter and sort - focus the Wi-Fi and Bluetooth lists on specific devices Spectre requests location and other permissions only because Android gates these signals behind them. Everything runs on-device, with no ads, trackers, analytics, or Google Play Services.