akibsayyed/safeseven: SS7 Assessment Tool
2018-02-20 19:08:30 Author: github.com(查看原文) 阅读量:323 收藏

Requirements

  • Linux OS with sctp support
  • JRE 1.7 or above

simulating ss7 network

simulating HLR

java -jar server.jar hlr_config

simulating msc/vlr

java -jar server.jar vlr_config

running STP

java -jar STP.jar stp_config

Running safeseven

SMS related operations

java -jar SMS.jar client_config

USSD related operations

java -jar ussd.jar client_config

Call Related operations

java -jar Call_Handling.jar client_config

Mobility related operations

java -jar Mobility.jar client_config

Running client on actual ss7 network

Edit client_config file.

//Client 

SERVER_IP="IP of STP you are connecting to"

CLIENT_IP="IP address provisioned for you in STP"

SERVER_PORT="STP port"

CLIENT_PORT="client provisioned port"

IS_SERVER=FALSE "should be always false"

Local_SPC="point code assigned to you"

Remote_SPC="point code of STP"

Local_SSN="local ssn"

Remote_SSN="remote ssn"

Routing_Context="routing context assigned to you by STP"

NETWORK_INDICATOR="Network indicator"

Local_GT="Local global title assigned to you"

Remote_GT="remote Global title you are testing"


文章来源: https://github.com/akibsayyed/safeseven
如有侵权请联系:admin#unsafe.sh