Archive for December, 2006

Sample chapter from Hacking Exposed VoIP

December 15, 2006

We’re pleased to release a full electronic sample chapter from Hacking Exposed VoIP for your reading pleasure. Chapter 3 delves into enumeration of VoIP services in order to glean interesting information (e.g. user names, phone extensions, passwords, etc.) . Hope you enjoy!

Compiling VLANping on FreeBSD

December 14, 2006

Thanks to Justin Hohner for sending his changes to VLANping so that it would compile cleanly under FreeBSD. Here are the diffs:

# diff -u orig/hack_library.h hack_library.h
— orig/hack_library.h Wed Oct 25 18:46:09 2006
+++ hack_library.h Tue Nov 7 23:21:20 2006
@@ -33,6 +33,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <fcntl.h>
+#include <sys/time.h>
int [...]

At Long Last - The Book is Released!

December 7, 2006

We’re pleased to announced that after over a year of research and writing, our book is finally released! You can grab a copy from Amazon.com here. We developed and released about 20 new security tools to go along with the book available at http://www.hackingvoip.com/sec_tools.html. Please drop us a note at authors@hackingvoip.com with your [...]