3.7 KiB
3.7 KiB
Files
Naming Convention
- Original filename is retained (if applicable), and seperated from this naming convention by underscores (
<ORIGINAL FILE NAME>) - 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-KhorButtplug-Bullet(<VIBRATOR NAME>) - the source of the file (application/description or url with https:// removed and slashes and other problematic characters replaced with hyphens (-)) (
<SOURCE STRING>) - a basic useful description ex how they were sniffed for PCAPS (
<DESCRIPTION STRING>) - the date the file was made/downloded in
YYYY-MM-DD-HHMM-TZformat (24 hour time, three character timezone) (<TIMESTAMP STRING>)- 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)
- example:
- image or video assets include HEIGHTxWIDH in pixels (
<HEIGHT IN PIXELS>x<WITH IN PIXELS>)
Format: (each item only if applicable)
<ORIGINAL FILE NAME>_<VIBRATOR NAME>_<SOURCE STRNG>_<DESCRIPTION STRING>_<TIMESTAMP STRING>_<HEIGHT IN PIXELS>x<WIDTH IN PIXELS>.<FILE EXTENSION>
Example:
kstert_Buttplug-Bullet_service.acvioo.com-pages-download-app)APK-from-manufacturers-website_2025-12-19-1919.apk
Files Directory
- .gitignore: Git ignore file
- README.md: Project Home
- Files.md: This file, containing a list of all files in the repository with descriptions
- Notes.md: Notes documenting the project, including todos, methodology, osint, and details on the vibrators
- COPYING.txt: License file (WTFPL)
- 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: APK file for the Vibrator-Kh app (Zero Tochu)
- Buttplug-Bullet/
- APKs/
- 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
- Vibrator-Kh/
- Assets/
- Markdown/
- wtfpl-badge-1_88x31.png: WTFPL license badge
- pope.webp: cropped image of the new pope from his first appearance in public after being elected pope :pope:
- Media/
- Images/
- Buttplug-Bullet_Top_Off_2025-12-19-2040_2268x3582.jpg: Image of Buttplug-Bullet top turned off
- Vibrator-Kh_Top_Off_2025-12-19-2039_4032x2268.jpg: Image of Vibrator-Kh top turned off
- Video/
- 2025-12-17-1842_Both-Charging.mp4: Video of both vibrators charging
- Images/
- Markdown/
- Original-Files.ignore/
- kstert.apk: Original APK for kstert app
- PXL_20251217_1842352262.mp4: Original video file (possibly charging or pairing)
- Zero Tochu零触-Enjoy Yourself乐享自我.apk: Original APK for Zero Tochu app