You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@
7
7
<ahref='https://f-droid.org/en/packages/f.cking.software/'><imgalt='Get it on F-Droid'src='https://github.com/Semper-Viventem/MetaRadar/assets/18288554/c03a0cf2-b39a-4344-adb8-d4cde7ce4b61'width='200'/></a>
8
8
<ahref='https://android.izzysoft.de/repo/apk/f.cking.software'><imgalt='Get it on IzzyOnDroid'src='https://github.com/Semper-Viventem/MetaRadar/assets/18288554/c0c85c9f-edc8-4fc7-97b1-bda925bf0833'width='200'/></a>
9
9
10
+
> [!WARNING]
11
+
> This project is developed **solely for educational, security research, and personal investigative purposes**. **The author does not endorse or encourage any use of this software for unlawful or unethical activities**. You are **solely responsible** for ensuring your use of this tool complies with all applicable laws and regulations.
12
+
10
13
This app is a tool for analyzing Bluetooth (BLE) environments. Scans the BLE ether in the background, notifying you if the device you are looking for is nearby or if some unknown device has been following you for for a long time.
11
14
12
15
The app allows you to create flexible filters for the radar with logical operators. Able to distinguish manufacturers, explore Apple Airdrop packages, and match them with known contacts. Build a device movement map based on the scanned BLE ether around you. For example, you can search for devices that you have seen in a certain period of time, receive a notification if your lost headphones suddenly appear near you.
<stringname="bluetooth_status_paired_description">Device is paired</string>
360
+
361
+
<stringname="unlowful_usage_disclaimer">This project is developed solely for educational, security research, and personal investigative purposes. The author does not endorse or encourage any use of this software for unlawful or unethical activities. You are solely responsible for ensuring your use of this tool complies with all applicable laws and regulations.</string>
Copy file name to clipboardExpand all lines: metadata/en-US/full_description.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
Bluetooth Radar in the background scans and analyzes Bluetooth Low Energy devices around you (eg smartwatches, headphones, speakers) and allows you to set complex rules to search for devices by specified filters. For example, by device name, address, location and time of discovery, manufacturer, and if an unknown device has been chasing you for a long time. Can be used to find your missing devices, or notify you if the device that you are looking for is nearby.
2
2
3
+
DISCLAIMER
4
+
This project is developed solely for educational, security research, and personal investigative purposes. The author does not endorse or encourage any use of this software for unlawful or unethical activities. You are solely responsible for ensuring your use of this tool complies with all applicable laws and regulations.
5
+
3
6
In general, the app is capable:
4
7
* Scan, analyze and track Bluetooth devices around;
0 commit comments