call http-webpage in local browser, where the webserver is only reachable through proxychains (as it sits in a different network)

I have the following proxychains.conf
[…]
[ProxyList]
# add proxy here …
# meanwile
# defaults set to "tor"
#socks4 127.0.0.1 9050

# <ip_prox_1>
http 10.10.10.100 3128

# the loopback interface of ip_prox_1
htt… Continue reading call http-webpage in local browser, where the webserver is only reachable through proxychains (as it sits in a different network)

How is it possible to scan the internal network to perform lateral movement without being detected by a firewall?

How is it possible to scan the internal network to perform lateral movement without being detected by a firewall? I’m trying to do a decent scan on the internal network for days. I have a meterpreter shell, add subnet, set pr… Continue reading How is it possible to scan the internal network to perform lateral movement without being detected by a firewall?