Using Public Exploits
Table of Contents
tags: Security
Searching Exploits
Exploit Explanation
- comics explanation - xkcd
Google: heartbleed xkcd
Using Exploit
for i in $(seq 0 100); do python heartbleed.py valentine.htb; done
Tools
searchsploit
searchsploit -o windows smb
-o, --overflow [Term] Exploit titles are allowed to overflow their columns.
searchsploit -m 17491
-m, --mirror [EDB-ID] Mirror (aka copies) an exploit to the current working directory.