![]() |
Re: [Announce] Cleven - an aircrack gui
I think it would help if you would read how aircrack-ng works, what monitor mode does and how cleven run the commands with buttons
|
Re: [Announce] Cleven - an aircrack gui
[QUOTE=StefanL;1169659]
Quote:
|
Re: [Announce] Cleven - an aircrack gui
Load injection drivers,
go to x-terminal sudo gainroot airmon-ng start wlan0 airodump-ng mon0 output of airodump lists APs, through monitor mode ;) or are you using a new kernel-power (pre50)? Since the drivers need to be recompiled on the newer kernel as something changed in the wireless settings/config |
Re: [Announce] Cleven - an aircrack gui
Quote:
|
Re: [Announce] Cleven - an aircrack gui
http://www.aircrack-ng.org/doku.php?id=newbie_guide
http://www.aircrack-ng.org/doku.php?id=airmon-ng The rest can you google yourself... |
Re: [Announce] Cleven - an aircrack gui
Quote:
|
Re: [Announce] Cleven - an aircrack gui
If you collected them there is either *.ivs or *.cap file with them, next capture will result in Wireless-network-name-01.cap or .ivs file, just make aircrack-ng use all files from same network like: aircrack-ng Wireless-network-nam*.cap/ivs and you're good to go
|
Re: [Announce] Cleven - an aircrack gui
Quote:
http://wiki.maemo.org/Cleven#Decryption_Window |
Re: [Announce] Cleven - an aircrack gui
an little info, how to add reaver and walsh ???
i need to install Cleven-experimental? |
Re: [Announce] Cleven - an aircrack gui
after scanning for AP when i choose WPS it always shows only 1 AP named "packet", no matter how many are supposed to be there.
if i choose it it will start reaver properly... |
Re: [Announce] Cleven - an aircrack gui
is there a possibility that aircrack-ng will give a fake key?
|
Re: [Announce] Cleven - an aircrack gui
Yeah, this is a family friendly tool, 2 out of 3 times it will give you a fake key, usually name of cartoon network/spongebob character anagramed, just in case it is used against unfamiliar network.
|
Re: [Announce] Cleven - an aircrack gui
Szopin, I like your humour :P
In case you didn't get it, if I it was your own router you would know the key and if aircrack-ng was faulty or not ;) |
Re: [Announce] Cleven - an aircrack gui
anyone have a guide for use reaver and walsh with cleven or cleven-experimental? i have all installed, but when i try to use it, seems dont work, maybe i have lost some passage :)
tyvm |
Re: [Announce] Cleven - an aircrack gui
Quote:
|
Re: [Announce] Cleven - an aircrack gui
Quote:
|
Re: [Announce] Cleven - an aircrack gui
Quote:
|
Re: [Announce] Cleven - an aircrack gui
what commands does cleven run , when clicking on monitor mode and load injection drivers ?
airmon-ng start wlan0 ---> puts mon0 to monitor mode but cleven enables monitor on wlan0 (iwconfig wlan0 mode monitor) I would like to know what does it exactly runs for 'load injection driver' |
Re: [Announce] Cleven - an aircrack gui
Quote:
|
Re: [Announce] Cleven - an aircrack gui
Quote:
|
Re: [Announce] Cleven - an aircrack gui
Wow, this thread's taken a turn for the pathetically hilarious.
|
Re: [Announce] Cleven - an aircrack gui
Using latest extras-devel kp50 and bleeding-edge drivers compiled for kp50, I'm unable to use Cleven. I've replaced files in /opt/cleven/compat-wireless with new ones, from package for kp50 - I've also ensured that file(s) ownership and permissions are exactly same as after fresh Cleven install. Everything to no avail.
I'm pretty sure, that my modules are OK - I've tested them with fAircrack (same method, drop-in replace of files compiled for kp <=49, with files for kp pre50 & up), and it's working fine. Saturn, You probably know what is wrong already, but just for the records - after trying "load injection drivers", MAC dissapears. After "enable monitor mode", *both* "enable monitor mode" and "disable monitor mode" buttons are available. When trying to scan, message about "drivers not in correct state" appear. Cosmetic addition - using kp50 (pre50) Cleven complains about "proper kp not found". /Estel // Edit Wouldn't it be more sane, to provide user-configurable path to compat-wireless folder (module files, to be more precise), instead of distributing it with Cleven itself? Current approach is going to be PITA with every new KP release, that change anything regarding wifi. Or, at least, it could use same approach as with reaver (finding it and copying) - inferior IMO, due to unnecessary doubling of files, but still better than current situation. |
Re: [Announce] Cleven - an aircrack gui
I think the best way to go, would be to have appropriate packaging for injection drivers instead.
|
Re: [Announce] Cleven - an aircrack gui
2 Attachment(s)
Quote:
I have the same problem.I have replaced files in /opt/cleven/compat-wireless and home/user/MyDocs/wl125-drivers:confused: I have installed http://david.gnedt.eu/blog/wl1251/; Version 0.2 binary build for kernel-power v50 (<1Mb) Version 0.2 source code (484 MB), but I get: WARNING: The system did not find a supported kernel version Known for the injection drivers. The apllication mighy not work properly. This in Cleven, in Faicrack I get: Your operating system does not support injection lxp drivers .... I have correctly installed the drivers compatible with kp50 and I have the source code. Could indicate that we are doing or is an error of kp50. Could please tell me how to install the source code, follow this procedure: q6600 q6600 is offline Today, 01:22 PM Posts: 121 | Thanked: 31 times | Joined on May 2010 Report This | # 472 1-kernel update to v50 2-dl the driver 484 mb 3-unzip Them in MyDocs 4-copy the folder in home / user 5-now i have in home/user/wl1251-memo: build-wl.sh. compat.tar.bz2, compat-wirless-2.6.tar.bz2, wirless-testimg.tar.bz2 6-unzipp all 3 files. Sudo tar-xjf bz2 wirless-testimg.tar.bz2 and this: demolition demolition is offline 03-13-12, 06:28 PM Posts: 498 | Thanked: 334 times | Joined on Mar 2011 Report This | # 462 Originally Posted by 1DarkChaos View Post sorry for my noobness But how do i install the new source code? please help, thank you! General compiling ... For small things, it can be done on-device. So, download the tar.gz and unpack Into an ext3 folder (not MyDocs). Once decompressed, the usual procedure is to list all objects in the folder eg Code: cd / home / user / <folder> ls-a Sometimes, there's a configure script. If so, run Code: . / <conf-scr> Then finally, one runs to "make" tool, Which Creates the executable as per the instructions in the configuration: Code: sudo. / make install - The Appropriate complier (s) Must be installed if source is not written in a scripting language. For large software, compiled on a PC (using scratchbox, creator, etc..) And make sure you're building for arm/x11 (or maemo5 if possible!) but when i try to do the ./configure I get a permission denied? do u know what is going on Please help me:D:D:D |
Re: [Announce] Cleven - an aircrack gui
Quote:
|
Re: [Announce] Cleven - an aircrack gui
Despite message about compatibility, fAircrack works fine with modules replaced with new ones.
The question is, why the same trick doesn't work for Cleven? |
Re: [Announce] Cleven - an aircrack gui
Quote:
|
Re: [Announce] Cleven - an aircrack gui
New package with kp50-compatible injection drivers doesn't contain load.sh and unload.sh, so it couldn't be overwritten. Just to be on safe side, I reinstalled it clean again and ensured, that load.sh and unload.sh isn't touched. Yet, problems persist.
/Estel |
Re: [Announce] Cleven - an aircrack gui
hi
i just updated the kernel to v50 and installed the app i run the app and it keeps giving me (WARNING: the system did not find a known compatible kernel version for the injection drivers the application might not work properly ) i did the configuration then i go to capture packets i tap on Scan and it doesn't find anything so what i have to do ? |
Re: [Announce] Cleven - an aircrack gui
You have to read one post before Yours, or, if You don't feel lazy, at least last page of thread, where you're posting...
--- As for merit, I think Saturn is quite busy now, so we must wait a little more for proper solution. /Estel |
Re: [Announce] Cleven - an aircrack gui
Quote:
i'll wait |
Re: [Announce] Cleven - an aircrack gui
in 2.4-8 version when I pressed the capture terminal opens and the beacone increase and nothing happend anymore.what should I do?
|
Re: [Announce] Cleven - an aircrack gui
@Estel: Does injection works for you?
because I only replaced files in /opt/cleven/compat-wireless and even didn't change permission, only one problem is popup: http://talk.maemo.org/attachment.php...1&d=1332194683 |
Re: [Announce] Cleven - an aircrack gui
It isn't working for me - even enabling drivers at all, in Cleven.
Yet, as You and other guy reported it to be working, maybe it's some user error, on my side. I'll re-check, when times permit. For now, no idea what could went wrong, as new drivers (archive with it) doesn't contain load.sh, so I could not replace it by mistake. /Estel |
Re: [Announce] Cleven - an aircrack gui
Saturn: got a bit time to test reaver. Please add '-N' to how you call it. Two networks I tried reaver on recently gave me repeating same PIN 7-10 times before going forward, average of 16-32 seconds per PIN, with -N got sequential PIN tries and speed up to 3(sometimes even 2) seconds per PIN. Estimated crack time from 30+ hrs down to ~4h.
|
Re: [Announce] Cleven - an aircrack gui
Just asking, szopin: Which revision of reaver do you use? As someone in the reaver thread said r112 wasn't authenticating, in mine case it does but no version helps me as I always get 0x2 error. (even --no-nacks doesn't help) now I want to know if it's the reaver in combination with N900 or just my AP. I don't have another WPS AP :(
|
Re: [Announce] Cleven - an aircrack gui
Tried on a pub AP as mine was fine without -N and some random driveby. Using 1.4 version got same PIN hammering all the time, with -N it went sequential (most of the time, with occasional hiccups of 2-3 pins repeated, but every 50-80 go sequential)
|
Re: [Announce] Cleven - an aircrack gui
Are you using the binary from the other thread or did you compile it yourself?
IF you did use the binary from the other thread which revision? If you did compile it yourself, do you mind uploading that revision here? |
Re: [Announce] Cleven - an aircrack gui
1 Attachment(s)
Quote:
|
Re: [Announce] Cleven - an aircrack gui
Quote:
I haven't tested this but if you need this option (or any other option) it should be fairly easy to add it yourself - it will stay till next update. open as root the file /opt/cleven/clevenHelper.sh and in line 142 edit the line Code:
reaver -i wlan0 -b $2 -a -E -S -v |
| All times are GMT. The time now is 21:30. |
vBulletin® Version 3.8.8