Add 0x0 and anonfiles

This commit is contained in:
Junicchi 2021-05-01 03:18:05 +03:00
parent b218f5bd54
commit 2944e81f3d
2 changed files with 5 additions and 0 deletions

View file

@ -108,6 +108,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
* `curl -s tinyurl.com/api-create.php?url=<link>`
* :no_entry_sign: `curl -F shorten=<link> https://ttm.sh`
* `curl https://is.gd/create.php?format=simple&url=<link>`
* `curl -F shorten=<link> https://0x0.st`
## File Transfer
@ -116,6 +117,8 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
* `curl -F file=@<file> https://ttm.sh`
* `curl https://patchbay.pub/your-custom-filepath.exe --data-binary @<file>` and `curl -LO https://patchbay.pub/your-custom-filepath.exe`
* `nc oshi.at 7777 < <file>` or `curl https://oshi.at -F f=@<file>`
* `curl -F file=@<file> https://0x0.st`
* `curl -F file=@<file> https://api.anonfile.com/upload`
## Browser

View file

@ -72,6 +72,8 @@ by_category:
- file:
transfer.sh:
tags: [curl]
api.anonfile.com:
tags: [curl]
- browser:
brow.sh:
tags: [ssh]