Code Monkey home page Code Monkey logo

61850-fuzzing's Introduction

61850-Fuzzing

This repository provides fuzzing scripts for analyzing an IEC 61850 implementation.

It includes fuzzing scripts for protocols according to the IEC 61850-8-1 standard: SV,Goose and MMS.

The fuzzing scripts are based on the Boofuzz fuzzing framework.

Note: We do not claim that the fuzzing scripts cover the respective protocols in their entirety.

There may well exist other packet types than those implemented here.

However, these can easily be supplemented by the method presented in the paper "Fuzzing of SCADA Protocols used in Smart Grids".

Requirements

All requirements are listed in the Requirements.txt file.

We recommend the use of Python3 (>=3.5).

Installation

To use the fuzzing scripts, only the requirements have to be installed.

You can use the command pip install -r requirements.txt for this purpose.

Usage

Every fuzzing script has a help option showing which arguments can and must be specified.

Nevertheless here is an overview:

--debug , -d = attach debugger (process monitor) to process
--command = command that debugger shall start
--udp = use udp instead of tcp as layer 4 protocol
--dport , -dp = local port of the debugger (default = 26002)
--host = target host address for fuzzing
--port = target port for fuzzing

If you want to use the process-monitor (taken from Boofuzz), start it first as follows

python3 process_monitor_unix.py

It now listens on the local port 26002 by default.

Now start the preferred fuzzing script: (Example MMS)

python3 mms.py -d -dp 26002 --host 127.0.0.1 --port 102 --command "PATH TO TARGET APPLICATION"

This should start the fuzzing process.

61850-fuzzing's People

Contributors

euwint avatar

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.