0% found this document useful (0 votes)
56 views

Nmap Scripts

Uploaded by

bayilo7328
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views

Nmap Scripts

Uploaded by

bayilo7328
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Commonly Used Nmap NSE Service Scripts:

1. http-title

o Grabs webpage title.

o nmap --script http-title <target>

2. http-enum

o Enumerates web apps and directories.

o nmap --script http-enum <target>

3. ftp-anon

o Checks for anonymous FTP login.

o nmap --script ftp-anon <target>

4. ftp-bounce

o Tests FTP bounce attack vulnerability.

o nmap --script ftp-bounce <target>

5. ssh-hostkey

o Retrieves SSH host key.

o nmap --script ssh-hostkey <target>

6. ssl-cert

o Retrieves SSL certificates.

o nmap --script ssl-cert <target>

7. smtp-open-relay

o Checks if SMTP server allows open relay.

o nmap --script smtp-open-relay <target>

8. dns-brute

o Brute-forces DNS enumeration.

o nmap --script dns-brute <target>

9. dns-nsec3-enum

o Enumerates DNSSEC NSEC3 records.

o nmap --script dns-nsec3-enum <target>

10. mysql-info

o Gathers MySQL server info.

o nmap --script mysql-info <target>


11. smb-os-discovery

o Detects OS version via SMB.

o nmap --script smb-os-discovery <target>

12. smb-enum-shares

o Lists shared folders over SMB.

o nmap --script smb-enum-shares <target>

13. smb-enum-users

o Lists users on target via SMB.

o nmap --script smb-enum-users <target>

14. rdp-enum-encryption

o Determines RDP encryption level.

o nmap --script rdp-enum-encryption <target>

15. vnc-info

o Gathers VNC server information.

o nmap --script vnc-info <target>

16. snmp-info

o Retrieves SNMP information.

o nmap --script snmp-info <target>

17. ntp-info

o Gathers information from NTP server.

o nmap --script ntp-info <target>

18. http-methods

o Lists HTTP methods supported by the server.

o nmap --script http-methods <target>

19. pop3-capabilities

o Retrieves POP3 server capabilities.

o nmap --script pop3-capabilities <target>

20. imap-capabilities

o Retrieves IMAP server capabilities.

o nmap --script imap-capabilities <target>

You might also like