This is a beginner ICS Security lab dealing with modbus protocol
中文筆記:https://wha13.github.io/2024/06/30/mfics-modbus/
- package installation:
sudo pip3 install -r requirements.txt
- victim machine setup:
The modbus server part:
sudo python3 station.py
Web UI:
sudo python3 app.py
It's EZ~
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 !