├── LICENSE ├── README.md ├── derrick.py ├── modules ├── CVE_Advisories.sh ├── CVE_Advisories_Parser.py ├── scrapper_leak_normal.py └── scrapper_leak_querry.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supdevinci/derrick/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supdevinci/derrick/HEAD/README.md -------------------------------------------------------------------------------- /derrick.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supdevinci/derrick/HEAD/derrick.py -------------------------------------------------------------------------------- /modules/CVE_Advisories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supdevinci/derrick/HEAD/modules/CVE_Advisories.sh -------------------------------------------------------------------------------- /modules/CVE_Advisories_Parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supdevinci/derrick/HEAD/modules/CVE_Advisories_Parser.py -------------------------------------------------------------------------------- /modules/scrapper_leak_normal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supdevinci/derrick/HEAD/modules/scrapper_leak_normal.py -------------------------------------------------------------------------------- /modules/scrapper_leak_querry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supdevinci/derrick/HEAD/modules/scrapper_leak_querry.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/supdevinci/derrick/HEAD/requirements.txt --------------------------------------------------------------------------------