moshimoshi
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A github clone for the Moshi Moshi Python PoC VoIP Bot
// v0.1

== Moshi Moshi ==

Moshi Moshi is a VoIP Bot written in Python that uses SIP as VoIP Protocol, Text-to-speech engines for Output, and DTMF Tones for Input.

It is part of a talk ("Sounds Like Botnet") given at DEF CON 19 and BSidesLV 2011 on VoIP Botnets by Itzik Kotler and Iftach (Ian) Amit.

Download your copy at: http://code.google.com/p/moshimoshi/

== Dependencies ==

Core:

- Python 2.7+ (download from http://www.python.org)
- SIP SIMPLE Client (download from http://sipsimpleclient.com/)

Extras:

- catdoc (download from http://freshmeat.net/projects/catdoc/)
- Text-to-speech engine such as (but not limited to) http://sourceforge.net/projects/espeak/ , Mac OS X 'say' and etc.

== Install ==

Use 'sip-settings' to set your SIP settings and save it as 'config' in the same directory as 'moshimoshi.py'

Run ./moshimoshi.py with SIP conference call details (e.g. '300@1.2.3.4')

By default 'moshimoshi.py' assumes default SIP port, use ':' to change it (e.g. '300@1.2.3.4:31337')

== Example ==

bash-3.2# ./moshimoshi.py 300@192.168.1.109
using set_wakeup_fd
Placing call to 300@192.168.1.109, press Enter to quit the program
Session started!
The microphone is now unmuted
Got DMTF 1 
Got DMTF 2 
Got DMTF 3 

Session ended
Main loop terminated.
bash-3.2# 

== Questions ==

Feel free to contact me at itzik [dot] kotler (at) security-art [dot] com or @itzikkotler on Twitter


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。