DetExploit: detect vulnerable applications, not-installed OS updates and notify to user

DetExploit

DetExploit is software that detects vulnerable applications and not-installed important OS updates on the system, and notify them to the user.

As we know, most of the cyberattacks use vulnerability that is released out the year before.

I thought this is a huge problem, and this kind of technology should be more powerful than technology that will detect unknown malwares or exploits.

Supported Database

Install

Requirement

Download

git clone https://github.com/detexploit/DetExploit.git

# Install requirements
C:\path\to\DetExlopit>pip install -r requirements.txt
# Move to src directory
C:\path\to\DetExlopit>cd src
# Run CUI version using python (PATH needs to be configured if not.)
C:\path\to\DetExlopit\src>python main.py
# Run GUI version using python (PATH needs to be configured if not.)
C:\path\to\DetExploit\src>python gui.py

Use

Copyright (C) 2019 detexploit