Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/totekuh/security-focus-dataset
https://www.securityfocus.com/ parser
https://github.com/totekuh/security-focus-dataset
Last synced: 1 day ago
JSON representation
https://www.securityfocus.com/ parser
- Host: GitHub
- URL: https://github.com/totekuh/security-focus-dataset
- Owner: totekuh
- Created: 2019-08-14T12:01:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T03:50:44.000Z (over 5 years ago)
- Last Synced: 2024-11-05T09:26:07.595Z (about 2 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# security-focus-dataset
https://www.securityfocus.com/ parser
1. Collect the dataset using secfocus_web_scraper.py
Web scraping might take a while, as the dataset contains more than 100K entries, so be patient.
2. Use secfocus.py with -s (--search) argument to look for matching vulnerabilities from the scraped dataset -f (--file argument).
You can adjust the dataset directory in secfocus.py source file.