Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 679 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 679 Bytes

Hello World

This is a beginner ICS Security lab dealing with modbus protocol
中文筆記:https://wha13.github.io/2024/06/30/mfics-modbus/

Setup

  1. package installation:
sudo pip3 install -r requirements.txt
  1. victim machine setup:

The modbus server part:

sudo python3 station.py

Web UI:

sudo python3 app.py

It's EZ~

Exploit

recon.py is used to check registers' values.
set_register.py is used to set a specific register value.

Have fun with weather station~
Try to make it snowy through modbus protocol :>
Also, you can stop this service !