githubEdit

Exploit Research

Top Resources

  • https://attackerkb.com/

  • https://ippsec.rocks/?#

  • Google the service and add exploit to the end!!!

Search services vulnerabilities

searchsploit --exclude=dos -t apache 2.2.3
msfconsole; > search apache 2.2.3

CVE Database

https://cve.mitre.org/cve/search_cve_list.html

National Vulnerability Database (NVD)

  • U.S. Government Repository of standards based vulnerability management data represented using the Security Content Automation Protocol.

https://mvd.mist.gov/
https://nvd.nist.gov/general/visualizations
  • To show a visualization of CVSS’s Severity over time.

https://nvd.nist.gov/vuln/data-feeds

CVE Details

Exploit Database

  • Search by CVE and OSVDB identifier.

Searchsploit by Exploit-db

  • Offline source for finding vulnerabilities and exploits.

  • To update the database:

  • Copy a searchsploit result to your present working directory

  • Alternative copy method

  • Exclude certain results like DOS or POC

  • Can print the file for an exploit

  • Exact match to your keyword input

  • Always start with specific and move to more general

Working with exploits

  • Shebang

Last updated