sachin0x18 / Modfuzz

Modfuzz: A simple python based Modbus Client to carry out transactions from the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modfuzz

Modfuzz: A simple python based Modbus TCP Client to carry out transactions from the command line.

Modbus Protocol

Modbus is a defacto protocol, majorly used in Industrial Control Systems, for communicating with PLCs, Smart Meters, etc.

Introduction to Modbus TCP

Usage

Download

  git clone https://github.com/sachin0x18/Modfuzz.git
  cd Modfuzz

Help

  ./Modfuzz --help

Functionality

  • Reading Input Registers
  • Write Single Register

About

Modfuzz: A simple python based Modbus Client to carry out transactions from the command line.

License:MIT License


Languages

Language:Python 100.0%