Jump to content

Install reaver v1.6.1 null "pin" on Wifi PineApple Nano


Netask

Recommended Posts

Helle all,

  I would like to install the latest version of reaver (1.6.1) this version can send an empty pin "NULL_PIN".
I have a first error message to compile and I do not know how to install gcc, can you help me ?

Git: https://github.com/t6x/reaver-wps-fork-t6x

0day with reaver 1.6.1: http://www.crack-wifi.com/forum/topic-12166-0day-crack-box-sfr-nb6v-en-deux-secondes-par-pin-null.html

root@Pineapple:~/reaver-wps-fork-t6x-master/src# ./configure
-ash: ./configure: Permission denied
root@Pineapple:~/reaver-wps-fork-t6x-master/src# chmod +x configure
root@Pineapple:~/reaver-wps-fork-t6x-master/src# ./configure
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/root/reaver-wps-fork-t6x-master/src':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
root@Pineapple:~/reaver-wps-fork-t6x-master/src#


Thank you

Br,

Netask

Link to comment
Share on other sites

22 minutes ago, i8igmac said:

whata the config.log show. Pastebin

 

any US wifi routers effected by this null pin?

Is anything in the US really still vulnerable to reaver?  Yes but few and far between.  Personally if the router appears to be anything within the last 4 years reaver becomes a last ditch effort and if it locks after just a few tries I don't even waste time trying more with reaver.

Link to comment
Share on other sites

16 minutes ago, Rainman_34 said:

Is anything in the US really still vulnerable to reaver?  Yes but few and far between.  Personally if the router appears to be anything within the last 4 years reaver becomes a last ditch effort and if it locks after just a few tries I don't even waste time trying more with reaver.

Is This null pin vulnerability working on US hardware.

 

I agree. There are times it just worked. most of the time the routes just lockup.

Link to comment
Share on other sites

17 minutes ago, i8igmac said:

Is This null pin vulnerability working on US hardware.

 

I agree. There are times it just worked. most of the time the routes just lockup.

I personally have not tried  the null pin but I can't see it working since the majority of routers come with it pre-programmed in.  It might work on a printer though.  Honestly this is the first I have heard of the null pin option.

Link to comment
Share on other sites

Reaver has been put on the pineapple so I'm sure it can be done but I'm not sure it is the easiest task to accomplish.  I would install the current wps module which is available for the pineapple.  Then attempt an apt-get update && apt-get upgrade and see if that gives you the new version of reaver.

Link to comment
Share on other sites

32 minutes ago, Netask said:

hi,

I have already tried, apt-get is not recognized.
Root @ Pineapple: ~ # apt-get update
-ash: apt-get: not found
Root @ Pineapple: ~ # apt-get install tcpdump
-ash: apt-get: not found

I forgot hak5 systems use a different form of linux.  Try dpkg update && dpkg upgrade

Link to comment
Share on other sites

On 16.8.2017 at 11:20 PM, Netask said:

Good idea, I'll ask.

Ty

I'm already working on the new Reaver. ;)
BUT: It requires some special workarounds to get it to compile for these devices, which the devs. had made available for the previous versions of Reaver. (Big_endian branch on GitHub)
This new version will not compile out of the box. So someone either needs to make it themselves, or the devs. has to bump the Big_endian branch to version 1.6b.
Sadly the Big_endian repository hasn't been updated since two years ago.

That being said: I will post it to these forums the moment i have it compiled for you guys :)

EDIT: A request for a version bump on the Big_endian branch has been posted to the Reaver GitHub repo.
Perhaps if people could post comments supporting my request it will get more attention? Here's the link to my post:
https://github.com/t6x/reaver-wps-fork-t6x/issues/161

Edited by Zylla
  • Like 1
Link to comment
Share on other sites

9 hours ago, Zylla said:

Perhaps if people could post comments supporting my request

Done, thanks @Zylla you da man! :)

EDIT - did you see comment on github?

"huh ? why would you want that ? you can just use the latest release and it'll work on openwrt with big and little endian." i guess thats not right? or...

EDIT EDIT - I see your on it :D

Edited by Just_a_User
Link to comment
Share on other sites

9 hours ago, Zylla said:

I'm already working on the new Reaver. ;)
BUT: It requires some special workarounds to get it to compile for these devices, which the devs. had made available for the previous versions of Reaver. (Big_endian branch on GitHub)
This new version will not compile out of the box. So someone either needs to make it themselves, or the devs. has to bump the Big_endian branch to version 1.6b.
Sadly the Big_endian repository hasn't been updated since two years ago.

That being said: I will post it to these forums the moment i have it compiled for you guys :)

EDIT: A request for a version bump on the Big_endian branch has been posted to the Reaver GitHub repo.
Perhaps if people could post comments supporting my request it will get more attention? Here's the link to my post:
https://github.com/t6x/reaver-wps-fork-t6x/issues/161

Hi,

Thanks for reply and for the work @Zylla, we wait .
best regard

Link to comment
Share on other sites

Success!

I managed to compile it myself, after some evening-tinkering.
I've uploaded the OpenWRT-SDK Makefile and the IPK-file to my GitHub-repo:
https://github.com/adde88/reaver-1.6.1-openwrt/raw/master/bin/ar71xx/packages/base/reaver_1.6.1-1_ar71xx.ipk

Haven't tested it yet on my Pineapples, but i don't see any reasons for why it wouldn't work ;)

  • Like 1
Link to comment
Share on other sites

On 8/18/2017 at 9:48 PM, Zylla said:

Success!

I managed to compile it myself, after some evening-tinkering.
I've uploaded the OpenWRT-SDK Makefile and the IPK-file to my GitHub-repo:
https://github.com/adde88/reaver-1.6.1-openwrt/raw/master/bin/ar71xx/packages/base/reaver_1.6.1-1_ar71xx.ipk

Haven't tested it yet on my Pineapples, but i don't see any reasons for why it wouldn't work ;)

Thank you very much! looking into the null pin now

https://github.com/t6x/reaver-wps-fork-t6x/wiki/Introducing-a-new-way-to-crack-WPS:-Option--p-with-an-Arbitrary-String

Edited by Just_a_User
Link to comment
Share on other sites

16 minutes ago, Zylla said:

Success!

I managed to compile it myself, after some evening-tinkering.
I've uploaded the OpenWRT-SDK Makefile and the IPK-file to my GitHub-repo:
https://github.com/adde88/reaver-1.6.1-openwrt/raw/master/bin/ar71xx/packages/base/reaver_1.6.1-1_ar71xx.ipk

Haven't tested it yet on my Pineapples, but i don't see any reasons for why it wouldn't work ;)

Very good job Zylla, i test and make a feedback.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...