Jump to content
ICEBREAKER101010

Network Scanning Using Nmap Through Proxy server

Recommended Posts

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 proxy

http://proxychains.sourceforge.net/

how to install and configure proxychains

root@bt:~#apt-get install proxychains (if ur using any debian distro)

root@bt:~#nano etc/proxychains.conf

Than 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 9050

now 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 IP

Socks4 127.0.0.1 9050

save and exit

root@bt:~# proxychains nmap -sV WANIP

Have Funk!

Edited by Nytro
Link to comment
Share on other sites

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 proxy

http://proxychinas.sourceforge.net/

how to install and configure proxychains

root@bt:~#apt-get install proxychains (if ur using any debian distro)

root@bt:~#nano etc/proxychains.conf

Than 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 9050

now 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 IP

Socks4 127.0.0.1 9050

save and exit

root@bt:~# proxychains nmap -sV WANIP

Have Funk!

Nu e bun linkul

ProxyChains - TCP and DNS through proxy server. HTTP and SOCKS

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...