Hacking WEP Wi-Fi Security on Nokia N900

0

Hey guys!~

 

Today we are going to be hacking a Wired Equivalent Privacy (WEP) wi-fi secured access point, using the Nokia N900!

 

Nokia N900

Nokia N900, used for wireless hacking

The ability to have a handheld device that is capable of numerous wireless attacks such as: sniffing packets, man-in-the-middle, bruteforcing encryption, etc. is overpowered really.

 

Of course, the Nokia n900 doesn’t come with all this functionality out of the box… a big part of this is possible thanks to David and the efforts of his blog.

 

If you have a Nokia n900 and would like to follow along with this tutorial, first you will need root access on the phone, which can be seen here. Then you will also have to head over to David’s blog and follow his directions to install the bleeding-edge driver.

 

(more…)

How to Root Nokia N900 (SuperUser)

1

Hey guys! What’s going on?

 

Today I’m going to teach you how to root, or enable superuser on the Nokia N900.

Nokia N900

Nokia N900, popular Pentesting device

This device, very popular for its use in penetration testing, was released two years ago, and although that’s a long time for the smartphone industry I’m sure the Nokia N900 will still prove it’s value.

 

A step ahead of others smart phones out there today, this device should perhaps be renamed to a pocket computer, as it is capable of much the same things a usual desktop is capable of.

 

Specifications

 

Display: LCD 3.5 in.
Capacity: 32 GB
Camera: 5 megapixel

 

(more…)

Hacking Remotely with Undetectable Backdoor

27

Hey guys! What’s up?

 

attacker / target network topology

Today I’ve received a message from a friend in YouTube, who wanted me to make a video using a backdoor crypter he found. It was a boring day and nothing else to do… so why not?

 

Shout out to @MrPro100Flame for sending me this and @LHYX1 for making the awesome script. :D

 

How does it work?

 

First, CLICK HERE to download the script. You are going to have to place it in the metasploit directory!
On Backtrack 5 R2, the directory is: /opt/metasploit/msf3/
Then, we have to make it executable with the following command: chmod +x crypter.py
Make sure you have mingw libraries installed:
apt-get install mingw32-runtime mingw-w64 mingw gcc-mingw32 mingw32-binutils
Now go ahead and execute it! Fill in the options to craft your backdoor!

 

The script will automatically launch the listener for you, in my case, since I selected the windows shell payload it launched netcat.

 

From there we wait untill the victim(s) executes the backdoor to spawn a shell in our listener…

 

(more…)

Introduction to Steganography using OpenPuff

0

Hey guys! How’s it going?

 

Today we are going to dwell into steganography, the art of hiding things in the most unexpected places.

 

How does it work?

 

Steganography allows us to hide files inside images, video, etc. Let’s say I wanted to hide a text file with the directions to a secret meeting inside one, or maybe even more images. Then I could send these images around social media websites, such as Facebook, Twitter, etc. and I would tell the people that should know about the meeting the secret password I used to protect the file.

These people will then be able to extract the hidden text file using the password.

 

What do you need?

 

The tool we are going to be using, is called OpenPuff and is a professional steganography & watermarking tool. Oh yes, it is free as well! ;)
It is not an installer, it’s a compressed zip file. Just extract it to a safe location.

(more…)

Go to Top