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)

Raimu 2012-04-17 07:46

Re: [Announce] Cleven - an aircrack gui
 
Yeah, looks like the package got stuck after build.

Saturn 2012-04-17 08:16

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

Originally Posted by Raimu (Post 1193146)
Yeah, looks like the package got stuck after build.

Yes, the build was correct but it never got to the repo:
https://garage.maemo.org/builder/fre.../cleven_2.5-1/

There is not much I can do in such situation. Sorry.

ivgalvez 2012-04-17 10:56

Re: [Announce] Cleven - an aircrack gui
 
Reported to appropriate thread.

Saturn 2012-04-17 18:18

Re: [Announce] Cleven - an aircrack gui
 
OK, increased the build number and resent to the autobuilder.

The result was even worse this time and might help better understand the issue:
https://garage.maemo.org/builder/fre.../cleven_2.5-2/

freemangordon 2012-04-17 19:19

Re: [Announce] Cleven - an aircrack gui
 
@Saturn:
Please find here the drivers in question, NFC if that will appear in package interface, anyway, .deb should be enough for you to test/tweak/whatever.

EDIT:
package is in extras-devel http://maemo.org/packages/package_in...28.10-power50/

Raimu 2012-04-17 19:36

Re: [Announce] Cleven - an aircrack gui
 
Well, that's one error message a little opaque to interpret. In the meantime I'll just help myself to the .deb file from here: https://garage.maemo.org/builder/fre...2.5-1/results/

freemangordon 2012-04-17 20:10

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

Originally Posted by Saturn (Post 1193420)
OK, increased the build number and resent to the autobuilder.

The result was even worse this time and might help better understand the issue:
https://garage.maemo.org/builder/fre.../cleven_2.5-2/

You can try to re-upload the same version again, most-probably it will work this time

Saturn 2012-04-17 20:26

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

Originally Posted by freemangordon (Post 1193479)
You can try to re-upload the same version again, most-probably it will work this time

Done and you are right it worked..

Saturn 2012-04-17 20:31

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

Originally Posted by freemangordon (Post 1193455)
@Saturn:
Please find here the drivers in question, NFC if that will appear in package interface, anyway, .deb should be enough for you to test/tweak/whatever.

EDIT:
package is in extras-devel http://maemo.org/packages/package_in...28.10-power50/

I have some questions on how to depend on it properly. if you prefer we can start a new thread dedicated to those wireless modules.

Since this package depends on KP50 if I add it on cleven's dependencies it will pull also the KP50 stuff on a cleven update/installation.

Do you want me to have a cleven version for each new KP or you have a better idea?

Thanks already.

freemangordon 2012-04-17 20:45

Re: [Announce] Cleven - an aircrack gui
 
No need for a new thread.

Well, indeed, depending on that package will pull KP50 too, but you can make another(dummy) package too and depend on either dummy package or this one. And there is no need cleven to depend on the exact version of the package(use ">=" in debian/control), that way when a new KP enters repos some day, I will build a new version of linux-backports-modules-power and it should be automatically pulled on kernel upgrade. Or if you have a better solution I am OK with it.

Or you can pull that one and rebuild it against stock kernel (just a few modifications are needed) if bleeding-edge drivers work on stock kernel. I can do it too of course (but not today :) ).

Actually I am not .deb packaging guru, so any piece of advice is welcome

Saturn 2012-04-17 21:30

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

Originally Posted by freemangordon (Post 1193496)
No need for a new thread.

Well, indeed, depending on that package will pull KP50 too, but you can make another(dummy) package too and depend on either dummy package or this one. And there is no need cleven to depend on the exact version of the package(use ">=" in debian/control), that way when a new KP enters repos some day, I will build a new version of linux-backports-modules-power and it should be automatically pulled on kernel upgrade. Or if you have a better solution I am OK with it.

Or you can pull that one and rebuild it against stock kernel (just a few modifications are needed) if bleeding-edge drivers work on stock kernel. I can do it too of course (but not today :) ).

Actually I am not .deb packaging guru, so any piece of advice is welcome


OK now i have a headache after reading this:
http://www.debian.org/doc/debian-pol...tionships.html
:)

Let me sleep on it for a few days and if I don't get any ideas we can ask some more people.

I think it might be possible with the installation scripts to make some more complex logic and depend on kernel versions.

Spyrocheti 2012-04-21 08:03

Re: [Announce] Cleven - an aircrack gui
 
Kalimera Saturn,

I'd like to ask if Cleven can support following tweak..besides loading injection drivers and enabling monitor mode.
..setting the regulatory domain variable to something that supports channels 12,13 (also probably 14?) maybe JP can do 14 with a little hack, or BO / BZ ?
Also, upping the TxPower from 20 to 30.
Below quoted somebody who has already achieved similar with his n900...

Quote:

In a previous post, I unlocked channel 12 and 13 on my N900 with a simple modification of the regulatory domain variable. Being the 802.11 junkie I am, I also wanted to look at upping the TX power so I could really reach out and touch someone. This is normally controlled by CRDA and wireless-regdb which is digitally signed database of regions containing allowed channels and power usage. The great thing is, it allows generation of a self-signed database for binary reading - which means anybody with a brain the size of a lollipop can override it. Unfortunately for me. CRDA kicked in after 2.6.28 (wasn't backported with compat-wireless/bleeding-edge wl12xx) and left the old static regulatory domain setting in kernel space. No big deal. I modified the hardcoded values for JP to bump 20dBm to 30dBm

REG_RULE() is passed 6 arguments, first the low frequency (ch1) with a base underlap (2412MHz-10/1MHz), the upper frequency (ch14) with a high overlap (2484MHz-10/1MHz), band spacing (4MHz+1MHz over/under for total 5MHz), max antenna gain (600mBi), max EIRP (30dBm) and I have no idea what the last arg is for.

Patch in whatever new CRDA linker you want recognized for high transmit. I called mine "HX" and build your new modules. Drop them into /lib/modules/[whateverkernelyourun] and the easiest way to make sure they're loaded in proper succession is to reboot.

You can check your changes by watching dmesg and you're looking for the line that says;
2402000 KHz - 2494000 KHz @ 40000 KHz, 600mBi 3000mBm

This should indicate the driver is allowing 30dBm on all 14 channels. I truly don't know if the WL1251 chip stores a max transmission power in EEPROM or tertiary firmware with wl1251-cal nor have I done any pseudo-scientific testing yet.

What I do know is that I probably have the only phone in the world, that can completely disrupt and hose any 802.11b/g/n network with the push of a button...your phone is cool too though, you've got apps, right?!
Here is the link to the source of the article:
help://www.knownokia.ca/2011/06/pushing-wireless-limits-on-n900.html

I believe a lot of people who are currently controlled by a domain that doesn't actually correspond to their region would appreciate the freedom of changing it in accordance. ;)

PS. Apparently my brain ain't yet the size of a lollipop (alas I am not comfortable in trying to do all of the above on my own) but i am trying :(

Fondest regards.

Estel 2012-04-21 18:25

Re: [Announce] Cleven - an aircrack gui
 
In fact, I use iw reg set JP all the time, so I modified every script loading drivers in my device to do it automatically. I've asked almost same question about Cleven, and Saturn pointed me to Cleven's script that control loading stock driers - it's just a matter of adding mentioned command there.

Of course, You need it only with stock drivers - bleeding-edge ones are already "unlocked" for all channels. As for power 30, hack You're referring to is only "theoretical" - available listed power is indeed seen as 30 (1000 mW!), but, obviously, it's also limited via driver. Not to mention, that I don't think hardware can handle 1000 mW.

/Estel

szopin 2012-04-21 21:07

Re: [Announce] Cleven - an aircrack gui
 
This is most interesting. Has anyone (lxp/kernel devs) disproved feasibility of upping wlan power? It is still better than most laptops from my experience, improving that would be totally awesome

Spyrocheti 2012-04-22 05:58

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

Originally Posted by Estel (Post 1195499)
In fact, I use iw reg set JP all the time, so I modified every script loading drivers in my device to do it automatically.

Hi Estel,

I am currently using 2 ways for loading drivers.
Cleven for the excellent gui and automation of tasks,
Wlan driver selector applet for "manually" diving into aircrack-ng.

Would you please tell me where their scripts reside and how to modify them respectively to have them 'iw reg set JP' automatically?

Also for completion? purposes, maybe you feel like adding any other script you have edited on the same note (ex. Advanced interface switcher, ...)

I have a feeling this is going off-topic and I had no intention of hi-jacking Christos' thread, so I have created one here which deals exclusively with the regulatory domain and txpower hack.

Fondest regards.

MFaroTusino 2012-04-22 06:20

Re: [Announce] Cleven - an aircrack gui
 
Can this be ported to N9/N950?

ajack 2012-04-25 08:41

Re: [Announce] Cleven - an aircrack gui
 
Not sure if this is an aircrack-ng, cleven or a problem that is uniquely mine. I tried to crack a WEP AP, did everything as required and when I got cleven to cracked the key, I got strange results....

The password for the AP was "abc123" (much longer, but...)
Cleven ran the aircrack-ng and gave me the result "616263313233" which is the ASCII values of "abc123"...

Can anybody tell me what is wrong or have similar experience or a workaround/solution?

Thanks in advance and sorry if this was asked before.

I am using latest Cleven 2.5-1 and KP50.

Estel 2012-04-25 16:05

Re: [Announce] Cleven - an aircrack gui
 
It's normal. You can't recover password that was used to compute 13-characters long wep key - You can only get actually used key.

Fortunately, all you need to log-in into such network, is that WEP key, *not* password used to compute it. It is *not* like WPA/WPA2-PSK

/Estel

rayon 2012-05-01 09:44

Re: [Announce] Cleven - an aircrack gui
 
Hello,

I have two issues after installing cleven 2.5.2 :
- I can't scan for network after setting monitor mode and loading injection driver ;
- I have not the reaver/wps button on the interface whereas I have reaver and walsh installed.

1) When I click on "scan" button I have the following error :
PHP Code:

ERRORCannot scan for available networks.
 
The drivers or the interface are not to the correct state.
Please configure them from the available menu option

By looking loaded modules I can't see wl1251. I see wl12xx instead. So I launched load.sh script from /opt/cleven (with -v2 switch) and I can see the right driver from cleven loaded. But, I can't set this driver to monitor mode, iwconfig command show me managed mode on wifi interface (wlan0).

2) I installed reaver and walsh and I can use them but cleven interface didn't show the reaver or wps button.

PHP Code:

uname -a
Linux Nokia
-N900 2.6.28.10-power50 #1 PREEMPT Sun Mar 18 20:10:56 EET 2012 armv7l GNU/Linux

dpkg -|grep cleven
ii  cleven     2.5
-2        Cleven is a user interface of aircrack-ng and reaver for the N900


Regards,

g0r 2012-05-01 10:12

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

Originally Posted by rayon (Post 1199927)
Hello,

I have two issues after installing cleven 2.5.2 :
- I can't scan for network after setting monitor mode and loading injection driver ;
- I have not the reaver/wps button on the interface whereas I have reaver and walsh installed.

1) When I click on "scan" button I have the following error :
PHP Code:

ERRORCannot scan for available networks.
 
The drivers or the interface are not to the correct state.
Please configure them from the available menu option

By looking loaded modules I can't see wl1251. I see wl12xx instead. So I launched load.sh script from /opt/cleven (with -v2 switch) and I can see the right driver from cleven loaded. But, I can't set this driver to monitor mode, iwconfig command show me managed mode on wifi interface (wlan0).

2) I installed reaver and walsh and I can use them but cleven interface didn't show the reaver or wps button.

PHP Code:

uname -a
Linux Nokia
-N900 2.6.28.10-power50 #1 PREEMPT Sun Mar 18 20:10:56 EET 2012 armv7l GNU/Linux

dpkg -|grep cleven
ii  cleven     2.5
-2        Cleven is a user interface of aircrack-ng and reaver for the N900


Regards,

If you recently upgraded your kp to 50 latest then you have to upgrade the injection drivers to be compatible with the new kernel power. Get the new injection drivers in the same place here
Also you can read few posts back about cleven and compatibility with kp50.

rayon 2012-05-01 10:51

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

Originally Posted by g0r (Post 1199937)
If you recently upgraded your kp to 50 latest then you have to upgrade the injection drivers to be compatible with the new kernel power. Get the new injection drivers in the same place here
Also you can read few posts back about cleven and compatibility with kp50.

Hello,

I copied the drivers provided from http://david.gnedt.eu/blog/wl1251/ to /opt/cleven/compat-wireless-v1. I could load them but I can't set it to monitor mode through cleven interface (I can do it manually). But still, I can't scan for network.

So I read few post back and I found the following solution :
http://talk.maemo.org/showpost.php?p...&postcount=541

I tried it but it doesn't work I have the same symptom (can't set the driver to monitor mode through the interface and I can't scan for network).

Regards,

Saturn 2012-05-01 10:54

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

Originally Posted by rayon (Post 1199927)
Hello,

I have two issues after installing cleven 2.5.2 :
- I can't scan for network after setting monitor mode and loading injection driver ;
- I have not the reaver/wps button on the interface whereas I have reaver and walsh installed.

1) When I click on "scan" button I have the following error :
PHP Code:

ERRORCannot scan for available networks.
 
The drivers or the interface are not to the correct state.
Please configure them from the available menu option

By looking loaded modules I can't see wl1251. I see wl12xx instead. So I launched load.sh script from /opt/cleven (with -v2 switch) and I can see the right driver from cleven loaded. But, I can't set this driver to monitor mode, iwconfig command show me managed mode on wifi interface (wlan0).

2) I installed reaver and walsh and I can use them but cleven interface didn't show the reaver or wps button.

PHP Code:

uname -a
Linux Nokia
-N900 2.6.28.10-power50 #1 PREEMPT Sun Mar 18 20:10:56 EET 2012 armv7l GNU/Linux

dpkg -|grep cleven
ii  cleven     2.5
-2        Cleven is a user interface of aircrack-ng and reaver for the N900

Regards,


Can you run the app from the xterm (as user) and post if you see anything strange?

How did you install reaver?

Saturn 2012-05-01 10:56

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

Originally Posted by rayon (Post 1199961)
Hello,

I copied the drivers provided from http://david.gnedt.eu/blog/wl1251/ to /opt/cleven/compat-wireless-v1. I could load them but I can't set it to monitor mode through cleven interface (I can do it manually). But still, I can't scan for network.

So I read few post back and I found the following solution :
http://talk.maemo.org/showpost.php?p...&postcount=541

I tried it but it doesn't work I have the same symptom (can't set the driver to monitor mode through the interface and I can't scan for network).

Regards,

If you have done any of the above it is best you uninstall cleven and then re-install.

None of those are needed for the devel version you are using.

g0r 2012-05-01 11:02

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

Originally Posted by rayon (Post 1199961)
Hello,

I copied the drivers provided from http://david.gnedt.eu/blog/wl1251/ to /opt/cleven/compat-wireless-v1. I could load them but I can't set it to monitor mode through cleven interface (I can do it manually). But still, I can't scan for network.

So I read few post back and I found the following solution :
http://talk.maemo.org/showpost.php?p...&postcount=541

I tried it but it doesn't work I have the same symptom (can't set the driver to monitor mode through the interface and I can't scan for network).

Regards,

follow david's instruction (read me file) on his page still old but pretty same for new injection driver, worked for me and other people.

g0r 2012-05-01 11:15

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

Originally Posted by Saturn (Post 1199965)
If you have done any of the above it is best you uninstall cleven and then re-install.

None of those are needed for the devel version you are using.

Saturn please correct me if I am wrong but that will not work as he is on kp50 with old injection drivers installed in wl1251-maemo folder so if he was using kp49 then yes with the latest version of cleven that will work but what he did was just copied the new injection drivers to opt/cleven so he is on kp50 with old injection drviers installed in wl1251-maemo and new injection drivers in opt/cleven how will that work?

rayon 2012-05-01 11:23

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

Originally Posted by Saturn (Post 1199965)
If you have done any of the above it is best you uninstall cleven and then re-install.

None of those are needed for the devel version you are using.


Thank you.

I remove cleven with application manager and then I purge it using
the following command :
dpkg --purge cleven

Then I reinstall it and all works fine.

However, the reaver/wps button doesn't appears and the interface.

I installed reaver and washl by copying the binary from http://forums.internettablettalk.com...5&postcount=60

Next, I copied reaver.db into /etc/reaver. (reaver and washl binary is under /bin/ directory).

Regards,

rayon 2012-05-01 11:26

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

Originally Posted by Saturn (Post 1199965)
If you have done any of the above it is best you uninstall cleven and then re-install.

None of those are needed for the devel version you are using.

Thanks you it works, injection driver is loaded and I can scan for network. I remove cleven usin application manager and I purge it
using the following command : dpkg --purge cleven. Next, I reinstall it.

However, I have an issue with reaver. I install it by downloading the
binaries from: http://forums.internettablettalk.com...5&postcount=60

I copied the binary under /bin and I copied reaver.db under /etc/reaver.

Regards,

rayon 2012-05-01 11:44

Re: [Announce] Cleven - an aircrack gui
 
I remove, purge and reinstall it and it works I can scan for networks. Now I have the last issue it concern reaver. I install it by downloading this package : http://forums.internettablettalk.com...5&postcount=60

I copied the binaries under /bin and reaver.db under /etc/reaver. When I launched reaver I have the following output :
PHP Code:

# reaver -i wlan0 -b xx:xx:xx:xx:xx:xx -vv
[...]
[-] 
Failed to initialize interface 'wlan0'
[-] Failed to recover WPA key
[-] Nothing donenothing to save

wlan0 interface has monitor mode activated.

Regards,

Saturn 2012-05-01 12:46

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

Originally Posted by g0r (Post 1199984)
Saturn please correct me if I am wrong but that will not work as he is on kp50 with old injection drivers installed in wl1251-maemo folder so if he was using kp49 then yes with the latest version of cleven that will work but what he did was just copied the new injection drivers to opt/cleven so he is on kp50 with old injection drviers installed in wl1251-maemo and new injection drivers in opt/cleven how will that work?

Hi,

as you will notice in the changelog (posted in this thread and here: http://maemo.org/packages/view/cleven/) the last version in devel provides support for KP50 too.

This release of Cleven has both versions of the drivers (new and old) included and the one to be used is automatically selected depending on the KP used.

hope it helps

rayon 2012-05-01 13:02

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

Originally Posted by Saturn (Post 1199965)
If you have done any of the above it is best you uninstall cleven and then re-install.

None of those are needed for the devel version you are using.

Hello,

it works I remove it and purge it. Now I can scan for network. But I've an issue with reaver. I can launch it with the command line and it works fine. But through cleven capture interface I can't see reaver/wps button.

I installed reaver by downloading this package : http://forums.internettablettalk.com...5&postcount=60

And I copied binaries under /bin and reaver.db in /home/user/.reaver which is linked to /etc/reaver.

Regards,

g0r 2012-05-01 13:23

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

Originally Posted by Saturn (Post 1200023)
Hi,

as you will notice in the changelog (posted in this thread and here: http://maemo.org/packages/view/cleven/) the last version in devel provides support for KP50 too.

This release of Cleven has both versions of the drivers (new and old) included and the one to be used is automatically selected depending on the KP used.

hope it helps

Sorry Saturn I might be wrong I do understand that the latest version of cleven works with kp49 and old injection drivers and kp50 with new injection drivers installed but what I understand that rayon has is (a mix of) kp50 with old wl1251 injection drivers and this is why he gets the error. As you can see from his previous post he only copied the new drivers in opt/cleven/compat-wireless-v1

Saturn 2012-05-01 15:41

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

Originally Posted by g0r (Post 1200036)
Sorry Saturn I might be wrong I do understand that the latest version of cleven works with kp49 and old injection drivers and kp50 with new injection drivers installed but what I understand that rayon has is (a mix of) kp50 with old wl1251 injection drivers and this is why he gets the error. As you can see from his previous post he only copied the new drivers in opt/cleven/compat-wireless-v1

that's the reason i asked him to uninstall and install again cleven and not do again those steps..

Saturn 2012-05-01 17:32

Re: [Announce] Cleven - an aircrack gui
 
Hi this is part from a mail Rayon sent me noting he is not able to post here:

Quote:

Hello,

it works I remove it and purge it. Now I can scan for network. But I've an issue with reaver. I can launch it with the
command line and it works fine. But through cleven capture interface I can't see reaver/wps button.

I installed reaver by downloading this package : http://forums.internettablettalk.com...5&postcount=60

And I copied binaries under /bin and reaver.db in /home/user/.reaver which is linked to /etc/reaver.

Regards,
Add reaver, reaven.db and wash binaries in /home/user/.reaver/ and re-start Cleven for the links to be created.
This release of Cleven works for reaver versions > 100.
if you cannot compile them yourself choose something newer than what you have. e.g. http://forums.internettablettalk.com...7&postcount=94

Saturn 2012-05-06 15:43

Re: [Announce] Cleven - an aircrack gui
 
Release of cleven 3.0-1 in extras-devel

This version (should be available in few minutes) depends on freemangordon's package of the bleeding edge drivers. Since those depend on the kernel-power package, installing cleven will most probably upgrade your kernel to the latest in the repository you have enabled.

To casual users: Please allow people with more experience to test it first before you upgrade. I have not tested it with all possible combinations and the major changes might break your system. Recommended is to use the version in stable repository or if you feel adventurous the testing repository.

Changes:
  • NEW: Added dependency to linux-backports-modules-power package.
  • NEW: removed all binaries of the bleeding edge wireless drivers.
  • CHANGE: Modified load.sh script for the new drivers selection.
WARNING: This version will work only with Kernel-Power version 50 and above.

g0r 2012-05-07 00:13

Re: [Announce] Cleven - an aircrack gui
 
re. latest v3.0-1, I did not try reaver/wps yet but the rest works fine here (wep/wpa, decrypting, deleting, etc.)
I am on CSSU testing latest version and kp50.

Goran 2012-05-07 21:18

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

Originally Posted by Saturn (Post 1202586)
Release of cleven 3.0-1 in extras-devel


About reaver and macchanger.

Reaver does not work well with macchanger..
You can check with wireshark that even with random mac address generated by macchanger..reaver will reveal [our] true mac address.


to fix change file /opt/cleven/clevenHelper.sh

line 142

Code:

reaver -i wlan0 -b $2 -a -E -S -v
to

Code:

# spoofed mac address
MAC=`ip link show wlan0 | awk '/link/ {print $2}'`
reaver -i wlan0 -b $2 -a -E -S -v --mac=$MAC


to verify, you can check with wireshark [filter=wps.eap_type or eap] or just check reaver's wiki -> Mac Spoofing

http://code.google.com/p/reaver-wps/...s#MAC_Spoofing

Quote:

In some cases you may want/need to spoof your MAC address. Reaver supports MAC spoofing with the --mac option, but you must ensure that you have spoofed your MAC correctly in order for it to work.
btw
Saturn, awesome app!
great job!

Saturn 2012-05-07 22:35

Re: [Announce] Cleven - an aircrack gui
 
Goran, appreciate a lot the input! Will check it add it in the next version.

Amazing first post :)

Goran 2012-05-11 10:30

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

Originally Posted by Saturn (Post 1203263)
Goran, appreciate a lot the input! Will check it add it in the next version.

Amazing first post :)

Today, i tried to use Reaver on one router..and it was wierd..

it didn't work...signal was awesome..> 80% ..but still reaver would not associate..

if signal is > 50%..and reaver doesn't want to associate..router uses MAC FILTER

few minutes later i figured it out..he had a mac filter...piece of cake..
i used airodump to get mac address of connected guy, and used cleven to spoof my mac address..


without my fix...reaver would not send "faked" mac..and would not work..

so, anybody who has problems with mac filters + reaver...change that line in clevenHelper.sh


i found few other things..im gonna try to fix them as soon as i'll have some free time, and post them here of course

Estel 2012-05-11 11:31

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

Originally Posted by Goran (Post 1205135)
few minutes later i figured it out..he had a mac filter...piece of cake..

"he"? Do You realize, that trying WPS mean DoS for most routers (as they can barely proceed WPS requests), so You're hurting others? Not cool. Sniffing MAC of someone, who is already in-session and using it, also mean problems for honest user.

Stick Your a** to Your own AP.

/Estel

Goran 2012-05-11 11:37

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

Originally Posted by Estel (Post 1205158)
"he"? Do You realize, that trying WPS mean DoS for most routers (as they can barely proceed WPS requests), so You're hurting others? Not cool. Sniffing MAC of someone, who is already in-session and using it, also mean problems for honest user.

Stick Your a** to Your own AP.

/Estel

i did it btw in my own company ..well not my own...family's company ..with the knowledge of IT service ..

this is the reason why i had [great wifi strength]

but that's probable too much information for you..

about DOS!... 99.99% routers wont be dosed by doing reaver thing ..

well not if you didn't put -t 0


oh and apology would be nice ..for call my a** without even considering ..that i might tested this with the owner......


All times are GMT. The time now is 15:19.

vBulletin® Version 3.8.8