This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using nmap from inside network to Internet

I need to do some pentesting for work, but when I scan our website, Nmap returns ports that I know are not open. It does this for any site I scan.

The scans are done from a non proxied network on my internal network. 

Nmap ---> Astaro ---> Internet --->website

Does scanning through the Astaro show open ports on the the inside of Astaro?

Our site:
Scanned at 2012-07-03 22:25:23 EDT for 6s
Not shown: 997 filtered ports
PORT     STATE SERVICE
80/tcp   open  http 554/tcp  open   rtsp
3389/tcp closed ms-term-serv
7070/tcp open   realserver
8080/tcp closed http-proxy


What gives with port 554 and 7070?

Thanks, 

C68


This thread was automatically locked due to age.
Parents
  • I'm running 7.5x at home; I still don't get results like yours.

    Here's what I get if I scan the home firewall's internal IP from my WinXP PC:


    C:\Documents and Settings\barry>nmap -p 1-1024,7070 192.168.11.1
    Starting Nmap 5.21 ( Nmap - Free Security Scanner For Network Exploration & Security Audits. ) at 2012-07-08 16:23 Pacific Daylight Time
    Nmap scan report for 192.168.1.1
    Host is up (0.00s latency).
    Not shown: 1022 filtered ports
    PORT    STATE SERVICE
    22/tcp  open  ssh
    53/tcp  open  domain
    113/tcp open  auth
    MAC Address: 00:24:21:2E:63:A5 (Micro-star Int'l CO.)
    Nmap done: 1 IP address (1 host up) scanned in 21.63 seconds


    Barry
Reply
  • I'm running 7.5x at home; I still don't get results like yours.

    Here's what I get if I scan the home firewall's internal IP from my WinXP PC:


    C:\Documents and Settings\barry>nmap -p 1-1024,7070 192.168.11.1
    Starting Nmap 5.21 ( Nmap - Free Security Scanner For Network Exploration & Security Audits. ) at 2012-07-08 16:23 Pacific Daylight Time
    Nmap scan report for 192.168.1.1
    Host is up (0.00s latency).
    Not shown: 1022 filtered ports
    PORT    STATE SERVICE
    22/tcp  open  ssh
    53/tcp  open  domain
    113/tcp open  auth
    MAC Address: 00:24:21:2E:63:A5 (Micro-star Int'l CO.)
    Nmap done: 1 IP address (1 host up) scanned in 21.63 seconds


    Barry
Children
No Data