Skip to content

Latest commit

 

History

History
42 lines (40 loc) · 8.68 KB

File metadata and controls

42 lines (40 loc) · 8.68 KB

Modbus

Protocol Modbus
Name Modbus
Aliases Modbus TCP
Description Widely used industrial communication protocol
Port(s) 502/tcp
Specifications Modbus TCP Specification
Nmap script(s) modbus-discover.nse, modicon-info.nse
Wireshark dissector packet-mbtcp.c
Scapy layer modbus.py
Example Pcap(s) ICS-pcap Modbus, S4x15 ICS Village PCAP Files
Related CVE CVE-2007-4827, CVE-2010-4709, CVE-2011-4861, CVE-2013-0662, CVE-2013-2784, CVE-2013-5741, CVE-2014-0777, CVE-2017-11401, CVE-2017-14462, CVE-2017-6032, CVE-2017-6034, CVE-2017-7575, CVE-2018-5400, CVE-2018-5401, CVE-2018-7794, CVE-2018-7842, CVE-2018-7843, CVE-2018-7844, CVE-2018-7845, CVE-2018-7846, CVE-2018-7847, CVE-2018-7848, CVE-2018-7849, CVE-2018-7851, CVE-2018-7852, CVE-2018-7853, CVE-2018-7854, CVE-2018-7855, CVE-2018-7856, CVE-2018-7857, CVE-2019-6806, CVE-2019-6807, CVE-2019-6808, CVE-2019-6816, CVE-2019-6819, CVE-2019-6828, CVE-2019-6829, CVE-2019-6845, CVE-2019-6856, CVE-2019-6857, CVE-2020-28212, CVE-2020-28213, CVE-2020-6970, CVE-2020-7477, CVE-2020-7537, CVE-2020-7538, CVE-2020-7542, CVE-2020-7543, CVE-2020-7559, CVE-2021-20589, CVE-2021-20592, CVE-2021-21002, CVE-2021-21964, CVE-2020-5675, CVE-2021-22642, CVE-2021-22648, CVE-2021-22659, CVE-2021-22779, CVE-2021-22786, CVE-2021-22816, CVE-2021-30065, CVE-2022-22724, CVE-2022-24322, CVE-2022-24323, CVE-2022-28613, CVE-2022-37300, CVE-2022-37301, CVE-2022-45789, CVE-2022-4856, CVE-2022-4857, CVE-2023-0027, CVE-2023-25619, CVE-2022-2081, CVE-2023-1285, CVE-2023-1150

Documentations

Articles

Conferences

Tools

  • ctmodbus - A tool to interact with the Modbus protocol
  • Malmod - Scripts to attack Modicon M340 via UMAS
  • mbtget - A simple Modbus/TCP client in Perl
  • PyModbus - A full modbus protocol written in python