Home
This section contains personal data. All copyrights are maintained by their authors and the software is not to be redistrubuted.
While Dan Kamensky might be in the news this week for his talks at BlackHat/Defcon which mentioned net neutrality mitigation at points, it is important to note that other, similar, work has been done on the topic. Well Georgia Tech\'s ShaperProbe has all the same base concepts as Kamensky\'s N00ter, it forgoes the encrypted communication for a remote host. We also see very similar techniques in tools such as Glasnost which use flow emulation in order to assert if traffic is being manipulated. We...
read more
GoGo XSS
On a trip back to rochester, I was presented with AirTran\'s gogo internet. Although at certain points it seems as though airtran provides this service free of charge, it appears under normal operation this service costs money. One of the questions was what the security level of this system is. The service allows users to visit three websites: gogo, skymall and a tourism site. All other sites are redirected to a captive portal that requires the user to pay. Although the flight was short one goal...
read more
Compiling libnet for Android
One of the more useful abilities in a security researchers kit is the ability to craft packets. Well I frown upon the relative uselessness that is developing a mobile application, due to the fact that it will be, presumably, unusable in a few years, i also have recently found myself in a position to develop said applications. As a result the need to compile a decent packet creation library was necessary. Well libpcap can technically send packet, libnet is much more efficient and well suited for ...
read more
Compiling Libpcap for Android
Compiling libraries for Android can be quite tedious at best. Some of the more popular libraries like libpcap are available with premade android make files. These source distributions, with accompinaying make files are distributed as part of the android kerenel, as such, the supplied make file is setup to compile a shared library. This kind of configuration would allow a developer to include the library for use in a JNI which is the desired setup for use with the android NDK (and the android ker...
read more
New Website Theme
Bear with me, i am creating a new theme and reworking the CMS developed for this website to be more modular.Please stand by for further updates as time allows.
