DingusGH

Results 8 comments of DingusGH

nmap uses its nmap-services database to lookup port numbers of well known services google is running an http server on its port 80 i am running an ftp server on...

these two pages can probably explain this better than i can: https://nmap.org/book/man-version-detection.html https://nmap.org/book/vscan-fileformat.html this match comes PRETTY close ~~~ match http m|^HTTP/1\.1 503 Service Unavailable\r\nContent-Type: text/html\r\nCache-Control: no-cache\r\nConnection: close\r\nContent-Length: \d+\r\nX-Iinfo: ?[\d-]+...

https://linux.die.net/man/1/arp-scan arp-scan sends ARP packets to hosts on the local network and displays any responses that are received https://nmap.org/book/host-discovery-controls.html#host-discovery-sn The -sn option sends an ICMP echo request, a TCP SYN...

masscan sent a syn packet [S] with a SEQ=314122418 the syn-ack [S.] that you should have gotten back would have been ACK = SEQ+1 = 314122419 but you can see...

what IPs does nmap skip? https://github.com/nmap/nmap/blob/master/libnetutil/netutil.cc#L427:L485 0.0.0.0/8 is IANA Reserved 127.0.0.0/8 Loopback 10.0.0.0/8 is reserved for private nets by RFC1918 169.254.0.0/16 is reserved for DHCP clients seeking addresses RFC3927 172.16.0.0/12...

note, the docs say to use 18.04 and my experience so far is that it works with that i have noticed (and it could be because im using windows and...

my test environment: virtualbox on windows download 20.04.4 iso from ubuntu create vm called deployer with 2048 ram instead of 1024 switch network from NAT to bridged launch vm all...

ok, great news, i got it to work! https://github.com/dingusgh/scantron/tree/main-20.04