Re: NMAP QUESTION
From: Andrew Schulman (andrex_at_deadspam.com)
Date: 06/22/05
- Previous message: cervica: "NMAP QUESTION"
- In reply to: cervica: "NMAP QUESTION"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 22 Jun 2005 15:11:21 GMT
> [root@dev root]$ nmap dev
>
> Starting nmap 3.50 ( http://www.insecure.org/nmap/ ) at 2005-06-22
> 10:18 EDT
> Interesting ports on dev (127.0.0.1):
> (The 1650 ports scanned but not shown below are in state: closed)
> PORT STATE SERVICE
> 21/tcp open ftp
> 25/tcp open smtp
> 80/tcp open http
> 111/tcp open rpcbind
> 873/tcp open rsync
> 5801/tcp open vnc-http-1
> 5901/tcp open vnc-1
> 6001/tcp open X11:1
> 8081/tcp open blackice-icecap
> 32770/tcp open sometimes-rpc3
>
> Nmap run completed -- 1 IP address (1 host up) scanned in 1.181
> seconds
> [root@dev root]$
>
> What is blackice-icecap?? Is this the default firewall with Fedora?
> IPTABLES/Netfilter? Where can I find this on my system?
netstat -apn -A inet | grep :8081
if you run it as root, will show you the process name and PID of the
process that's listening on 8081.
-- To reply by email, replace "deadspam.com" by "alumni.utexas.net"
- Previous message: cervica: "NMAP QUESTION"
- In reply to: cervica: "NMAP QUESTION"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|