https://github.com/detexploit/DetExploit
OSS Vulnerability Scanner for Windows Platform
https://github.com/detexploit/DetExploit
security security-tools vulnerability-detection vulnerability-management vulnerability-scanners
Last synced: about 1 year ago
JSON representation
OSS Vulnerability Scanner for Windows Platform
- Host: GitHub
- URL: https://github.com/detexploit/DetExploit
- Owner: detexploit
- Created: 2019-03-21T15:25:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T07:22:56.000Z (over 6 years ago)
- Last Synced: 2024-11-11T23:37:52.339Z (over 1 year ago)
- Topics: security, security-tools, vulnerability-detection, vulnerability-management, vulnerability-scanners
- Language: C++
- Homepage: https://detexploit.org
- Size: 6.03 MB
- Stars: 152
- Watchers: 14
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**This README is English version.**
**If you want to view Japanese version, please check the [README_JAPANESE.md](README_JAPANESE.md).**

[](https://github.com/detexploit/DetExploit/releases/latest)
[](www.gnu.org/licenses/gpl-3.0.en.html)
## Info (Last Update: 2019/10/04)
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 (Currently working on ...)
4. Publish slides of DetExploit (Japanese version is already ready, so wait for little bit more!!)
```
## Table of contents
- [DetExploit v1.3α](#detexploit-v13α)
- [Table of contents](#table-of-contents)
- [Abstract](#abstract)
- [Demo](#demo)
- [How to run](#how-to-run)
- [Supported Database](#supported-database)
- [License](#license)
- [Contact to developer](#contact-to-developer)
## 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](https://jr.mitou.org/index_en.html) 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)
[](https://www.youtube.com/watch?v=VBev9dtGtEM)
## How to run
**You can download latest stable build of DetExploit from [Releases](https://github.com/detexploit/DetExploit/releases) page.**
Easiest way to run is shown below (Do not forget to unzip the downloaded file).
```
# Execute DetExploit
C:\path\to>cd DetExploit_ReleaseYYYYMMDD
C:\path\to\DetExlopit_ReleaseYYYYMMDD>DetExploit.exe
```
## Supported Database
+ [ExploitDB](https://exploit-db.com/)
+ [JVN (Japan Vulnerability Notes)](https://jvn.jp/)
+ [NVD (National Vulnerability Database)](https://nvd.nist.gov/)
+ [US-CERT](https://www.us-cert.gov/)
+ [JPCERT](https://www.jpcert.or.jp/)
+ More on further version
## License
GNU GPLv3 License
## Contact to developer
+ MOPI (Email: [moppoi5168@gmail.com](mailto:moppoi5168@gmail.com) / Twitter: [@moppoi5168](https://twitter.com/moppoi5168))