ahoffman:
Thank you very much for responding. I'm not trying to use nmap for web app securitty (HTTP). I'm trying to portscan my subnets from outside my firewall remotely and send the results to servers in side my firewall... then display the results on a webpage....
Here's the gist:
- I'm trying to map our firewall by portscanning our subnets (using nmap) from an outside location
ex: nmap -T4 --version-light -sV -F -O 63.115.253.0/24 - All portscan results would be dumped to a MySQL database behind our firewall (probably through a ssh tunnel using a tool called nmap-sql)
- A website behind our firewall would then display the portscan results (by querying the MySQL database).
IP---------------open ports------
192.168.1.0 | 80/443
192.168.1.1 | 22
192.168.1.2 | N/A
192.168.1.3 | 443,3386





by: ahoffmannPosted on 2009-04-03 at 16:25:23ID: 24065156
if you mean to use nmap for web application security (HTTP), the simply forget about it for now as it is not much usefull for that
for (pen)testeing web applications you need specialised tools