![]() |
|
Nmap backtrack 4 - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Computers (https://sinister.li/Forum-Computers) +--- Forum: Operating Systems (https://sinister.li/Forum-Operating-Systems) +--- Thread: Nmap backtrack 4 (/Thread-Nmap-backtrack-4) |
Nmap backtrack 4 - dhack92 - 05-06-2011 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 RE: Nmap backtrack 4 - Enc0de - 05-06-2011 DO this Code: nmap -PN 192.xxx.x.xRE: Nmap backtrack 4 - .LiT - 05-07-2011 Here is my favorite guide on Nmap. http://thesprawl.org/memdump/?entry=6 Sorry if this is considered advertising other sites. RE: Nmap backtrack 4 - dhack92 - 05-07-2011 # 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 ![]() RE: Nmap backtrack 4 - Enc0de - 05-08-2011 (05-07-2011, 01:43 AM)dhack92 Wrote: # nmap -Pn 192.***.*.** Thats not a problem host is up and all defualt ports that you scanned are closed. |