>HOME

>ARTICLES

>INFOSEC TOOLS

>CONTACT




















................

............................................................................................................INFOSEGURA.NET................................................................................................................
.
.

 INFOSEC TOOLS
>ViMtruder

Normal trojans are a known threat, and we know how to mitigate them. But what about virtual machine trojans?
This is a proof-of-concept Virtual Machine Trojan.
Download
Online manual
Read the full article
 
> Sipflanker
 
Many (if not most) VoIP devices have available a Web GUI for their configuration, management, and report generation. These Web GUIs are often on default, meaning that the moment you install the IP phone or IP PBX, the Web GUI is immediately available on the network. And unfortunately it is also common for the username and password to have the default values. Sipflanker will help you find these SIP devices with potentially vulnerable Web GUIs in your network.
Download
 
You can find a list of default IP phones and other SIP devices here

> Port Scan module
 
portscan.py is a Python module that allows you to scan specific ports in an IP, using the function scan(ip,port,timeout). Instead of getting a cryptic code in return, the function will return "open", "closed", "filtered", or "timeout".
Download
 
> True random number generator module
 
truerandom.py is a Python module that generates true random numbers obtained from www.random.org.
Download