File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed
Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -57,27 +57,16 @@ I wish and work hard to make this an huge OSS (Open Source Software) project, to
5757
5858[ ![ Alt text] ( https://img.youtube.com/vi/VBev9dtGtEM/0.jpg )] ( https://www.youtube.com/watch?v=VBev9dtGtEM )
5959
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-
6760## How to run
6861
69- Executable Build is not available now.
70- It is planned to be availble on stable release.
62+ You can download latest stable build of DetExploit from [ Releases] ( https://github.com/detexploit/DetExploit/releases ) .
63+ Easiest way to run is shown below ......
64+ (Do not forget to download and unzip file from Releases.
7165
7266```
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
67+ # Execute DetExploit
68+ C:\path\to>cd DetExploit_ReleaseYYYYMMDD
69+ C:\path\to\DetExlopit_ReleaseYYYYMMDD>DetExploit.exe
8170```
8271
8372## Supported Database
You can’t perform that action at this time.
0 commit comments