Created
September 6, 2018 14:35
-
-
Save NinoSkopac/e60d348688423faf3fdba79d9cf6e06d to your computer and use it in GitHub Desktop.
open ports in a restaurant in Lviv
This file contains 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
$ time nmap -p- portquiz.net | grep -i open | |
21/tcp open ftp | |
25/tcp open smtp | |
53/tcp open domain | |
80/tcp open http | |
110/tcp open pop3 | |
143/tcp open imap | |
443/tcp open https | |
real 3m7.211s | |
user 0m1.459s | |
sys 0m12.045s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment