» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

obs1 (change)
Swik Users (change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase sipvicious? The contents of sipvicious page and all pages directly attached to sipvicious will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
sipvicious

sipvicious

Tags Applied to sipvicious

1 person has tagged this page:

sipvicious Wiki Pages

SIPVicious tools address the need for traditional security tools to be ported to SIP. Currently consisting of:

  • svmap – this is a sip scanner. Lists SIP devices found on an IP range
  • svwar – identifies active extensions on a PBX
  • svcrack – an online password cracker for SIP PBX
sandro
code.google.com
GPL

sorted by: recent | see : popular
Content Tagged sipvicious

Upcoming changes in SIPVicious

The following are two updates for the next version of SIPVicious's PBX extension enumeration tool svwar:
  1. svwar now tries to guess common numbers by default. It scans for the following ranges: 1000,2000... 9000, 1001, 2001..9001, 1111,2222... 9999, 11111,22222...99999, 100-999, 1234,2345 ..7890 and so on. This feature has a tendency to identify extensions on many PBX configurations. If you would like to disable it simply pass the --disabledefaults option to svwar.
  2. svwar now sends ACK responses to SIP responses with code 200 because some PBXes keep sending packets until they receive an acknowledge.
That's it for now. Please let me know about your experience with the new features. To give the code a try simply run svn update from the sipvicious directory, or gte the latest by running the following:
svn checkout http://sipvicious.googlecode.com/svn/trunk/ sipvicious-read-only

Have fun!

sipvicious: SIPVicious Feed

Upcoming changes in SIPVicious

The following are two updates for the next version of SIPVicious's PBX extension enumeration tool svwar:
  1. svwar now tries to guess common numbers by default. It scans for the following ranges: 1000,2000... 9000, 1001, 2001..9001, 1111,2222... 9999, 11111,22222...99999, 100-999, 1234,2345 ..7890 and so on. This feature has a tendency to identify extensions on many PBX configurations. If you would like to disable it simply pass the --disabledefaults option to svwar.
  2. svwar now sends ACK responses to SIP responses with code 200 because some PBXes keep sending packets until they receive an acknowledge.
That's it for now. Please let me know about your experience with the new features. To give the code a try simply run svn update from the sipvicious directory, or gte the latest by running the following:
svn checkout http://sipvicious.googlecode.com/svn/trunk/ sipvicious-read-only

Have fun!

sipvicious: SIPVicious

Homeland Security Dept's PBX hacked?

Ouch! ZDNet have a short article about a misconfigured PBX making 400 calls to some of the hottest countries around: Afghanistan, India, Yemen and Saudi Arabia. Very ugly .. hope that the details emerge. If anyone has more details email me or post here.

Promotional message: SIPVicious is free - test your SIP based PBX before someone else does ;-)

Update: Apparently it consisted of voicemail hacking - you know that thing from the 90s. So no VoIP or SIP involved, just plain old school default pin cracking.

sipvicious: SIPVicious Feed

Homeland Security Dept's PBX hacked?

Ouch! ZDNet have a short article about a misconfigured PBX making 400 calls to some of the hottest countries around: Afghanistan, India, Yemen and Saudi Arabia. Very ugly .. hope that the details emerge. If anyone has more details email me or post here.

Promotional message: SIPVicious is free - test your SIP based PBX before someone else does ;-)

Update: Apparently it consisted of voicemail hacking - you know that thing from the 90s. So no VoIP or SIP involved, just plain old school default pin cracking.

sipvicious: SIPVicious

Surf Jack - HTTPS will not save you

Alert: this is not a VoIP security post. Just a repost from EnableSecurity.

I just released a new paper and tool on the subject of web application security.

Check out the blog post (which includes the bonus video everyone loves), and the proof of concept tool itself.

And if you did not do it already, please subscribe to my other site, EnableSecurity's RSS feed.

sipvicious: SIPVicious Feed

Surf Jack - HTTPS will not save you

Alert: this is not a VoIP security post. Just a repost from EnableSecurity.

I just released a new paper and tool on the subject of web application security.

Check out the blog post (which includes the bonus video everyone loves), and the proof of concept tool itself.

And if you did not do it already, please subscribe to my other site, EnableSecurity's RSS feed.

sipvicious: SIPVicious

New SIPVicious release 0.2.4

Just updated the release of SIPVicious to 0.2.4 to include a couple of bug fixes in svwar and a new feature. The new "--template" parameter allows you to make use of format strings to create more flexible ranges. Some examples include scanning prefixes or suffixes.. which apparently can be quite useful with certain environments ;-)

Many thanks to Teodor Georgiev for his patience and help in making SIPVicious more robust and reliable!

Here's a link to the full Changelog.

Grab the tarball or the zip file.
To upgrade to the svn version simply run "svn update" as usual - enjoy

sipvicious: SIPVicious Feed

New SIPVicious release 0.2.4

Just updated the release of SIPVicious to 0.2.4 to include a couple of bug fixes in svwar and a new feature. The new "--template" parameter allows you to make use of format strings to create more flexible ranges. Some examples include scanning prefixes or suffixes.. which apparently can be quite useful with certain environments ;-)

Many thanks to Teodor Georgiev for his patience and help in making SIPVicious more robust and reliable!

Here's a link to the full Changelog.

Grab the tarball or the zip file.
To upgrade to the svn version simply run "svn update" as usual - enjoy

sipvicious: SIPVicious

Backtrack 3 out - with VoIP security tools

The final Backtrack 3 is out and it features some VoIP tools in the /pentest directory:
  • SIPVicious (guess you know by now what this is about :)
  • Voiper - a SIP fuzzing toolkit which aims at identifying flaws in VoIP products that do SIP and SDP.
  • Sipbomber - a SIP testing tool which has test cases that are run against SIP enabled software / devices
  • SIP Rogue - allows application level man in the middle (MITM) attacks on SIP devices.
In the $PATH one can find:
  • VoIP Hopper - allows one to hop between VLANS.
  • VOIPONG - a Voice over IP sniffer - will record any phone calls that it sees.
  • sipdump / sipcrack - an offline password cracker for the digest authentication used by SIP
Tools that were previously found in Backtrack 2 are described on the tools page.

Grab Backtrack from the official site.

sipvicious: SIPVicious Feed

Backtrack 3 out - with VoIP security tools

The final Backtrack 3 is out and it features some VoIP tools in the /pentest directory:
  • SIPVicious (guess you know by now what this is about :)
  • Voiper - a SIP fuzzing toolkit which aims at identifying flaws in VoIP products that do SIP and SDP.
  • Sipbomber - a SIP testing tool which has test cases that are run against SIP enabled software / devices
  • SIP Rogue - allows application level man in the middle (MITM) attacks on SIP devices.
In the $PATH one can find:
  • VoIP Hopper - allows one to hop between VLANS.
  • VOIPONG - a Voice over IP sniffer - will record any phone calls that it sees.
  • sipdump / sipcrack - an offline password cracker for the digest authentication used by SIP
Tools that were previously found in Backtrack 2 are described on the tools page.

Grab Backtrack from the official site.

sipvicious: SIPVicious

Ladies and Gentlemen please welcome..

EnableSecurity! I will be publishing my security research and rants as well as providing Security Consultancy, Research and Design. A brief "who am I" can be seen at the Linkedin Profile page, while Google has further details.

So what sort of things am I doing?
  • Wireless security auditing
  • Web Application Security
  • VoIP security research
  • Reverse Engineering

I'll continue developing SIPVicious and publish additional tools to help security professionals get the job done.

And one more thing - I suggest that you subscribe to the RSS as I shall be releasing some research later on this week.

sipvicious: SIPVicious Feed

Ladies and Gentlemen please welcome..

EnableSecurity! I will be publishing my security research and rants as well as providing Security Consultancy, Research and Design. A brief "who am I" can be seen at the Linkedin Profile page, while Google has further details.

So what sort of things am I doing?
  • Wireless security auditing
  • Web Application Security
  • VoIP security research
  • Reverse Engineering

I'll continue developing SIPVicious and publish additional tools to help security professionals get the job done.

And one more thing - I suggest that you subscribe to the RSS as I shall be releasing some research later on this week.

sipvicious: SIPVicious

SIPVicious tools roadmap

I'm looking at improving SIPVicious and would appreciate your input for new features or any possible bug fixes. Send me an email with ideas, or simply leave a comment.

Check my current "to do" list here.

sipvicious: SIPVicious Feed

SIPVicious tools roadmap

I'm looking at improving SIPVicious and would appreciate your input for new features or any possible bug fixes. Send me an email with ideas, or simply leave a comment.

Check my current "to do" list here.

sipvicious: SIPVicious

SIPVicious version 0.2.3 with fingerprinting and dns goodies

Just posted a new version of SIPVicious v0.2.3. This includes some new features as well as bug fixes. However be warned - bugs have been invariably introduced in the course of adding these new features, so please help me test it out ;-)

Here's the link you've been looking for.

From the Changelog:

v0.2.3
  • Feature: Fingerprinting support for svmap. Included fphelper.py and 3 databases used for fingerprinting.
  • Feature: Added svlearnfp.py which allows one to add new signatures to db and send them to the author.
  • Feature: Added DNS SRV check to svmap. Use ./svmap.py --srv domainname.com to give it a try

v0.2.svn
  • Feature: added the ability for svreport to count results when doing a list
  • Bug fix: fixed a bug related to resuming a scan which does not have an extension

sipvicious: SIPVicious Feed

SIPVicious version 0.2.3 with fingerprinting and dns goodies

Just posted a new version of SIPVicious v0.2.3. This includes some new features as well as bug fixes. However be warned - bugs have been invariably introduced in the course of adding these new features, so please help me test it out ;-)

Here's the link you've been looking for.

From the Changelog:

v0.2.3
  • Feature: Fingerprinting support for svmap. Included fphelper.py and 3 databases used for fingerprinting.
  • Feature: Added svlearnfp.py which allows one to add new signatures to db and send them to the author.
  • Feature: Added DNS SRV check to svmap. Use ./svmap.py --srv domainname.com to give it a try

v0.2.svn
  • Feature: added the ability for svreport to count results when doing a list
  • Bug fix: fixed a bug related to resuming a scan which does not have an extension

sipvicious: SIPVicious

Page 1 | Next >>
Username:
Password:
(or Cancel)