Files
Sex-Toy-Hackin-Pope/Files.md
T

2.9 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-Kh or Buttplug-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-TZ format (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)
  • 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