Skip to content

William957-web/modbus_weather_station_lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !

About

A simple modbus weather station lab with a web UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published