User Tools

Site Tools


nmap:perform_a_slow_comprehensive_scan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
nmap:perform_a_slow_comprehensive_scan [2019/12/01 11:04] – removed peternmap:perform_a_slow_comprehensive_scan [2020/07/20 13:35] (current) – old revision restored (2016/07/08 02:13) 91.137.17.185
Line 1: Line 1:
 +====== nmap - Perform a Slow comprehensive scan ======
 +
 +Performs a comprehensive, slow scan.  Every TCP and UDP port is scanned. OS detection (-O), version detection (-sV), script scanning (-sC), and traceroute (--traceroute) are all enabled.  Many probes are sent for host discovery. 
 +
 +**NOTE**:  This is a highly intrusive scan.
 +
 +<code bash>
 +sudo nmap -sS -sU -T4 -A -v -PE -PS80,443 -PA3389 -PP -PU40125 -PY --source-port 53 --script "default or (discovery and safe)" 192.168.1.69
 +</code>
 +
 +Result:
 +
 +<code>
 +Starting Nmap 6.40 ( http://nmap.org ) at 2016-07-08 02:10 BST
 +NSE: Loaded 227 scripts for scanning.
 +NSE: Script Pre-scanning.
 +Initiating NSE at 02:10
 +NSE: mtrace: A source IP must be provided through fromip argument.
 +Completed NSE at 02:10, 10.19s elapsed
 +Pre-scan script results:
 +| broadcast-eigrp-discovery: 
 +|_ ERROR: Couldn't get an A.S value.
 +| broadcast-igmp-discovery: 
 +|   192.168.1.1
 +|     Interface: wlan0
 +|     Version: 2
 +|     Group: 224.0.0.251
 +|     Description: mDNS
 +|   192.168.1.80
 +|     Interface: wlan0
 +|     Version: 2
 +|     Group: 224.0.0.251
 +|     Description: mDNS
 +|_  Use the newtargets script-arg to add the results as targets
 +| http-icloud-findmyiphone: 
 +|_  ERROR: No username or password was supplied
 +| http-icloud-sendmsg: 
 +|_  ERROR: No username or password was supplied
 +| lltd-discovery: 
 +|   192.168.1.246
 +|     Hostname: RP-AC52
 +|     Mac: 14:dd:a9:2d:86:c0 (Unknown)
 +|   192.168.1.1
 +|     Hostname: RT-AC87U
 +|     Mac: 08:62:66:8e:d1:78 (Unknown)
 +|_  Use the newtargets script-arg to add the results as targets
 +| targets-asn: 
 +|_  targets-asn.asn is a mandatory parameter
 +Initiating Parallel DNS resolution of 1 host. at 02:10
 +Completed Parallel DNS resolution of 1 host. at 02:10, 0.00s elapsed
 +Initiating SYN Stealth Scan at 02:10
 +Scanning peter-laptop-1 (192.168.1.69) [1000 ports]
 +Discovered open port 80/tcp on 192.168.1.69
 +Discovered open port 445/tcp on 192.168.1.69
 +Discovered open port 139/tcp on 192.168.1.69
 +Completed SYN Stealth Scan at 02:10, 1.99s elapsed (1000 total ports)
 +Initiating UDP Scan at 02:10
 +Scanning peter-laptop-1 (192.168.1.69) [1000 ports]
 +Discovered open port 137/udp on 192.168.1.69
 +adjust_timeouts2: packet supposedly had rtt of -100573 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100573 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100549 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100549 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100528 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100528 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100486 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100486 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100446 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100446 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100406 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100406 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100367 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100367 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100321 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100321 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100220 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100220 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100027 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100027 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103608 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103608 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103567 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103567 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103469 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103469 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103420 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103420 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103375 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103375 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103329 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103329 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103279 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103279 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103230 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103230 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103184 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103184 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103136 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103136 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103088 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103088 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103047 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103047 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103008 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -103008 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102971 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102971 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102934 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102934 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102896 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102896 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102858 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102858 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102820 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102820 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102782 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102782 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102745 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102745 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102708 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102708 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102670 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102670 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102633 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102633 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102596 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102596 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102557 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102557 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102520 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102520 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102481 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102481 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102443 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102443 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102405 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102405 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102360 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102360 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102310 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102310 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102260 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102260 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102200 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102200 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102051 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -102051 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101441 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101441 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101406 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101406 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101375 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101375 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101355 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101355 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101335 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101335 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101315 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101315 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101295 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101295 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101276 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101276 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101255 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101255 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101235 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101235 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101215 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101215 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101193 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101193 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101173 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101173 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101153 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101153 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101132 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101132 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101111 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101111 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101070 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101070 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101017 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -101017 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100970 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100970 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100920 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100920 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100873 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100873 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100831 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100831 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100798 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100798 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100766 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100766 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100735 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100735 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100703 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100703 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100670 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100670 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100639 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100639 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100607 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100607 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100575 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100575 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100542 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100542 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100510 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100510 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100478 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100478 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100446 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100446 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100415 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100415 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100383 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100383 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100350 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100350 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100316 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100316 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100280 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100280 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100192 microseconds.  Ignoring time.
 +adjust_timeouts2: packet supposedly had rtt of -100192 microseconds.  Ignoring time.
 +Completed UDP Scan at 02:10, 2.50s elapsed (1000 total ports)
 +Initiating Service scan at 02:10
 +Scanning 8 services on peter-laptop-1 (192.168.1.69)
 +Service scan Timing: About 62.50% done; ETC: 02:13 (0:00:49 remaining)
 +Completed Service scan at 02:12, 82.54s elapsed (8 services on 1 host)
 +Initiating OS detection (try #1) against peter-laptop-1 (192.168.1.69)
 +Retrying OS detection (try #2) against peter-laptop-1 (192.168.1.69)
 +Retrying OS detection (try #3) against peter-laptop-1 (192.168.1.69)
 +Retrying OS detection (try #4) against peter-laptop-1 (192.168.1.69)
 +Retrying OS detection (try #5) against peter-laptop-1 (192.168.1.69)
 +NSE: Script scanning 192.168.1.69.
 +Initiating NSE at 02:12
 +sendto in send_ip_packet_sd: sendto(27, packet, 65536, 0, 192.168.1.69, 16) => Message too long
 +Offending packet: TCP 192.168.1.69:40758 > 192.168.1.69:80 S ttl=128 id=0 iplen=0  seq=465846684 win=3072 <mss 1460>
 +Completed NSE at 02:13, 39.82s elapsed
 +Nmap scan report for peter-laptop-1 (192.168.1.69)
 +Host is up (0.0062s latency).
 +Not shown: 1992 closed ports
 +PORT     STATE         SERVICE     VERSION
 +80/tcp   open          http        nginx 1.4.6 (Ubuntu)
 +|_http-comments-displayer: Couldn't find any comments.
 +|_http-date: Fri, 08 Jul 2016 01:12:31 GMT; 0s from local time.
 +|_http-google-malware: [ERROR] No API key found. Update the variable APIKEY in http-google-malware or set it in the argument http-google-malware.api
 +| http-grep: 
 +|_  ERROR: Argument http-grep.match was not set
 +| http-headers: 
 +|   Server: nginx/1.4.6 (Ubuntu)
 +|   Date: Fri, 08 Jul 2016 01:12:31 GMT
 +|   Content-Type: text/html
 +|   Content-Length: 177
 +|   Last-Modified: Sat, 01 Feb 2014 17:38:59 GMT
 +|   Connection: close
 +|   ETag: "52ed3133-b1"
 +|   Accept-Ranges: bytes
 +|   
 +|_  (Request type: HEAD)
 +|_http-methods: No Allow or Public header in OPTIONS response (status code 405)
 +|_http-title: Site doesn't have a title (text/html).
 +| http-traceroute: 
 +|_  Possible reverse proxy detected.
 +139/tcp  open          netbios-ssn Samba smbd 3.X (workgroup: PETER-LAPTOP-1)
 +445/tcp  open          netbios-ssn Samba smbd 3.X (workgroup: PETER-LAPTOP-1)
 +68/udp   open|filtered dhcpc
 +137/udp  open          netbios-ns  Microsoft Windows XP netbios-ssn
 +138/udp  open|filtered netbios-dgm
 +631/udp  open|filtered ipp
 +5353/udp open|filtered zeroconf
 +No exact OS matches for host (If you know what OS is running on it, see http://nmap.org/submit/ ).
 +TCP/IP fingerprint:
 +OS:SCAN(V=6.40%E=4%D=7/8%OT=80%CT=1%CU=2%PV=Y%DS=0%DC=L%G=Y%TM=577EFE26%P=x
 +OS:86_64-pc-linux-gnu)SEQ(SP=103%GCD=1%ISR=10C%TI=Z%CI=I%II=I%TS=8)SEQ(SP=1
 +OS:03%GCD=1%ISR=10C%TI=Z%CI=I%TS=8)OPS(O1=MFFD7ST11NW7%O2=MFFD7ST11NW7%O3=M
 +OS:FFD7NNT11NW7%O4=MFFD7ST11NW7%O5=MFFD7ST11NW7%O6=MFFD7ST11)WIN(W1=AAAA%W2
 +OS:=AAAA%W3=AAAA%W4=AAAA%W5=AAAA%W6=AAAA)ECN(R=Y%DF=Y%T=40%W=AAAA%O=MFFD7NN
 +OS:SNW7%CC=Y%Q=)T1(R=Y%DF=Y%T=40%S=O%A=S+%F=AS%RD=0%Q=)T2(R=N)T3(R=N)T4(R=Y
 +OS:%DF=Y%T=40%W=0%S=A%A=Z%F=R%O=%RD=0%Q=)T5(R=Y%DF=Y%T=40%W=0%S=Z%A=S+%F=AR
 +OS:%O=%RD=0%Q=)T6(R=Y%DF=Y%T=40%W=0%S=A%A=Z%F=R%O=%RD=0%Q=)T7(R=Y%DF=Y%T=40
 +OS:%W=0%S=Z%A=S+%F=AR%O=%RD=0%Q=)U1(R=Y%DF=N%T=40%IPL=164%UN=0%RIPL=G%RID=G
 +OS:%RIPCK=G%RUCK=G%RUD=G)IE(R=Y%DFI=N%T=40%CD=S)
 +
 +Uptime guess: 0.253 days (since Thu Jul  7 20:08:31 2016)
 +Network Distance: 0 hops
 +TCP Sequence Prediction: Difficulty=259 (Good luck!)
 +IP ID Sequence Generation: All zeros
 +Service Info: OSs: Linux, Windows; CPE: cpe:/o:linux:linux_kernel, cpe:/o:microsoft:windows
 +
 +Host script results:
 +|_ipidseq: All zeros
 +|_msrpc-enum: NT_STATUS_OBJECT_NAME_NOT_FOUND
 +| nbstat: 
 +|   NetBIOS name: PETER-LAPTOP-1, NetBIOS user: <unknown>, NetBIOS MAC: <unknown>
 +|   Names
 +|     PETER-LAPTOP-1<00>   Flags: <unique><active>
 +|     PETER-LAPTOP-1<03>   Flags: <unique><active>
 +|     PETER-LAPTOP-1<20>   Flags: <unique><active>
 +|     \x01\x02__MSBROWSE__\x02<01>  Flags: <group><active>
 +|     WORKGROUP<00>        Flags: <group><active>
 +|     WORKGROUP<1d>        Flags: <unique><active>
 +|_    WORKGROUP<1e>        Flags: <group><active>
 +|_path-mtu: 65535 <= PMTU < 65536
 +| qscan: 
 +| PORT  FAMILY  MEAN (us)  STDDEV  LOSS (%)
 +| 1           0.00       -0.00   100.0%
 +| 80    1       0.00       -0.00   100.0%
 +| 137         0.00       -0.00   100.0%
 +| 139         29.00      -nan    90.0%
 +|_445         0.00       -0.00   100.0%
 +| smb-mbenum: 
 +|   DFS Root
 +|     PETER-LAPTOP-1  0.0  peter-laptop-1 server (Samba, Ubuntu)
 +|   Master Browser
 +|     PETER-LAPTOP-1  0.0  peter-laptop-1 server (Samba, Ubuntu)
 +|   Potential Browser
 +|     FELIX-LAPTOP  0.0  
 +|   Print server
 +|     FELIX-LAPTOP    0.0  
 +|     PETER-LAPTOP-1  0.0  peter-laptop-1 server (Samba, Ubuntu)
 +|   Server
 +|     PETER-LAPTOP-1  0.0  peter-laptop-1 server (Samba, Ubuntu)
 +|   Server service
 +|     FELIX-LAPTOP    0.0  
 +|     PETER-LAPTOP-1  0.0  peter-laptop-1 server (Samba, Ubuntu)
 +|   Unix server
 +|     PETER-LAPTOP-1  0.0  peter-laptop-1 server (Samba, Ubuntu)
 +|   Windows NT/2000/XP/2003 server
 +|     FELIX-LAPTOP    0.0  
 +|     PETER-LAPTOP-1  0.0  peter-laptop-1 server (Samba, Ubuntu)
 +|   Workstation
 +|     FELIX-LAPTOP    0.0  
 +|_    PETER-LAPTOP-1  0.0  peter-laptop-1 server (Samba, Ubuntu)
 +| smb-os-discovery: 
 +|   OS: Windows 6.1 (Samba 4.3.9-Ubuntu)
 +|   Computer name: peter-laptop-1
 +|   NetBIOS computer name: PETER-LAPTOP-1
 +|   Domain name: 
 +|   FQDN: peter-laptop-1
 +|_  System time: 2016-07-08T02:12:31+01:00
 +| smb-security-mode: 
 +|   Account that was used for smb scripts: guest
 +|   User-level authentication
 +|   SMB Security: Challenge/response passwords supported
 +|_  Message signing disabled (dangerous, but default)
 +|_smbv2-enabled: Server supports SMBv2 protocol
 +
 +NSE: Script Post-scanning.
 +Read data files from: /usr/bin/../share/nmap
 +OS and Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
 +Nmap done: 1 IP address (1 host up) scanned in 154.16 seconds
 +           Raw packets sent: 2376 (228.365KB) | Rcvd: 4634 (209.584KB)
 +</code>
  
nmap/perform_a_slow_comprehensive_scan.1575198273.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki