Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save oxtd/7c1f19c3671b711871ffe32316869f71 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 -oA Nmap/all-ports-scan -sCV -p- -Pn --min-rate 10000
Starting Nmap 7.92 ( https://nmap.org ) at 2022-04-18 08:49 IST
Nmap scan report for talkative.htb (10.10.11.155)
Host is up (0.22s latency).
Not shown: 65529 closed tcp ports (reset)
PORT STATE SERVICE VERSION
22/tcp filtered ssh
80/tcp open http Apache httpd 2.4.52
|_http-generator: Bolt
|_http-title: Talkative.htb | Talkative
|_http-server-header: Apache/2.4.52 (Debian)
3000/tcp filtered ppp
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
|_http-server-header: TornadoServer/5.0
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 25.15 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment