Created
April 2, 2022 04:26
-
-
Save oxtd/0735ec02ae835d39bb091ab93525ce9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ export IP=10.10.11.124 | |
$ sudo nmap $IP -oA Nmap/all-ports-scan -sCV -p- -Pn --min-rate 10000 | |
Starting Nmap 7.92 ( https://nmap.org ) at 2022-04-02 09:53 IST | |
Nmap scan report for 10.10.11.124 | |
Host is up (0.28s latency). | |
Not shown: 65534 closed tcp ports (reset) | |
PORT STATE SERVICE VERSION | |
80/tcp open http Apache httpd 2.4.41 | |
|_http-title: Did not follow redirect to http://shibboleth.htb/ | |
|_http-server-header: Apache/2.4.41 (Ubuntu) | |
Service Info: Host: shibboleth.htb | |
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . | |
Nmap done: 1 IP address (1 host up) scanned in 22.03 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment