![]() |
2015-08-31
, 18:03
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#2
|
![]() |
2015-09-01
, 20:47
|
Posts: 24 |
Thanked: 27 times |
Joined on Jul 2015
@ Iran
|
#3
|
# reaver reaver: error while loading shared libraries: libpcap.so.1: cannot open shared object file: No such file or directory
|
2015-09-01
, 21:00
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#4
|
hi,
i have problem with reaver in n900
is there anything i missed? i installed reaver and wpspixie from debs packagesCode:# reaver reaver: error while loading shared libraries: libpcap.so.1: cannot open shared object file: No such file or directory
dpkg -l | grep libpcap
ii libpcap0.8 1.1.1-2maemo4 system interface for user-level packet capture ii libpcap0.8-dev 1.1.1-2maemo4 development library and header files for libpcap0.8
sudo apt-get install libpcap0.8-dev
The Following User Says Thank You to For This Useful Post: | ||
![]() |
2015-09-01
, 21:15
|
Posts: 24 |
Thanked: 27 times |
Joined on Jul 2015
@ Iran
|
#5
|
# dpkg -l | grep libpcap ii libpcap0.8 1.1.1-2maemo4 system interface for user-level packet capture
libpcap0.8-dev: Depends: libc6-dev but it is not going to be installed
libc6-dev: Depends: linux-kernel-headers but it is not installable
|
2015-09-01
, 22:07
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#6
|
i just get this
when i want install libpcap0.8-dev i got thisCode:# dpkg -l | grep libpcap ii libpcap0.8 1.1.1-2maemo4 system interface for user-level packet capture
and after that...Code:libpcap0.8-dev: Depends: libc6-dev but it is not going to be installed
i had reaver 1.4.2 after install reaver 1.5.2 from attachments and then i replace from previously versionCode:libc6-dev: Depends: linux-kernel-headers but it is not installable
The Following User Says Thank You to For This Useful Post: | ||
![]() |
2015-09-01
, 22:31
|
Posts: 24 |
Thanked: 27 times |
Joined on Jul 2015
@ Iran
|
#7
|
![]() |
2015-09-02
, 10:08
|
Posts: 391 |
Thanked: 912 times |
Joined on Aug 2011
@ suncity
|
#8
|
![]() |
2015-09-02
, 12:09
|
Posts: 24 |
Thanked: 27 times |
Joined on Jul 2015
@ Iran
|
#9
|
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!)
![]() |
2015-10-20
, 08:36
|
Posts: 238 |
Thanked: 131 times |
Joined on May 2011
@ Bulgaria
|
#10
|
[+] Running pixiewps with the information, wait ...
[Pixie-Dust]
[Pixie-Dust] Pixiewps 1.1
[Pixie-Dust]
[Pixie-Dust] [-] WPS pin not found!
[Pixie-Dust]
[Pixie-Dust][*] Time taken: 2 s 870 ms
[Pixie-Dust]
[+] Pin not found, trying -f (full PRNG brute force), this may take around 30 minutes
[Pixie-Dust]
[Pixie-Dust] Pixiewps 1.1
[Pixie-Dust]
[Pixie-Dust] [-] WPS pin not found!
[Pixie-Dust]
Nokia-N900:~#
For Pixiewps see this link for more information.
This will require you to first 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
Modified line 32:
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:
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):
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:
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:
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.
Last edited by ras_older; 2015-09-02 at 09:47. Reason: 1. Adding [ANNOUNCE] to the title as noted by nokiabot, 2. Added .deb files provided by stryngs 3. Added some notes regarding the .deb files