Login Register






Nmap backtrack 4 filter_list
Author
Message
Nmap backtrack 4 #1
i have the latest backtrack on there site but im having trouble when i use nmap to get it to show the open ports i'm typing nmap -A -T4 -Pn (ip) it scans but doesn't show what ports are open just says scanning [4 ports] any help would be appreciated

Reply

RE: Nmap backtrack 4 #2
DO this
Code:
nmap -PN 192.xxx.x.x

Reply

RE: Nmap backtrack 4 #3
Here is my favorite guide on Nmap. http://thesprawl.org/memdump/?entry=6
Sorry if this is considered advertising other sites.
[Image: DOOM_banner.jpg]
A closed mouth says nothing wrong, A closed mind does nothing right.

Reply

RE: Nmap backtrack 4 #4
# nmap -Pn 192.***.*.**

Starting Nmap 5.35DC1 ( http://nmap.org ) at 2011-05-06 16:41 EDT
Nmap scan report for 192.***.*.**
Host is up (0.000013s latency).
All 1000 scanned ports on 192.****.*.** are closed

Nmap done: 1 IP address (1 host up) scanned in 16.66 seconds

Sad

Reply

RE: Nmap backtrack 4 #5
(05-07-2011, 01:43 AM)dhack92 Wrote: # nmap -Pn 192.***.*.**

Starting Nmap 5.35DC1 ( http://nmap.org ) at 2011-05-06 16:41 EDT
Nmap scan report for 192.***.*.**
Host is up (0.000013s latency).
All 1000 scanned ports on 192.****.*.** are closed

Nmap done: 1 IP address (1 host up) scanned in 16.66 seconds

Sad

Thats not a problem host is up and all defualt ports that you scanned are closed.

Reply