Giter Site home page Giter Site logo

cimeguy / simulation_and_vulnerabilitydetection__industrialcontrolsystem Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 0.0 35 KB

Python模拟SCADA工业控制系统和Modbus协议通信,并对PLC进行漏洞分析和安全检测

Python 100.00%
detection ics protocol simulation vunerability

simulation_and_vulnerabilitydetection__industrialcontrolsystem's Introduction

ICS

a course about information security protection of the industrial control system

Update Info

  • 2019.03.09 python模拟modbus协议通信过程,参考ethernet protocol
  • 2019.03.23 更新PLC和PLC漏洞分析

Details

modbus protocol

仿真设计ModBus通信数据(具体报文格式参考第二次课PPT第32页)

  • (1)主设备访问从设备固定寄存器的状态 (该设备返回报文给主设备)
  • (2)主设备读取该从设备该寄存器的值(该设备返回报文给主设备)
  • (3)主设备修改该从设备该寄存器的值(该设备返回报文给主设备) 参考第二节PPT

PLC

enter description here 说明:

  1. PLC询问执行器速度
  2. PLC给的数据是u,u是电压值,执行器的驱动器根据u来调整速度(u可以认为是走到modbus线,也可以认为是走的电缆),整个方框里是PLC
  3. r不是发给执行器的 4.如果u走modbus线那么PLC每次都要发u,如果走普通电缆,则认为PLC设定目标速度后(这一步应该没有modbus通信),设备就开始不断报告(设备收到u再转换为速度) 参考matlab语言:(注意这里写错了,应该是4000) matlab 参考第三节PPT

PLC vulnerability analysis

分析垃圾邮件发送者对PLC的威胁和PLC的漏洞 参考第六节PPT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.