hi guys, Iwas studying double pivoting technique and I found this link on internet https://pentest.blog/explore-hidden-networks-with-double-pivoting/, near the end there’s a section about double pivoting, he uses 2 times the socks4a module with 2 different ports, because packets needs to pass 2 pivot( 7.7.7.11 and 7.7.7.20) before reaching the target network 8.8.8.0/24, so packets go first to 7.7.7.11 then to 7.7.7.20 and then to 8.8.8.0/24, from what I understood socks4a module starts a proxy on a local ports and use metasploit routing table, so isn’t releated to one particular meterpreter session, so is really necessary to have 2 socks proxy rules? wasn’t already possible to reach 8.8.8.0/24 network using only one proxy, just from what i understood proxychains command will send packets through the local port to the metasploit framework and then the packet will follow the metasploit routing table that says packets intended to 8.8.8.0/24 will flow through session 3 which is via 7.7.7.20 then 7.7.7.0/24 network is reachable via session 1