shideneyu
Still Fresh
- Joined
- Jan 31, 2011
- Messages
- 83
Hello !
I have my own Pandora now, and I have decided ( if it's in my power ) to run aircrack-ng :lol:
I don't start from scratch, I have already did a lot of search about this topic, and I'm proud of writting you the way I succeed to go, and the things I didn't manage to do.
Why do I wanna run aircrack-ng? In order to crack my wep encrypted wifi It's completely legal on most countries (and in mine of course) please don't lock this thread, aircrack is a free software in security domain
The goal of this topic is to fully run aircrack-ng on the Pandora; if people are interrested on this project, don't be afraid to post here how to go to the next step
First of all, I'm a linux and aircrack-ng user and I can't explain the goal of every command, but I will try to ensure you'll understand me. The wifi driver on hotfix 5 doesn't support monitor mode (to enable packet injection). Fortunately, I found this post: http://www.gp32x.de/board/index.php?/topic/58888-another-test-wifi-driver/
Yeah, thanks Notaz, a new wifi driver for our Pandy's has been successfully compiled, and enable monitor mode
So, download http://notaz.gp2x.de/misc/pnd/wl1251-modules_1.0-r24.5_omap3-pandora.ipk , put it on your SD card and run it in a terminal with:
Everything should be ok, just write your password; a red light should now open and the new wifi driver should now run and takes place. Don't close the terminal.
Thanks to this post (and thanks Alan =) ) we now have an aircrack pnd. Download it and run it in a new terminal with sudo
.
A new terminal will open: aircrack-ng is mounted. in this terminal run:
This will appear:
As you can see, severals process (including 2 that I don't know) is interfering with aircrack. I have chosen to kill these process with "sudo kill pidnumber". I have no idea of the consequences (just the networkmanager disepeared, but it's normal) , my Pandora is running well now. This problem disepeared but an error remains:
After quick searches on google, I decided to download the last version of iw, you can download it here: http://wireless.kernel.org/download/iw/iw-3.0.tar.bz2
After having copied the folder inside the archive into the root on my SD card, I run a new terminal in my Pandora with:
Then:
OMG on my Ubuntu computer I never experienced a such situation that in this case oO I've always have my gcc compiler always installed to compile things I need. I don't know exactly how this works, the whole process is an enigma for me, but I always simply write "./configure" then "make" and "makeinstall".
After having read the readme it is written:
Thanks to people in this forum, I experienced this command yesterday, but I can't do it a new time. Time for me to ask your help again in this project.
However, when everything seemed dark, I looked at this topic: http://www.gp32x.de/board/index.php?/topic/58490-yactfeau/
I undestood it was a compiler,
Ok I think I completely misunderstood because I have only 148,2 MB free space on my internal Memory in my Pandora, and there's no "usr/local" in my Pandora. The archive is heavy (500Mb)... Ok I hope I didn't lose your trust
[edit]: After having run cdevtool.pnd, and "make", I get the following error:
/mnt/utmp/cdevtools/mysrc$ make /media/mmcblk0p1/iw-3.0
make: Warning: File `/media/mmcblk0p1/iw-3.0' has modification time 687 s in the future
make: Nothing to be done for `/media/mmcblk0p1/iw-3.0'.
make: warning: Clock skew detected. Your build may be incomplete.
[Edit2]: Forget airmon-ng and everything which is strikethrough, we can put the card in monitor mode by doing:
Thanks to maxxdoutvdub who gave the solution.
We're going to the next step now (airodump): there is a problem:
I found the solution, do this:
Okay, airodump-ng runs fine now But it doesn't find as much access point than my computer does :-0
I let show you these beautiful pictures to show the new problem:
I'm updating this first each time that we've going to the next step =D
I have my own Pandora now, and I have decided ( if it's in my power ) to run aircrack-ng :lol:
I don't start from scratch, I have already did a lot of search about this topic, and I'm proud of writting you the way I succeed to go, and the things I didn't manage to do.
Why do I wanna run aircrack-ng? In order to crack my wep encrypted wifi It's completely legal on most countries (and in mine of course) please don't lock this thread, aircrack is a free software in security domain
The goal of this topic is to fully run aircrack-ng on the Pandora; if people are interrested on this project, don't be afraid to post here how to go to the next step
First of all, I'm a linux and aircrack-ng user and I can't explain the goal of every command, but I will try to ensure you'll understand me. The wifi driver on hotfix 5 doesn't support monitor mode (to enable packet injection). Fortunately, I found this post: http://www.gp32x.de/board/index.php?/topic/58888-another-test-wifi-driver/
Yeah, thanks Notaz, a new wifi driver for our Pandy's has been successfully compiled, and enable monitor mode
So, download http://notaz.gp2x.de/misc/pnd/wl1251-modules_1.0-r24.5_omap3-pandora.ipk , put it on your SD card and run it in a terminal with:
Code:
sudo opkg install --force-reinstall the/way/to/your/module/wl1251-modules_1.0-r24.5_omap3-pandora.ipk
Everything should be ok, just write your password; a red light should now open and the new wifi driver should now run and takes place. Don't close the terminal.
Thanks to this post (and thanks Alan =) ) we now have an aircrack pnd. Download it and run it in a new terminal with sudo
Code:
pnd_run the/way/to/aircrack.pnd
A new terminal will open: aircrack-ng is mounted. in this terminal run:
Code:
/mnt/utmp/aircrack-ng-1.1_001/scripts/airmon-ng start wlan0
This will appear:
Salameche-Citron:/mnt/utmp/aircrack-ng-1.1_001# /mnt/utmp/aircrack-ng-1.1_001/scripts/airmon-ng start wlan0
Found 3 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to kill (some of) them!
PID Name
5726 avahi-daemon
5738 NetworkManager
5748 wpa_supplicant
Interface Chipset Driver
wlan0 Unknown wl1251_sdio - [phy0]
ERROR: Neither the sysfs interface links nor the iw command is available.
Please download and install iw from
http://wireless.kernel.org/download/iw/iw-0.9.19.tar.bz2
Salameche-Citron:/mnt/utmp/aircrack-ng-1.1_001# sudo kill 5726
Salameche-Citron:/mnt/utmp/aircrack-ng-1.1_001# sudo kill 5738
Salameche-Citron:/mnt/utmp/aircrack-ng-1.1_001# sudo kill 5748
As you can see, severals process (including 2 that I don't know) is interfering with aircrack. I have chosen to kill these process with "sudo kill pidnumber". I have no idea of the consequences (just the networkmanager disepeared, but it's normal) , my Pandora is running well now. This problem disepeared but an error remains:
ERROR: Neither the sysfs interface links nor the iw command is available.
Please download and install iw from
http://wireless.kernel.org/download/iw/iw-0.9.19.tar.bz2
After quick searches on google, I decided to download the last version of iw, you can download it here: http://wireless.kernel.org/download/iw/iw-3.0.tar.bz2
After having copied the folder inside the archive into the root on my SD card, I run a new terminal in my Pandora with:
Code:
cd /yoursdcard/iw3.0
Then:
Code:
make
bash: make: command not found
OMG on my Ubuntu computer I never experienced a such situation that in this case oO I've always have my gcc compiler always installed to compile things I need. I don't know exactly how this works, the whole process is an enigma for me, but I always simply write "./configure" then "make" and "makeinstall".
After having read the readme it is written:
Code:
To build iw, just enter 'make'. If that fails, set the
PKG_CONFIG_PATH environment variable to allow the Makefile
to find libnl.
Thanks to people in this forum, I experienced this command yesterday, but I can't do it a new time. Time for me to ask your help again in this project.
However, when everything seemed dark, I looked at this topic: http://www.gp32x.de/board/index.php?/topic/58490-yactfeau/
I undestood it was a compiler,
How to install it ?
There is 2 way to install this :
1) On your own linux box (should be 32bits ready), here are the steps :
Download the SDK file(torrent) (check the file size)
extract it (you'll need either to be root, or have created the directory /usr/local/angstrom/arm and give read/write to the user extracting) :
tar -C /usr/local/angstrom/arm -xjf pandora-toolchain-20110313.tar.bz2
Fix the file permission :
sudo chown -R <your-name>.<your-name> /usr/local/angstrom/arm
Run the installer
/usr/local/angstrom/arm/scripts/installer.sh
Reload your shell (so the bashrc modification are know to your shell)
2) Using the VirtualBox images : here (warning : get a look at the file size before clicking on the next download link), so every Windows/MacOS users (and the lazy ones) can use it
(the user in the image is devel and it's password is devel too)
Ok I think I completely misunderstood because I have only 148,2 MB free space on my internal Memory in my Pandora, and there's no "usr/local" in my Pandora. The archive is heavy (500Mb)... Ok I hope I didn't lose your trust
[edit]: After having run cdevtool.pnd, and "make", I get the following error:
/mnt/utmp/cdevtools/mysrc$ make /media/mmcblk0p1/iw-3.0
make: Warning: File `/media/mmcblk0p1/iw-3.0' has modification time 687 s in the future
make: Nothing to be done for `/media/mmcblk0p1/iw-3.0'.
make: warning: Clock skew detected. Your build may be incomplete.
[Edit2]: Forget airmon-ng and everything which is strikethrough, we can put the card in monitor mode by doing:
ifconfig wlan0 down
iwconfig wlan0 mode monitor
iwconfig wlan0 (should show card in monitor mode)
ifconfig wlan0 up
Thanks to maxxdoutvdub who gave the solution.
We're going to the next step now (airodump): there is a problem:
Code:
/mnt/utmp/aircrack-ng-1.1_001/airodump-ng: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
I found the solution, do this:
Code:
ln -sf /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.0.9.8
ln -sf /usr/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.0.9.8
Okay, airodump-ng runs fine now But it doesn't find as much access point than my computer does :-0
I let show you these beautiful pictures to show the new problem:
I'm updating this first each time that we've going to the next step =D
Last edited by a moderator: