mirror of
https://github.com/chubin/awesome-console-services.git
synced 2025-04-28 17:56:37 +02:00
commit
7630dd6d1c
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>`
|
* `curl -s tinyurl.com/api-create.php?url=<link>`
|
||||||
* :no_entry_sign: `curl -F shorten=<link> https://ttm.sh`
|
* :no_entry_sign: `curl -F shorten=<link> https://ttm.sh`
|
||||||
* `curl https://is.gd/create.php?format=simple&url=<link>`
|
* `curl https://is.gd/create.php?format=simple&url=<link>`
|
||||||
|
* `curl -F shorten=<link> https://0x0.st`
|
||||||
|
|
||||||
## File Transfer
|
## 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 -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`
|
* `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>`
|
* `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
|
## Browser
|
||||||
|
|
||||||
|
|
|
@ -72,6 +72,8 @@ by_category:
|
||||||
- file:
|
- file:
|
||||||
transfer.sh:
|
transfer.sh:
|
||||||
tags: [curl]
|
tags: [curl]
|
||||||
|
api.anonfile.com:
|
||||||
|
tags: [curl]
|
||||||
- browser:
|
- browser:
|
||||||
brow.sh:
|
brow.sh:
|
||||||
tags: [ssh]
|
tags: [ssh]
|
||||||
|
|
Loading…
Add table
Reference in a new issue