Advertisement
Dj_Dexter

lol nmapeo

Mar 4th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. nmap -v -A -Pn 192.168.0.101
  2.  
  3. Starting Nmap 6.40 ( http://nmap.org ) at 2014-03-04 16:57 CLST
  4. NSE: Loaded 110 scripts for scanning.
  5. NSE: Script Pre-scanning.
  6. Initiating ARP Ping Scan at 16:57
  7. Scanning 192.168.0.101 [1 port]
  8. Completed ARP Ping Scan at 16:57, 0.03s elapsed (1 total hosts)
  9. Initiating Parallel DNS resolution of 1 host. at 16:57
  10. Completed Parallel DNS resolution of 1 host. at 16:57, 0.36s elapsed
  11. Initiating SYN Stealth Scan at 16:57
  12. Scanning localhost (192.168.0.101) [1000 ports]
  13. Discovered open port 445/tcp on 192.168.0.101
  14. Discovered open port 139/tcp on 192.168.0.101
  15. Completed SYN Stealth Scan at 16:57, 5.58s elapsed (1000 total ports)
  16. Initiating Service scan at 16:57
  17. Scanning 2 services on localhost (192.168.0.101)
  18. Completed Service scan at 16:57, 6.09s elapsed (2 services on 1 host)
  19. Initiating OS detection (try #1) against localhost (192.168.0.101)
  20. NSE: Script scanning 192.168.0.101.
  21. Initiating NSE at 16:57
  22. Completed NSE at 16:58, 40.03s elapsed
  23. Nmap scan report for localhost (192.168.0.101)
  24. Host is up (0.0072s latency).
  25. Not shown: 998 filtered ports
  26. PORT STATE SERVICE VERSION
  27. 139/tcp open netbios-ssn
  28. 445/tcp open microsoft-ds Microsoft Windows XP microsoft-ds
  29. MAC Address: 00:24:01:06:21:FE (D-Link)
  30. Warning: OSScan results may be unreliable because we could not find at least 1 open and 1 closed port
  31. Device type: general purpose
  32. Running: Microsoft Windows XP
  33. OS CPE: cpe:/o:microsoft:windows_xp::sp2 cpe:/o:microsoft:windows_xp::sp3
  34. OS details: Microsoft Windows XP SP2 or SP3
  35. Network Distance: 1 hop
  36. TCP Sequence Prediction: Difficulty=258 (Good luck!)
  37. IP ID Sequence Generation: Incremental
  38. Service Info: OS: Windows; CPE: cpe:/o:microsoft:windows
  39.  
  40. Host script results:
  41. | nbstat:
  42. | NetBIOS name: GLO, NetBIOS user: <unknown>, NetBIOS MAC: 00:24:01:06:21:fe (D-Link)
  43. | Names
  44. | GLO<00> Flags: <unique><active>
  45. | CENTRAL<00> Flags: <group><active>
  46. | GLO<20> Flags: <unique><active>
  47. | CENTRAL<1e> Flags: <group><active>
  48. | CENTRAL<1d> Flags: <unique><active>
  49. |_ \x01\x02__MSBROWSE__\x02<01> Flags: <group><active>
  50. | smb-os-discovery:
  51. | OS: Windows XP (Windows 2000 LAN Manager)
  52. | OS CPE: cpe:/o:microsoft:windows_xp::-
  53. | Computer name: Glo
  54. | NetBIOS computer name: GLO
  55. | Workgroup: CENTRAL
  56. |_ System time: 2014-03-04T16:58:05-03:00
  57. | smb-security-mode:
  58. | Account that was used for smb scripts: guest
  59. | User-level authentication
  60. | SMB Security: Challenge/response passwords supported
  61. |_ Message signing disabled (dangerous, but default)
  62. |_smbv2-enabled: Server doesn't support SMBv2 protocol
  63.  
  64. TRACEROUTE
  65. HOP RTT ADDRESS
  66. 1 7.25 ms localhost (192.168.0.101)
  67.  
  68. NSE: Script Post-scanning.
  69. Read data files from: /usr/bin/../share/nmap
  70. OS and Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
  71. Nmap done: 1 IP address (1 host up) scanned in 58.89 seconds
  72. Raw packets sent: 2036 (91.374KB) | Rcvd: 17 (1.082KB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement