1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

GitBook: [master] one page modified

This commit is contained in:
CPol 2020-12-29 16:25:19 +00:00 committed by gitbook-bot
parent d2bc1bc361
commit 490f3aef5c
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -88,7 +88,7 @@ portfwd add -l <attacker_port> -p <Remote_port> -r <Remote_host>
```bash
background# meterpreter session
route add <IP_victim> <Netmask> <Session> # (ex: route add 10.10.10.14 2552.55.255.0 8)
route add <IP_victim> <Netmask> <Session> # (ex: route add 10.10.10.14 255.255.255.0 8)
use auxiliary/server/socks4a
run #Proxy port 1080 by default
echo "socks4 127.0.0.1 1080" > /etc/proxychains.conf #Proxychains