mirror of
https://github.com/chubin/awesome-console-services
synced 2025-02-16 12:08:26 +00:00
Add 0x0 and anonfiles
This commit is contained in:
parent
b218f5bd54
commit
2944e81f3d
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -72,6 +72,8 @@ by_category:
|
|||
- file:
|
||||
transfer.sh:
|
||||
tags: [curl]
|
||||
api.anonfile.com:
|
||||
tags: [curl]
|
||||
- browser:
|
||||
brow.sh:
|
||||
tags: [ssh]
|
||||
|
|
Loading…
Add table
Reference in a new issue