diff --git a/Assets/Media/Images/Buttplug-Bullet_Top_Off_2025-12-19-2040_2268x3582.jpg b/Assets/Media/Images/Buttplug-Bullet_Top_Off_2025-12-19-2040_2268x3582.jpg new file mode 100644 index 0000000..0f6cbc3 Binary files /dev/null and b/Assets/Media/Images/Buttplug-Bullet_Top_Off_2025-12-19-2040_2268x3582.jpg differ diff --git a/Assets/Media/Images/Vibrator-Kh_Top_Off_2025-12-19-2039_4032x2268.jpg b/Assets/Media/Images/Vibrator-Kh_Top_Off_2025-12-19-2039_4032x2268.jpg new file mode 100644 index 0000000..70755b3 Binary files /dev/null and b/Assets/Media/Images/Vibrator-Kh_Top_Off_2025-12-19-2039_4032x2268.jpg differ diff --git a/Assets/Media/2025-12-17-1842_Both-Charging.mp4 b/Assets/Media/Video/2025-12-17-1842_Both-Charging.mp4 similarity index 100% rename from Assets/Media/2025-12-17-1842_Both-Charging.mp4 rename to Assets/Media/Video/2025-12-17-1842_Both-Charging.mp4 diff --git a/Files.md b/Files.md new file mode 100644 index 0000000..2ed26ef --- /dev/null +++ b/Files.md @@ -0,0 +1,39 @@ +# Files +## Naming Convention +- Original filename is retained (if applicable), and seperated from this naming convention by underscores (``) +- Each bit of info is seperated by underscores (_) +- spaces and other un-websafe characters in source, descriptions, or filenames are replaced by hyphens (-) +- files are named for `Vibrator-Kh` or `Buttplug-Bullet` (``) +- the source of the file (application/description or url with https:// removed and slashes and other problematic characters replaced with hyphens (-)) (``) +- a basic useful description ex how they were sniffed for PCAPS (``) +- the date the file was made/downloded in `YYYY-MM-DD-HHMM-TZ` format (24 hour time, three character timezone) (``) + - example: `2025-12-19-2048-MST` + - linux: `date +"%Y-%m-%d-%H%M-%Z"` + - powershell 7+: `(Get-Date).ToString("yyyy-MM-dd-HHmm") + "-" + ((Get-TimeZone).Id -creplace '[a-z\s]', '')` (better be fuckin happy you windows dorks) +- image or video assets include HEIGHTxWIDH in pixels (``x``) + +**Format:** (each item only if applicable) +`_____x.` +**Example:** +`kstert_Buttplug-Bullet_service.acvioo.com-pages-download-app)APK-from-manufacturers-website_2025-12-19-1919.apk` + +## Files Directory +- [README.md](README.md): Project Home +- [Files.md](Files.md): This file, containing a list of all files in the repository with descriptions +- [Notes.md](Notes.md): Notes documenting the project, including todos, methodology, osint, and details on the vibrators +- [COPYING.txt](COPYING.txt): License file (WTFPL) +- Android/ + - APKs/ + - Buttplug-Bullet/ + - [2025-12-19-1919_kstert.apk](Android/APKs/Buttplug-Bullet/2025-12-19-1919_kstert.apk): APK file for the Buttplug-Bullet vibrator app (kstert) + - Vibrator-Kh/ + - [2025-12-19-1916_Zero Tochu零触-Enjoy Yourself乐享自我.apk](Android/APKs/Vibrator-Kh/2025-12-19-1916_Zero%20Tochu%E9%9B%B6%E8%A7%A6-Enjoy%20Yourself%E4%B9%90%E4%BA%AB%E8%87%AA%E6%88%91.apk): APK file for the Vibrator-Kh app (Zero Tochu) +- Sniffs/ + - Vibrator-Kh/ + - [2025-12-19-1835-Vibrator-Kh-BTLE-Advertisement-and-Connect-Wireshark-nRF52840-Sniff.pcapng](Sniffs/Vibrator-Kh/2025-12-19-1835-Vibrator-Kh-BTLE-Advertisement-and-Connect-Wireshark-nRF52840-Sniff.pcapng): Wireshark capture of BTLE sniffing for Vibrator-Kh +- Assets/ + - Markdown/ + - [wtfpl-badge-1_88x31.png](Assets/Markdown/wtfpl-badge-1_88x31.png): WTFPL license badge + - [pope.webp](Assets/Markdown/pope.webp): cropped image of the new pope from his first appearance in public after being elected pope :pope: + - Media/ + - [2025-12-17-1842_Both-Charging.mp4](Assets/Media/2025-12-17-1842_Both-Charging.mp4): Video of both vibrators charging \ No newline at end of file diff --git a/Notes.md b/Notes.md index da1cf46..353809b 100644 --- a/Notes.md +++ b/Notes.md @@ -1,57 +1,26 @@ # Notes -## Todos -1. Archive Pages - 1. Vibrator-Kh - 1. x Amazon - 2. APK Site - 1. o Homepage - 2. Product Pages - 3. x Store - 3. Google Play Store - 4. Apple Store - 2. Buttplug-Bullet - 1. x Amazon - 2. APK Site - 3. Google Play Store - 4. Apple Store -2. Find aliexpress vendor -3. Find manufacturers - 1. Hardware - 2. x APKs - 1. x Vibrator-Kh - 2. x Buttplug-Bullet -4. Images - 1. Vibrator-Kh - 1. External - 2. FCC? - 3. Teardown? - 4. OSINT? - 2. Buttplug-Bullet - 1. External - 2. FCC? - 3. Teardown? - 4. OSINT? -5. Get MAC Addresses - 1. x Vibrator-Kh - 2. Buttplug-Bullet -6. Sniff - 1. Vibrator-Kh - 1. External (nRF) - 1. BTLE - 1. Advertisement - 2. INQ results - 3. Scan results - 4. Connect - 5. External sniff - 2. Internal - 1. Decoded shit? - 2. Buttplug-Bullet - 1. BTLE - 1. Advertisement - 2. INQ results - 3. Scan results - 4. Connect - 2. BT Classic? +# Table of Contents +- [Notes](#notes) +- [Table of Contents](#table-of-contents) + - [Start](#start) + - [Methodology](#methodology) + - [Bluetooth](#bluetooth) + - [BTLE Sniffing](#btle-sniffing) + - [Resources](#resources) + - [Vibrator-Kh](#vibrator-kh) + - [Product Pages](#product-pages) + - [Images](#images) + - [Manufacturer](#manufacturer) + - [Hardware](#hardware) + - [App](#app) + - [Bluetooth](#bluetooth-1) + - [Sniffing](#sniffing) + - [BTLE](#btle) + - [Buttplug-Bullet](#buttplug-bullet) + - [Product Pages](#product-pages-1) + - [Images](#images-1) + - [Todos](#todos) + ## Start Two Vibrators: 1. [Vibrator-Kh](#vibrator-kh) (Purple Bullet One) @@ -96,10 +65,78 @@ Toy MAC Address: `13:25:AC:02:36:9C` #### BTLE **External** * [Sniffing]() + ## Buttplug-Bullet ### Product Pages * [Amazon](https://www.amazon.com/dp/B0D5YDP6Y5) ([Archive](https://archive.is/7Jlxz)) * [APK Download](https://service.acvioo.com/pages/download/app) * [App Manufacturer](https://kstert.vip/col.jsp?id=105) * [Apple Store (iPad/iPhone)](https://apps.apple.com/us/app/kstert/id6476297297) -### Images \ No newline at end of file +### Images + +## Todos +1. Archive Pages + 1. Vibrator-Kh + 1. x Amazon + 2. APK Site + 1. o Homepage + 2. Product Pages + 3. x Store + 3. Google Play Store + 4. Apple Store + 2. Buttplug-Bullet + 1. x Amazon + 2. APK Site + 3. Google Play Store + 4. Apple Store +2. Find aliexpress vendor +3. Find manufacturers + 1. Hardware + 2. x APKs + 1. x Vibrator-Kh + 2. x Buttplug-Bullet +4. Media + 1. Images + 1. Vibrator-Kh + 1. External + 2. FCC? + 3. Teardown? + 4. OSINT? + 2. Buttplug-Bullet + 1. External + 2. FCC? + 3. Teardown? + 4. OSINT? + 2. Video + 1. x charging (both) + 2. pairing mode + 1. Vibrator-Kh + 2. Buttplug-Bullet +5. Get MAC Addresses + 1. x phone + 2. x Vibrator-Kh + 3. Buttplug-Bullet +6. Sniff + 1. Vibrator-Kh + 1. External (nRF) + 1. BTLE + 1. Advertisement + 2. INQ results + 3. Scan results + 4. Connect + 5. External sniff + 2. Internal + 1. Decoded shit? + 2. Buttplug-Bullet + 1. BTLE + 1. Advertisement + 2. INQ results + 3. Scan results + 4. Connect + 2. BT Classic? +7. OSINT + 1. FCC + 2. existing work + 3. hardware + 1. bluetooth chip + 2. soc/mcu/etc \ No newline at end of file diff --git a/README.md b/README.md index dbff039..333d1c1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # Sex Toy Hackin :pope: -[![:pope:](Assets/Markdown/pope.webp ":pope:")](https://www.youtube.com/watch?v=ePbDgoNrKbM&list=RDePbDgoNrKbM&start_radio=1) - +[![:pope:](Assets/Markdown/pope.webp ":pope:")](https://www.youtube.com/watch?v=ePbDgoNrKbM&list=RDePbDgoNrKbM&start_radio=1) +hueheuhue hackin cheap ass \<$10 app controlled bluetooth vibrators ## Project -**[Most Work Happening in Notes.md](Notes.md)** -[Official Project Theme to Loop](https://music.youtube.com/watch?v=aOEKu8L5UqQ) +### The Unwilling Patients +- ["Vibrator-Kh" on Amazon](https://www.amazon.com/dp/B0D5YDP6Y5) ([Archive](https://archive.is/7Jlxz)) +- ["Buttplug-Bullet" on Amazon](https://www.amazon.com/dp/B0D5YDP6Y5) ([Archive](https://archive.is/7Jlxz)) +### Where Shit Be +**[Notes.md](Notes.md): Most work is goin on in here** +[FILES.md](FILES.md): File list and description i'll try to ffuckin keep updated +[Official Project Theme to Loop (YouTube)](https://music.youtube.com/watch?v=aOEKu8L5UqQ) ## LICENSE **Do What the Fuck You Want to Public License (WTFPL)**