web analytics
Archive | Scripts, Coding & Hacking RSS for this section

How To Hack Kik Messenger On iPhone & Android

Kik Messenger is an instant messaging application for mobile devices. The app is available on most iOS, Android, Windows Phone, BlackBerry and Symbian operating systems for free.[1] Kik Messenger is similar to BlackBerry’s Messenger, and iPhone’s iMessage.[2] Kik uses a smartphone’s data plan or Wi-Fi to transmit and receive messages, a feature that appeals to [...]

Continue Reading

Building an Evil Access Point!

In this article im going to show you how to code up an Evil WiFi Access Point. What makes this AP so evil you might find yourself asking on a cold winter morning? Well, when somebody connects to this access point and attempts to use services such as http, https, dns, smtp, ftp, pop3 and [...]

Continue Reading

Java 0-Day Exploit – Own that heap of shit of a computer your friend calls Windows… or Linux… or Mac OSX…

Oracle has finally issued an update for Java 7 (v 1.7.0_07) which solves the problem of the CVE-2012-4681 vulnerability which allowed hackers (like us) so easily own a machine. Luckily for us there are plenty of machines out there (I’m guessing by the time of this post 95% of machines) are still un-patched. With this [...]

Continue Reading

Faking your iOS Version

Found this neat trick off the Hak5 Forums. Lets say you’ve got a iPod 2G and you want to install some new apps but the app store keeps butting in every time you make the install complaining that your an out of date asswipe and its time to upgrade.. if that sounds like you then [...]

Continue Reading

Perl – Part 2 – Advancing

1. The for Loop The for loop has another syntax which can be used to encapsulate while-like loops in a more compact way, which also has some advantages. The syntax for this for loop is for({Initial Statements} ; {Condition} ; {Iteration Commands}) { … }, where {Condition} is a boolean condition expression, and {Initial Statements} [...]

Continue Reading