![]() |
[ANNOUNCE] Wpspixie & Reaver v1.5.2 to N900
3 Attachment(s)
Adding the Pixie Dust WPS attack and modified Reaver v1.5.2 (reaver-wps-fork-t6x) to Nokia N900:
For Pixiewps see this link for more information. This will require you to first install libssl-dev: Code:
sudo apt-get install libssl-dev 1. git clone https://github.com/wiire/pixiewps.git 2. cd pixiewps/src 3. make 4. sudo make install At step 3 I got an error from /usr/include/asm/byteorder.h Code:
cc -std=c99 -O3 -Wno-deprecated-declarations -o pixiewps pixiewps.c random_r.c -lcrypto Code:
asm ("eor\t%0, %1, %1, ror #16" : "=r" (t) : "r" (x)); Modified line 32: Code:
__asm__ ("eor\t%0, %1, %1, ror #16" : "=r" (t) : "r" (x)); For Reaver (reaver-wps-fork-t6x) see this link for more information. This will require you to first install the following if not already present: Code:
sudo apt-get install build-essential libpcap-dev sqlite3 libsqlite3-dev aircrack-ng pixiewps Code:
apt-get install libpcap0.8-dev 1. git clone https://github.com/t6x/reaver-wps-fork-t6x.git 2. cd reaver-wps-fork-t6x/src 3. ./configure 4. make 5. sudo make install After step 3 edit the Makefiles, change crT to cr (removing the T): Code:
nano crypto/Makefile Step 5 failed by default but last night I was way too tired to waste time with it so at this point I just copied the compiled reaver and wash to my user folder and created a symlink to/usr/bin: Code:
ln -s /home/user/.reaver/reaver /usr/bin/reaver Code:
reaver -i mon0 -b xx:xx:xx:xx:xx:xx -vv -c <channel number> -K 1 The compiled tools are included in the Tools.zip. Copy those to /usr/bin or if you prefer to symlink them thats fine too. Of course I would not recommend anyone to just blindly take my word for their safety but to compile these for yourself. In my own device there aren't any problems but I cannot guarantee that there won't be some issues. Edit. stryngs provided us with ready made .debs for easy installation! I'm adding them as an attachment. WARNING: You will install these on your own risk - you should take backups before proceeding :) NOTE: The included .deb files have dependencies to packages that are included with the Fremantle SDK repository: You can add it manually by editing the /etc/apt/sources.list: Code:
deb http://repository.maemo.org fremantle/sdk free non-free 1. Select Application catalogs 2. Select New 3. Enter a catalog name: Fremantle SDK 4. Enter a web address: http://repository.maemo.org 5. Enter a distribution: fremantle/sdk 6. Enter components: free non-free 7. Make sure that Disabled is left unchecked. 8. Select Save. When this is done you can try installing from the .deb files. I recommend disabling the Fremantle SDK repository after the installation is done. If you encounter issues with the .deb installation please report them to this thread. However my personal recommendation for installation is to manually compile them for yourself. |
Re: Wpspixie & Reaver v1.5.2 to N900
add [ANNOUNCE] to your thread title please
|
Re: [ANNOUNCE] Wpspixie & Reaver v1.5.2 to N900
hi,
i have problem with reaver in n900 Code:
# reaver |
Re: [ANNOUNCE] Wpspixie & Reaver v1.5.2 to N900
Quote:
Code:
dpkg -l | grep libpcap Code:
ii libpcap0.8 1.1.1-2maemo4 system interface for user-level packet capture Code:
sudo apt-get install libpcap0.8-dev |
Re: [ANNOUNCE] Wpspixie & Reaver v1.5.2 to N900
i just get this
Code:
# dpkg -l | grep libpcap Code:
libpcap0.8-dev: Depends: libc6-dev but it is not going to be installed Code:
libc6-dev: Depends: linux-kernel-headers but it is not installable |
Re: [ANNOUNCE] Wpspixie & Reaver v1.5.2 to N900
Quote:
Unfortunately I don't have a chance to test the .deb files today but I'll post back later this week when I have conducted some more testing with them. Shortly put the issue is currently with missing dependancies that can be corrected by installing the required packages manually - if you do not want to enable Fremantle SDK repository that is. |
Re: [ANNOUNCE] Wpspixie & Reaver v1.5.2 to N900
Thanks for your help :)
now,i install linux-kernel-headers with CleaN900 and after that install libpcap0.8-dev & libc6-dev (with apt-get) currectly but reaver problem didn't solve... i'm waiting for your test :) |
Re: [ANNOUNCE] Wpspixie & Reaver v1.5.2 to N900
Hi all,
I chose to compile this, but reaver fails: running ./configure says "no acceptable grep could be found"... so it does not make a Makefile... I have checked, latest grep is installed on my n900. Searching on the net I found a solution in which I should link grep to egrep but I wouldn't want to try it until I get some answer from you. Do you have any ideas what I am missing...? Thanks, jm EDIT: I installed pixiwps and reaver from deb file. When I run reaver it said it cannot find libpcap.so.1 though I had all dependecies installed. I checked /usr/lib/ and I had libpcap.so, libpcap.so.0.8. and libpcap.so.1.3.0. I found a solution for this issue on the web: "ln -s /usr/lib/libpcap.so.0.8 /usr/lib/libpcap.so.1". Reaver now runs fine although I cannot test it properly. (WARNING! DO THINGS AT YOUR OWN RISK!) |
Re: [ANNOUNCE] Wpspixie & Reaver v1.5.2 to N900
Quote:
Thanks :) |
Re: [ANNOUNCE] Wpspixie & Reaver v1.5.2 to N900
Hi ras_older and thanks for these tools,i install attachments debs,everything went fine,but for big regret pixiewps can't found pin.I don't know,maybe this happens because i'm not trying to compiling my own,however,here the result from console;
Quote:
regards |
All times are GMT. The time now is 11:07. |
vBulletin® Version 3.8.8