From 42bb166b14968faf3c03591e9673b646bcf3760c Mon Sep 17 00:00:00 2001 From: Meitar M Date: Wed, 9 Jan 2019 12:58:19 -0500 Subject: [PATCH] Add s7scan, a Siemens S7 PLC network scanner. This commit further cleans the new Industrial Control and SCADA Systems section by providing a clearer description of the ISF line item, fixing minor whitespace spacing issues, and clarifying the section's header. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58ef833..5cb025e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [Anonymity Tools](#anonymity-tools) * [Reverse Engineering Tools](#reverse-engineering-tools) * [Physical Access Tools](#physical-access-tools) - * [Industrial and Scada Systems](#industrial-and-scada-systems) + * [Industrial Control and SCADA Systems](#industrial-control-and-scada-systems) * [Side-channel Tools](#side-channel-tools) * [CTF Tools](#ctf-tools) * [Penetration Testing Report Templates](#penetration-testing-report-templates) @@ -504,9 +504,10 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [Bash Bunny](https://www.hak5.org/gear/bash-bunny) - Local exploit delivery tool in the form of a USB thumbdrive in which you write payloads in a DSL called BunnyScript. * [Packet Squirrel](https://www.hak5.org/gear/packet-squirrel) - Ethernet multi-tool designed to enable covert remote access, painless packet captures, and secure VPN connections with the flip of a switch. -### Industrial and Scada Systems +### Industrial Control and SCADA Systems -* [Industrial Exploitation Framework](https://github.com/dark-lbp/isf) - ISF(Industrial Control System Exploitation Framework),a exploitation framework based on Python. +* [Industrial Exploitation Framework (ISF)](https://github.com/dark-lbp/isf) - Metasploit-like exploit framework based on routersploit designed to target Industrial Control Systems (ICS), SCADA devices, PLC firmware, and more. +* [s7scan](https://github.com/klsecservices/s7scan) - Scanner for enumerating Siemens S7 PLCs on a TCP/IP or LLC network. ### Side-channel Tools