6
6
[ ![ GitHub Release] ( https://img.shields.io/github/release/detexploit/DetExploit.svg )] ( https://github.com/detexploit/DetExploit/releases/latest )
7
7
[ ![ License: GPLv2] ( https://img.shields.io/badge/license-GPL--3.0-blue )] ( www.gnu.org/licenses/gpl-3.0.en.html )
8
8
9
- ## Info (Last Update: 2019/09/23 )
9
+ ## Info (Last Update: 2019/10/04 )
10
10
11
11
Hi, thank you for visiting this repository.
12
12
You may know that there is no commit for a while...... but development is still going on !!!
@@ -18,7 +18,7 @@ I've prepared some milestone, so you may check out it!!
18
18
Schedule
19
19
20
20
1. Python to C++ to resuce binary size
21
- 2. Release binary from GitHub Releases
21
+ 2. Release binary from GitHub Releases (Stable Version will be released tomorrow !!!)
22
22
3. Publish demo movies of client/server
23
23
4. Publish slides on DetExploit
24
24
```
@@ -31,7 +31,6 @@ Schedule
31
31
- [ Table of contents] ( #table-of-contents )
32
32
- [ Abstract] ( #abstract )
33
33
- [ Demo] ( #demo )
34
- - [ Requirements] ( #requirements )
35
34
- [ How to run] ( #how-to-run )
36
35
- [ Supported Database] ( #supported-database )
37
36
- [ License] ( #license )
@@ -57,27 +56,16 @@ I wish and work hard to make this an huge OSS (Open Source Software) project, to
57
56
58
57
[ ![ Alt text] ( https://img.youtube.com/vi/VBev9dtGtEM/0.jpg )] ( https://www.youtube.com/watch?v=VBev9dtGtEM )
59
58
60
- ## Requirements
61
-
62
- + Windows Platform (Tested on Windows 10)
63
- + Python 3.x (Tested on 3.7)
64
- + Modules written in requirements.txt (pip install -r requirements.txt)
65
- + [ Win32Com (PyWin32: Python for Windows extensions)] ( https://github.com/mhammond/pywin32/releases )
66
-
67
59
## How to run
68
60
69
- Executable Build is not available now.
70
- It is planned to be availble on stable release.
61
+ ** You can download latest stable build of DetExploit from [ Releases] ( https://github.com/detexploit/DetExploit/releases ) page.**
62
+
63
+ Easiest way to run is shown below (Do not forget to unzip the downloaded file).
71
64
72
65
```
73
- # Install requirements
74
- C:\path\to\DetExlopit>pip install -r requirements.txt
75
- # Move to src directory
76
- C:\path\to\DetExlopit>cd src
77
- # Run CUI version using python (PATH needs to be configured if not.)
78
- C:\path\to\DetExlopit\src>python main.py
79
- # Run GUI version using python (PATH needs to be configured if not.)
80
- C:\path\to\DetExploit\src>python gui.py
66
+ # Execute DetExploit
67
+ C:\path\to>cd DetExploit_ReleaseYYYYMMDD
68
+ C:\path\to\DetExlopit_ReleaseYYYYMMDD>DetExploit.exe
81
69
```
82
70
83
71
## Supported Database
0 commit comments