Shikata Ga Nai

Private? There is no such things.

PTFをインストールしてみた

Hello there, ('ω')ノ

 

PTFは、PenTesters Frameworkの略で。

PTFは、インストールとパッケージングを簡素化して。

ペネトレーションテストフレームワーク全体を作成して。

 https://www.trustedsec.com/tools/pentesters-framework/

 

f:id:ThisIsOne:20201223145208p:plain

 

まずは、下記をダウンロードして。

 git clone https://github.com/trustedsec/ptf/

 

下記を実行すると。

 ./ptf

 

f:id:ThisIsOne:20201223144924p:plain

 

とりあえず、モジュールの一覧を。

 show modules

 

f:id:ThisIsOne:20201223145440p:plain

 

必要とするモジュールを見つけて。

 

f:id:ThisIsOne:20201223151252p:plain

 

下記で、モジュールを選択して。

 use modules/modules/exploitation/routersploit

 

インストールして。

 run

 

f:id:ThisIsOne:20201223152007p:plain

 

インストールされるディレクトリを確認して。

 /pentest/exploitation/routersploit/

 

f:id:ThisIsOne:20201223152655p:plain


下記を実行すると起動できて。

 python3 rsf.py

 

f:id:ThisIsOne:20201223154011p:plain

 

他のモジュールも同様で、選択実行して。

 

f:id:ThisIsOne:20201223160143p:plain

 

実行方法は、どこかに書いてあるので。

 

f:id:ThisIsOne:20201223162150p:plain

 

インストールされたディレクトリへ移動して。

起動することができて。

 

f:id:ThisIsOne:20201223162048p:plain

 

Best regards, (^^ゞ