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

ROADTools: The Modern Azure AD Exploration Framework

ROADTools is a powerful framework designed for exploring and interacting with Microsoft Azure Active Directory…

6 hours ago

How to Enumerate Microsoft 365 Groups Using PowerShell and Python

Microsoft 365 Groups (also known as M365 Groups or Unified Groups) are at the heart…

7 hours ago

SeamlessPass: Using Kerberos Tickets to Access Microsoft 365

SeamlessPass is a specialized tool designed to leverage on-premises Active Directory Kerberos tickets to obtain…

1 day ago

PPLBlade: Advanced Memory Dumping and Obfuscation Tool

PPLBlade is a powerful Protected Process Dumper designed to capture memory from target processes, hide…

1 day ago

HikPwn : Simple Scanner For Hikvision Devices With Basic Vulnerability Scanning

HikPwn: Comprehensive Guide to Scanning Hikvision Devices for Vulnerabilities If you’re searching for an efficient…

2 days ago

Comments in Bash Scripts

What Are Bash Comments? Comments in Bash scripts, are notes in your code that the…

1 week ago