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

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

1 week ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago