How-I-Hacked-Your-Pi-Hole
Created for my TryHackMe room
File Explorer
- code.py
- README.md
- shodan.png
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
hydra
View Details ▼
hydra
Online password guessing tool.
Protocols supported include FTP, HTTP(S), SMTP, SNMP, XMPP, SSH, and more.
hydra-wizard
Start Hydra's wizard:
hydra -l {{username}} -P {{path/to/wordlist.txt}} {{host_ip}} {{ssh}}
Guess SSH credentials using a given username and a list of passwords:
hydra -L {{path/to/usernames.txt}} -P {{path/to/wordlist.txt}} {{host_ip}} {{https-post-form}} "{{url_without_host}}:{{https_post_request}}:{{login_failed_string}}"
Guess HTTPS webform credentials using two specific lists of usernames and passwords ("https_post_request" can be like "username=^USER^&password=^PASS^"):
// repository documentation
Was this content helpful?
(0 ratings)
