Skip to content

Commit 5e2b572

Browse files
committed
2 parents d2e7996 + eec0f5f commit 5e2b572

File tree

2 files changed

+14
-38
lines changed

2 files changed

+14
-38
lines changed

README.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![GitHub Release](https://img.shields.io/github/release/detexploit/DetExploit.svg)](https://github.com/detexploit/DetExploit/releases/latest)
77
[![License: GPLv2](https://img.shields.io/badge/license-GPL--3.0-blue)](www.gnu.org/licenses/gpl-3.0.en.html)
88

9-
## Info (Last Update: 2019/09/23)
9+
## Info (Last Update: 2019/10/04)
1010

1111
Hi, thank you for visiting this repository.
1212
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!!
1818
Schedule
1919
2020
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 !!!)
2222
3. Publish demo movies of client/server
2323
4. Publish slides on DetExploit
2424
```
@@ -31,7 +31,6 @@ Schedule
3131
- [Table of contents](#table-of-contents)
3232
- [Abstract](#abstract)
3333
- [Demo](#demo)
34-
- [Requirements](#requirements)
3534
- [How to run](#how-to-run)
3635
- [Supported Database](#supported-database)
3736
- [License](#license)
@@ -57,27 +56,16 @@ I wish and work hard to make this an huge OSS (Open Source Software) project, to
5756

5857
[![Alt text](https://img.youtube.com/vi/VBev9dtGtEM/0.jpg)](https://www.youtube.com/watch?v=VBev9dtGtEM)
5958

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-
6759
## How to run
6860

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).
7164

7265
```
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
8169
```
8270

8371
## Supported Database

README_JAPANESE.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
- [目次](#目次)
1515
- [概要](#概要)
1616
- [デモ](#デモ)
17-
- [実行に必要なライブラリ等](#実行に必要なライブラリ等)
1817
- [実行方法](#実行方法)
1918
- [サポートしているデータベース](#サポートしているデータベース)
2019
- [ライセンス](#ライセンス)
@@ -40,27 +39,16 @@ DetExploitはシステム上に存在する脆弱なアプリケーションや
4039

4140
[![Alt text](https://img.youtube.com/vi/aIMhaA_ysUY/0.jpg)](https://www.youtube.com/watch?v=aIMhaA_ysUY)
4241

43-
## 実行に必要なライブラリ等
44-
45-
+ Windows環境 (Windows 10でテスト済み)
46-
+ Python 3.x (Python 3.7でテスト済み)
47-
+ requirements.txtに書かれているモジュール (pip install -r requirements.txt)
48-
+ [Win32Com (PyWin32: Python for Windows extensions)](https://github.com/mhammond/pywin32/releases)
49-
5042
## 実行方法
5143

52-
ビルドした実行形式のファイルは現在配布していません。
53-
正式リリース版の公開と同時に配布を開始する予定です。
44+
**[Releases](https://github.com/detexploit/DetExploit/releases) から最新のビルドをダウンロードすることができます。**
45+
46+
最も簡単な方法を以下に記しておきます (ダウンロードしたzip圧縮ファイルを解凍することを忘れないでくださいね!!)
5447

5548
```
56-
# 依存するライブラリ等のインストール
57-
C:\path\to\DetExlopit>pip install -r requirements.txt
58-
# srcディレクトリへの移動
59-
C:\path\to\DetExlopit>cd src
60-
# CUI版の実行 (PATHの設定が必要です)
61-
C:\path\to\DetExlopit\src>python main.py
62-
# GUI版の実行 (PATHの設定が必要です)
63-
C:\path\to\DetExploit\src>python gui.py
49+
# DetExploitを実行
50+
C:\path\to>cd DetExploit_ReleaseYYYYMMDD
51+
C:\path\to\DetExlopit_ReleaseYYYYMMDD>DetExploit.exe
6452
```
6553

6654
## サポートしているデータベース

0 commit comments

Comments
 (0)