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
+1
View File
@@ -0,0 +1 @@
`chisel client 192.168.45.206:443 R:socks`
+5
View File
@@ -0,0 +1,5 @@
Server:
./proxy -selfcert
Client:
./agent.exe -connect 192.168.49.91:11601 -ignore-cert
+4
View File
@@ -0,0 +1,4 @@
netsh interface portproxy add v4tov4 listenport=4545 listenaddress=192.168.228.64 connectport=4545 connectaddress=10.4.228.215
Accept port forwarding
netsh advfirewall firewall add rule name="port_forward_ssh_4545" protocol=TCP dir=in localip=192.168.228.64 localport=4545 action=allow