Script creds-summary
Script types:
postrule
Categories:
auth, default, safe
Download: https://svn.nmap.org/nmap/scripts/creds-summary.nse
Script Summary
Lists all discovered credentials (e.g. from brute force and default password checking scripts) at end of scan.
Script Arguments
- creds.[service], creds.global
See the documentation for the creds library.
Example Usage
nmap -sV -sC <target>
Script Output
| creds-summary: | 10.10.10.10 | 22/ssh | lisbon:jane - Account is valid | 10.10.10.20 | 21/ftp | jane:redjohn - Account is locked | 22/ssh | cho:secret11 - Account is valid | 23/telnet | rigsby:pelt - Account is valid | pelt:rigsby - Password needs to be changed at next logon | 80/http | lisbon:jane - Account is valid | jane:redjohn - Account is locked |_ cho:secret11 - Account is valid
Requires
Author:
License: Same as Nmap--See https://nmap.org/book/man-legal.html