Help with uploading.
Currently allowed media types
- Most audio formats (FLAC, Vorbis, AAC, MP3, etc.)
- Most video formats (MP4, MOV, MKV, etc.)
- Plain text and editable documents (TXT, CSV, JSON, Markdown, HTML, Python, etc.)
- Shell, batch, and PowerShell scripts (.sh, .bat, .ps1)
- Common archive formats (ZIP, TAR, 7Z, RAR, GZ, BZ2, XZ)
- Safe image formats (PNG, JPEG, GIF, WebP, SVG)
- Max file size: 200MB
Currently not allowed media types
- Microsoft Office formats (DOC, DOCX, XLSX, PPTX, etc.)
- PDF files (due to embedded scripts and exploits)
- Windows executables and installers (EXE, DLL, MSI, COM)
- Java archives and bytecode (JAR, CLASS)
- Android packages and disk images (APK, ISO)
- Any format known for exploit risk or not explicitly listed as allowed
Upload via cURL
Use curl to upload files directly:
curl -F "file=@yourfile.png" -F "ttl=1d" https://vermin.uname.network/upload
Replace yourfile.png with your file and choose a TTL option.
Options
ttl=1h — expires in 1 hour
ttl=1d — expires in 1 day
ttl=3d — expires in 3 days
Default TTL is 1 hour
Upload via External Program/Script
If you plan on using ShareX to upload, there is a Custom Uploader profile available here
For Linux command line users, there is a bash script here