Created
May 12, 2025 06:23
-
-
Save yc97463/c1344c82883d56191343553062359343 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
yc97463@YCMBPR script % bash scan.sh -i 134.208.26.59 -a | |
Scanning IP: 134.208.26.59 | |
Reverse DNS: | |
134-208-26-59.ndhu.edu.tw. | |
Ping Test: | |
PING 134.208.26.59 (134.208.26.59): 56 data bytes | |
Request timeout for icmp_seq 0 | |
Request timeout for icmp_seq 1 | |
Request timeout for icmp_seq 2 | |
--- 134.208.26.59 ping statistics --- | |
4 packets transmitted, 0 packets received, 100.0% packet loss | |
Scanning ports on 134.208.26.59: | |
---------------------------------------- | |
Scanning port 21... OPEN | |
Scanning port 22... CLOSED | |
Scanning port 23... CLOSED | |
Scanning port 25... CLOSED | |
Scanning port 53... CLOSED | |
Scanning port 80... OPEN | |
HTTP/1.1 200 OK | |
Scanning port 110... CLOSED | |
Scanning port 143... CLOSED | |
Scanning port 443... CLOSED | |
Scanning port 465... CLOSED | |
Scanning port 587... CLOSED | |
Scanning port 993... CLOSED | |
Scanning port 995... CLOSED | |
Scanning port 3306... CLOSED | |
Scanning port 3389... CLOSED | |
Scanning port 5432... CLOSED | |
Scanning port 8080... CLOSED | |
---------------------------------------- | |
Scan completed. Found 2 open ports. | |
yc97463@YCMBPR script % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment