Skip to content

A Scrapy-based crawler for crawling Exploit Database

Notifications You must be signed in to change notification settings

Dy1anT/Exploit-DB-Spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploit-DB-Spider

A scrapy-based crawler for crawling Exploit Database Trend

Background

This is a web crawler based on Scrapy for crawling EXP information on the Exploit Database(a CVE compliant archive of public exploits and corresponding vulnerable software).

What can you do with this web crawler?

  • Crawling all the exploit information on Exploit Database to the local area;
  • Do some data analysis on the exploit information that has been crawled;
  • Download all the exploit scripts on Exploit Database.

Install

$ git clone https://github.com/Dy1aNT/Exploit-DB-Spider.git
$ cd Exploit-DB-Spider

Install dependencies

$ pip install -r requirements.txt

Usage

$ python main.py

Result

Year Type Platform

About

A Scrapy-based crawler for crawling Exploit Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages