port scanner & login credential tester
Use the config.yml
file to set how Honey Hornet will run:
- port scanner or credential checker mode
- ports to scan
- usernames and passwords to check
- location of the targets list to use
- output file types:
- standard logs (default)
- JSON
- csv
This will scan the IP addresses listed in the target file and check for open ports defined in the config.yml
configuration file.
This mode will check for valid login credentials that are defined in the config.yml
configuration file, after running in Port Scanner Mode.
Proctols currently supported:
1. FTP
2. SSH
3. Telnet
4. HTTP-XML authentication
- uses an XML-file to POST credentials to web portal.
python honeyhornet.py
will use the default config file config.yml
python honeyhornet.py --config custom.yml
will use a custom defined config file, in this case custom.yml