Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

=======

==-:.............---=
=-=.=...................-.--
==-...-.:-=----=-==----==-..-.:.--=
+-...:.=-::--:--===-=::-----::-=.:..:-:
---....--::::-------**+**---:---::::--..:.=-=
-:.:.=:-.......::----***:***----:-.......-:-.-.==
+-:..:-:.........:.::--**=+=*+--::::.........:--.:.:
=::=.:--.........:::::--:*+*:--:::::........:--::=:-=
--*+=:::--:.....:-:::::-:--::::-:.....----::=++==
++=::--=:..--::::-:::---..---::-=+=
==+:::---=----------::::===
===-:::::::::::::-=-=
==-======-===

simple scan : $ nmap {ip}


scan with service version : $ nmap {ip} -sV
scan specific port : $ nmap {ip} -p {port}
scan for all ports : $ nmap {ip} -p-

Ports :-

=====================================================================
| Port | Service | Description |
|=====================================================================|
| 80 | HTTP | Web |
|---------------------------------------------------------------------|
| 443 | HTTPS | Web.SSL |
|---------------------------------------------------------------------|
| 445 | SMB | smbclient -L {ip} |
| 139 | | smbclient \\\\{ip}\\{ShareName} -U {user} |
|---------------------------------------------------------------------|
| 21 | FTP | ftp {ip} |
|---------------------------------------------------------------------|
| 22 | SSH | ssh {use}@{ip} |
|---------------------------------------------------------------------|
| 23 | Telnet | telnet {ip} |
=====================================================================

=================================================
@CYSC_PMU
=================================================

You might also like