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
+10
View File
@@ -0,0 +1,10 @@
#SSH
```shell
socat TCP-LISTEN:2222,fork TCP:10.4.228.215:22
```
#datasbase
```shell
bashsocat -ddd TCP-LISTEN:2345,fork TCP:10.4.228.215:4242
```
+2
View File
@@ -0,0 +1,2 @@
client 192.168.45.224:4242 R:4343:chisel client 192.168.45.224:4242 R:4343:chisel client 192.168.45.224:4242 R:4343:**10.4.228.215**### :::4242
+13
View File
@@ -0,0 +1,13 @@
ssh -N -L 0.0.0.0:4455:172.16.228.217:445 database_admin@10.4.228.215
---
Dynamic port forwarding
ssh -N -D 0.0.0.0:9999 database_admin@**10.4.228.215**
can be use with proxyschain
Reverse Remote Port forwarding:
ssh -N -R 127.0.0.1:4444:10.4.228.215:4444 kali@192.168.45.224
+3
View File
@@ -0,0 +1,3 @@
shuttle