Skip to content

Commit

Permalink
Add 0x0 and anonfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
KebabLord committed May 1, 2021
1 parent b218f5b commit 2944e81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 2 additions & 0 deletions structured.yaml
Expand Up @@ -72,6 +72,8 @@ by_category:
- file:
transfer.sh:
tags: [curl]
api.anonfile.com:
tags: [curl]
- browser:
brow.sh:
tags: [ssh]
Expand Down

0 comments on commit 2944e81

Please sign in to comment.