polarking / jss7-attack-simulator

SS7 Attack Simulator based on RestComm's jss7
89 stars 48 forks source link

SS7 Attack Simulator based on RestComm's jss7.

Introduction

This project is currenlty not maintained and may not build, I've made available the latest build here.

Open Source Java SS7 attack simulator that makes it possible to simulate some publicly disclosed attacks on the SS7 network.

This project is part of an ongoing Master Thesis at NTNU Gjøvik, Norway.

The simulator supports two modes:

Traffic is generated using the SCTP protocol and all data is sent on the lo interface.

License

SS7 Attack Simulator is licensed under the Free Open Source GNU Affero GPL v3.0.

Downloads

The latest build can be downloaded from here.

Instructions

How to run the simulator:

RELEASE_FOLDER/ss7/restcomm-ss7-simulator/bin/run.sh
run.sh help 

or

run.sh attack_simulator help 

for help on how to run the simulator.

The currently supported simple attacks are:

Build From Source

Building from source can be done by using the instructions for jSS7, which can be found here.