Skip to content

Instantly share code, notes, and snippets.

@oxtd
Created April 18, 2022 03:29
Show Gist options
  • Select an option

  • Save oxtd/da8b2e1c5ddef05f74bc4a1028104310 to your computer and use it in GitHub Desktop.

Select an option

Save oxtd/da8b2e1c5ddef05f74bc4a1028104310 to your computer and use it in GitHub Desktop.
$ export IP=10.10.11.155
$ sudo nmap $IP -p- -Pn --min-rate 10000 --open
Starting Nmap 7.92 ( https://nmap.org ) at 2022-04-18 08:51 IST
Nmap scan report for 10.10.11.155
Host is up (0.22s latency).
Not shown: 64931 closed tcp ports (reset), 600 filtered tcp ports (no-response)
Some closed ports may be reported as filtered due to --defeat-rst-ratelimit
PORT STATE SERVICE
80/tcp open http
8080/tcp open http-proxy
8081/tcp open blackice-icecap
8082/tcp open blackice-alerts
Nmap done: 1 IP address (1 host up) scanned in 8.34 seconds
$ sudo nmap $IP -p 80,8080,8081,8082 -sCV
Starting Nmap 7.92 ( https://nmap.org ) at 2022-04-18 08:54 IST
Nmap scan report for 10.10.11.155
Host is up (0.23s latency).
PORT STATE SERVICE VERSION
80/tcp open http Apache httpd 2.4.52
|_http-title: Did not follow redirect to http://talkative.htb
|_http-server-header: Apache/2.4.52 (Debian)
8080/tcp open http Tornado httpd 5.0
|_http-title: jamovi
|_http-server-header: TornadoServer/5.0
8081/tcp open http Tornado httpd 5.0
|_http-title: 404: Not Found
8082/tcp open http Tornado httpd 5.0
|_http-title: 404: Not Found
|_http-server-header: TornadoServer/5.0
Service Info: Host: 172.17.0.5
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 21.57 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment