bbot icon indicating copy to clipboard operation
bbot copied to clipboard

Module: Default Credential Scanning

Open aconite33 opened this issue 3 years ago • 1 comments
trafficstars

Add a module that will search for default credentials within an environment. Should operate after TCP ports have been enumerated.

Examples Projects:

  • https://github.com/projectdiscovery/nuclei
  • https://github.com/lanjelot/patator
  • https://github.com/nmap/nmap

aconite33 avatar Oct 07 '22 15:10 aconite33

This is pretty well covered by nuclei's default-login templates. Is there something beyond what nuclei can provide that you had in mind?

liquidsec avatar Oct 10 '22 16:10 liquidsec

The goal is to replicate what we do with https://github.com/blacklanternsecurity/zmap-asset-inventory in order to achieve similar coverage.

SSH Telnet FTP / Anonymous FTP NFS iSCSI

All Non HTTP/HTTPS protocols

aconite33 avatar Oct 28 '22 14:10 aconite33