DetExploit : OSS Vulnerability Scanner for Windows Platform

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

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

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

Demo

Demo Video Clip (v0.5, English, Click and jump to YouTube to play video)

Also Read – FileGPS : A Tool That Help You To Guess How Your Shell Was Renamed

Requirements

Windows Platform (Tested on Windows 10)
Python 3.x (Tested on 3.7)
Modules written in requirements.txt (pip install -r requirements.txt)
Win32Com (PyWin32: Python for Windows extensions)

How to run

Executable Build is not available now.
It is planned to be availble on stable release.

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

Supported Database

  • ExploitDB
  • JVN (Japan Vulnerability Notes)
  • NVD (National Vulnerability Database)
  • US-CERT
  • JPCERT
R K

Recent Posts

WhatsMyName App – Find Anyone Across 640+ Platforms

Overview WhatsMyName is a free, community-driven OSINT tool designed to identify where a username exists…

5 days ago

Analyzing Directory Size Linux Tools Explained

Managing disk usage is a crucial task for Linux users and administrators alike. Understanding which…

5 days ago

Understanding Disk Usage with du Command

Efficient disk space management is vital in Linux, especially for system administrators who manage servers…

5 days ago

How to Check Directory Size in Linux

Knowing how to check directory sizes in Linux is essential for managing disk space and…

5 days ago

Essential Commands for Linux User Listing

Managing user accounts is a core responsibility for any Linux administrator. Whether you’re securing a…

5 days ago

Command-Line Techniques for Listing Linux Users

Linux offers powerful command-line tools for system administrators to view and manage user accounts. Knowing…

5 days ago