maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] Cleven - an aircrack gui (https://talk.maemo.org/showthread.php?t=75428)

szopin 2012-01-06 20:03

Re: [Announce] Cleven - an aircrack gui
 
Reaver binary seems to be missing. You can try copying the one from reaver thread to where Cleven expects it.

Saturn 2012-01-06 21:01

Re: [Announce] Cleven - an aircrack gui
 
Sorry guys..

The autobuilder refuses to build the package with reaver and walsh binaries included.
(I must have sent since yesterday around 10 different version and all failed)

The current version is without those binaries. You will need manually to add them in its directory and execute a script included to create all the links and folders needed (only once) before the first use.

The instructions are simple:
Add reaver and walsh binaries in /opt/cleven-experimental/ and execute as root the connect_reaver.sh

That is, cd to the folder you have reaver and walsh and type:
Code:

sudo gainroot
cp reaver /opt/cleven-experimental/
cp walsh /opt/cleven-experimental/
/opt/cleven-experimental/connect_reaver.sh

The script will create the needed symbolic links and folders.

The good news is that with the extra work done to understand the autobuilder problem this version of cleven-experimental does not conflict with the normal cleven and you could have both installed at the same time.

Here is the announcement of the current version too:

Cleven-experimental 2.3-7

** EXPERIMENTAL version of Cleven.
  • NEW: Added wpscrack from http://sviehb.wordpress.com/2011/12/...vulnerability/
  • NEW: Added code to handle reaver (works with version 1.3 binary compiled from http://code.google.com/p/reaver-wps/)
    * call reaver with options: -b, -c, -e, --eap-terminate and -vv
    * created symlink to /etc/reaver; session information is stored in ~/.reaver and question to restore/continue is asked on start.
  • CHANGE: Modification on action buttons:
    * they become hidden or visible depending on state
    * added deauthentication button for WEP
    * added buttons for WPScrack and Reaver

** INSTRUCTIONS:
  • Add reaver and walsh binaries in /opt/cleven-experimental/ and execute as root the connect_reaver.sh

Saturn 2012-01-06 21:29

Re: [Announce] Cleven - an aircrack gui
 
Quote:

Originally Posted by Estel (Post 1146774)
Using Cleven-Experimental 2.3.7, every time I use "reaver" button for WPS-compliant network, new terminal window just open and close immediately. Of course, same happens for non WPS-compliant APs.

Same goes for WPScrack, but that is expected, as you noted that it doesn't work yet.

Thanks for WEP deauthenticate button! this alone makes it worth the upgrade ;)

totally non-critical suggestion p I know it's experimental version, but that doesn't entirelly mean it can;t have Cleven icon, both in any application manager, and as .desktop icon, does it? ;)

/Estel

- the first and second part is answered above.
- hope deauthentication is useful. Please dont start a revolution on the next feature you would like :)
- icon is coming in next version (~30 mins); minor hiccup with the file names.

Estel 2012-01-06 22:01

Re: [Announce] Cleven - an aircrack gui
 
Just for the record - sorry, if WEP deauthentication sounded like "revolution". If I remember correctly, You went ahead and promised "special" version that will include it, some times ago - which was responded with quite high amount of posts from other people, that would like to also have it. then, you commented about 'grilling', so I picked up this joke (no real grilling intended) for further writing.

In any case, thanks for wonderful work You've done on Cleven,

/Estel

mr_pingu 2012-01-06 22:16

Re: [Announce] Cleven - an aircrack gui
 
Finally a Deauthencate button :) Not only Estel wanted it but me too, except I am more a silent reader than screaming things, just different personalities. Seems like I need to upgrade...

Anyway, Thanks Saturn.

Estel 2012-01-06 23:32

Re: [Announce] Cleven - an aircrack gui
 
Thanks Saturn, after following steps you've described, everything works fine.

Little suggestion - what about calling reaver with -a and -s also specified? Or, even better, settings option (that doesn't force users to use it - just giving possibility ;) ) to specify own commands for reaver?

I know, that Cleven tries to be as simple and config-less as possible, but wps cracking - at this point - is quite specific thing, that needs fine tuning of parameters to be usable at all (probably, mainly due to mess in WPS implementations amongst APs). This may change in future, but for now, specifying custom commands seems essential. And, having it as custom settings field, one can still benefit from Cleven "one button press" philosophy, instead of writing it by hand every time, or scrolling via ash_history.

/Estel

g0r 2012-01-07 00:25

Re: [Announce] Cleven - an aircrack gui
 
Quote:

Originally Posted by Saturn (Post 1146816)
Sorry guys..

The instructions are simple:
Add reaver and walsh binaries in /opt/cleven-experimental/ and execute as root the connect_reaver.sh

That is, cd to the folder you have reaver and walsh and type:
Code:

sudo gainroot
cp reaven /opt/cleven-experimental/
cp walsh /opt/cleven-experimental/
/opt/cleven-experimental/connect_reaver.sh


** INSTRUCTIONS:
  • Add reaver and walsh binaries in /opt/cleven-experimental/ and execute as root the connect_reaver.sh

got walsh and reaver.tar.gz , done code:

tar -xzvf reaver.tar.gz same with walsh copied reaver & walsh as per instructions above executed: connect_reaver.sh but I am getting:

/bin/sh: connect_reaver.sh: not found

am I missing/done something wrong, please help

(if I have the wrong reaver and walsh binaries files could someone post the right ones please)

Saturn 2012-01-07 00:36

Re: [Announce] Cleven - an aircrack gui
 
Quote:

Originally Posted by g0r (Post 1146881)
got walsh and reaver.tar.gz , done code:

tar -xzvf reaver.tar.gz same with walsh copied reaver & walsh as per instructions above executed: connect_reaver.sh but I am getting:

/bin/sh: connect_reaver.sh: not found

am I missing/done something wrong, please help

(if I have the wrong reaver and walsh binaries files could someone post the right ones please)

most probably you mistyped the last command.
try to use the tab for auto-completion..


also do a
Code:

ls -al /opt/cleven-experimental/
to see if you have the files there where it should be..

EDIT: note there was a mistake (typo) in the original commands. Now it is corrected.

g0r 2012-01-07 02:01

Re: [Announce] Cleven - an aircrack gui
 
Quote:

Originally Posted by Saturn (Post 1146884)
most probably you mistyped the last command.
try to use the tab for auto-completion..


also do a
Code:

ls -al /opt/cleven-experimental/
to see if you have the files there where it should be..

EDIT: note there was a mistake (typo) in the original commands. Now it is corrected.

my apologies I was running the command "connect_reaver.sh" from /opt/cleven-experimental/ instead of "root" /home/user/

works now, thank you for your hard work on improving cleven gets better day by day :D

mr_pingu 2012-01-07 15:36

Re: [Announce] Cleven - an aircrack gui
 
Since you included reaver and walsh in cleven. walsh is fixed now I compiled it and it works(see reaver thread for compiled binary): http://code.google.com/p/reaver-wps/.../detail?id=100

anyway, I would wait a bit before porting all this to maemo. Reaver will probably be included in the aircrack-ng suite, so if it's ready we only need to update aircrack-ng in the repos

http://code.google.com/p/reaver-wps/issues/detail?id=99


All times are GMT. The time now is 22:44.

vBulletin® Version 3.8.8