Skip to content

tiandiyixian/DetExploit

 
 

Repository files navigation

This README is English version. If you want to view Japanese version, please check the README_JAPANESE.md.

GitHub Release License: GPLv2

Info (Last Update: 2019/09/23)

Hi, thank you for visiting this repository.
You may know that there is no commit for a while...... but development is still going on !!!
Currently, I am re-writing whole program into C++ to reduce binary size and more advantages.
This is very important procedure to release our program, so please understand it... :)
I've prepared some milestone, so you may check out it!!

Schedule

1. Python to C++ to resuce binary size
2. Release binary from GitHub Releases
3. Publish demo movies of client/server
4. Publish slides on DetExploit

Table of contents

Abstract

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.

Also this project is my theme of Mitou Jr project in Japan.

I wish and work hard to make this an huge OSS (Open Source Software) project, to help these days society.

Demo

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

Alt text

Requirements

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

License

GNU GPLv3 License

Contact to developer

About

OSS Vulnerability Scanner for Windows Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.5%
  • HTML 9.9%
  • Inno Setup 5.6%