File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed
Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 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## サポートしているデータベース
You can’t perform that action at this time.
0 commit comments