Skip to content

mkieweg/pyInvite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyInvite

pyInvite is a tool that is used to test how your SIP server installation reacts to malformed SIP invite messages. Written entirely for academic purposeses. Use it responsibly.

##Usage pyInvite is written in python 2.7 It is started with the following parameters:

server.py -s <sip server>
  -s The sip servers IP address
client.py -s <cnc server> -i <local ip address>
  -s The command and control servers IP address
  -i The clients local IP address

##Startup

  1. First start the server on the cnc machine.
  2. Then start the clients on the bots.

###Take care of the right sequence In this state it is nessecary that the server is started before the clients. Clients register themselves by the server and there is no mechanism implemented to repeat registration after startup.

After startup the bot net works autonomous

##Dependencies pyInvinte client needs impacket for raw sockets

About

Generates malfomed SIP invites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages