Hacking 101 Tools

Metasploit

Metasploit is a multi-purpose computer security and penetration testing framework. Intentionally modular, it allows the attacker to mix and match scanners, exploits, and payloads into a single attack. Originally created by H.D. Moore for security analysis, it was later acquired by Rapid7, which added more intuitive, GUI-based commercial versions. Metasploit is considered to be the […]

Tools Web App Attack

SQLMap

https://sqlmap.org/ Useful commands -u URL, –url=URL     Target URL (e.g. “www.target.com/vuln.php?id=1”)–data=DATA Data string to be sent through POST-p TESTPARAMETER Testable parameter(s) README.pdf/usr/share/sqlmap/doc/README.pdf Example command to call sqlmap to scan a URL with the opening at the search parameter using a UNION based attack technique At the end of that command set some more properties […]