ICEBREAKER101010 Posted July 13, 2010 Report Posted July 13, 2010 (edited) I had to do a network scanning for WAN devices using NMAP through a proxy server and client was using ISA server as their proxy server to achieve there is a tool knows as ProxyChains which allows to run any program through HTTP or SOCKS proxyhttp://proxychains.sourceforge.net/how to install and configure proxychainsroot@bt:~#apt-get install proxychains (if ur using any debian distro)root@bt:~#nano etc/proxychains.confThan you will see the proxylist where we can add our proxies:[ProxyList]# add proxy here …# meanwile# defaults set to “tor”socks4 127.0.0.1 9050now add ur ISA server proxy server IP like below[ProxyList]# add proxy here …# meanwile# defaults set to “tor”192.168.1.13 8080—>ISA server IPSocks4 127.0.0.1 9050save and exitroot@bt:~# proxychains nmap -sV WANIPHave Funk! Edited July 13, 2010 by Nytro Quote
bytzu Posted July 13, 2010 Report Posted July 13, 2010 I had to do a network scanning for WAN devices using NMAP through a proxy server and client was using ISA server as their proxy server to achieve there is a tool knows as ProxyChains which allows to run any program through HTTP or SOCKS proxyhttp://proxychinas.sourceforge.net/how to install and configure proxychainsroot@bt:~#apt-get install proxychains (if ur using any debian distro)root@bt:~#nano etc/proxychains.confThan you will see the proxylist where we can add our proxies:[ProxyList]# add proxy here …# meanwile# defaults set to “tor”socks4 127.0.0.1 9050now add ur ISA server proxy server IP like below[ProxyList]# add proxy here …# meanwile# defaults set to “tor”192.168.1.13 8080—>ISA server IPSocks4 127.0.0.1 9050save and exitroot@bt:~# proxychains nmap -sV WANIPHave Funk!Nu e bun linkulProxyChains - TCP and DNS through proxy server. HTTP and SOCKS Quote