/Bullet

Vulnerability research tool to scrap CVEs

Primary LanguagePythonApache License 2.0Apache-2.0

Bullet

Tool for scraping CVEs for vulnerability research purposes

Instruction

Installation

  1. git clone https://github.com/MaidsShadowClub/Bullet
  2. cd Bullet
  3. pip3 install -r requirements.txt

Commands

scrapy crawl SamsungCVE - scrap Samsung's CVEs
scrapy crawl HuaweiCVE - scrap Huawei's CVEs
scrapy crawl LgCVE - scrap Lg's CVEs
scrapy crawl GPZArticles - scrap articles from Google Project Zero for current year
To change logs level - set LOG_LEVEL in setting.py

Just scrap all bulletins: python main.py

Todo

To add

  • Export scraped info as PDF

Planned scrapers

Thanks

  • @kreophagia - for logo
  • @mandico21 - for tgbot template