Category Archives: Uncategorized

Damo Brute the PIN

Page takes a “pin” and sees if it matches what’s expected via hash functions, if so, we can add our name to Hall of Fame. Page does checking in javascript, so let’s take advantage.  Copy top of page, and wrap … Continue reading

Posted in Uncategorized | Leave a comment

Damo Web Security Challenge VI

In today’s post, we’re going to be looking at the Damo Security Challenges, specifically Challenge VI.  This page can be found here.  Let’s head over to the page and get started. Once at the page, we can see the familiar … Continue reading

Posted in Uncategorized | Leave a comment

Damo Web Security Challenge III

In today’s post, we’re going to be looking at the 3rd Web Security Challenge by Damo.  This page can be found here.  So head on over to the page, and lets get started. Once there, we can get an idea … Continue reading

Posted in Uncategorized | Leave a comment

iPhone 5 – Passcode Info Disclosure

Feature, information leak, same thing.  At least sometimes?  It turns out this is the fact with the iPhone 5 and strong passcodes. Many people are familiar with passcodes used to protect phones now-a-days.  These passcodes are used to unlock the … Continue reading

Posted in Uncategorized | Leave a comment

Format String Vulnerabilities

In many programming languages, the preferred way to deal with printing strings is through the use of format strings.  Format strings allow for the parsing of strings containing an arbitrary number of mixed data type parameters.  However, due to implementation … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment