Editing Cleven

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
''NOTE: This page is currently being updated to reflect the latest stable version. Some information here might be out of date.
 
-
 
-
--[[User:saturn|saturn]] 19:05, 20 August 2012 (UTC)
 
-
 
-
----
 
-
 
The Cleven application is a user interface to the aircrack-ng for the [[Nokia N900|N900]] device.  
The Cleven application is a user interface to the aircrack-ng for the [[Nokia N900|N900]] device.  
Line 36: Line 30:
In order to load the bleeding edge drivers it expects a kernel that can support it.  
In order to load the bleeding edge drivers it expects a kernel that can support it.  
-
The application on startup checks and reports possible inability of correct function if one of the following power kernels (KP) are not used:
+
The application on startup checks and reports possible inability of correct function if one of the following power kernels are not used:
* 46-wl1
* 46-wl1
Line 42: Line 36:
* 48 (unconfirmed; same issues with the drivers have been reported)
* 48 (unconfirmed; same issues with the drivers have been reported)
* 49
* 49
-
* 50
 
-
 
-
Note: the version in [[extras-devel]] will check and expect KP51 or higher. Due to the large amount of changes in the latest KP series, the support of older versions has been dropped.
 
====Suggested====
====Suggested====
-
The application optionally supports the Reaver and Wash implementations of the WPS attack.
+
The application optionally supports the Reaver and Walsh implementations of the WPS attack.
Quote: ''Reaver implements a brute force attack against Wifi Protected Setup (WPS) registrar PINs in order to recover WPA/WPA2 passphrases, as described in [http://sviehb.files.wordpress.com/2011/12/viehboeck_wps.pdf viehboeck_wps.pdf].''
Quote: ''Reaver implements a brute force attack against Wifi Protected Setup (WPS) registrar PINs in order to recover WPA/WPA2 passphrases, as described in [http://sviehb.files.wordpress.com/2011/12/viehboeck_wps.pdf viehboeck_wps.pdf].''
Line 55: Line 46:
* reaver  
* reaver  
-
* wash
+
* walsh
-
 
+
-
(atm the support is for ''versions 1.4'' as of [http://code.google.com/p/reaver-wps/downloads/detail?name=reaver-1.4.tar.gz&can=2&q= reaver-wps]; read also the release changelog for additional info).
+
-
 
+
-
'''INSTRUCTIONS''' for adding ''reaver'' and ''wash'' support in the application:
+
(atm the support is for versions 1.4 as of [http://code.google.com/p/reaver-wps/downloads/detail?name=reaver-1.4.tar.gz&can=2&q= reaver-wps]; read also the release changelog for additional info).
-
Copy <code>reaver</code>, <code>reaven.db</code> and <code>wash</code> binaries in <code>/home/user/.reaver/</code> and re-start Cleven for the links to be created.
+
==Key features==
==Key features==
Line 91: Line 78:
[[Image:cleven_main.png|380px|Application Main Window]]
[[Image:cleven_main.png|380px|Application Main Window]]
-
===Drivers Configuration Dialog===
+
===System Configuration Dialog===
   
   
As soon as the application starts the ''System Configuration'' dialog is shown.
As soon as the application starts the ''System Configuration'' dialog is shown.
Line 107: Line 94:
''Note 2'': The default system MAC address will be restored automatically when the drivers get unloaded.
''Note 2'': The default system MAC address will be restored automatically when the drivers get unloaded.
-
===Scan Window===
+
===Main Window===
   
   
[[Image:cleven_mainWindow.png|280px]]
[[Image:cleven_mainWindow.png|280px]]
Line 146: Line 133:
[[Image:cleven_keysManagement.png|280px]]
[[Image:cleven_keysManagement.png|280px]]
 +
===Drop down menu===
 +
 +
The drop down menu, aka Menubar, will offer the following options:
 +
* Button: '''Configure Drivers'''
 +
* Button: '''Decrypt Captured Files'''
 +
* Button: '''Show Keys'''
 +
* Button: '''About'''
 +
* Button: '''Quit'''
 +
All of them (with the exception of the Quit) will open a new window or dialog to perform the action described.
 +
 +
[[Image:cleven_Dropdown.png|280px]]
===About===
===About===
Line 157: Line 155:
==Versions==
==Versions==
-
<!--
 
-
'''([http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/cleven/2.4-8/ Development])'''===
 
-
 
-
'''([http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/cleven/2.5-2/ Testing])'''
 
-
-->
 
-
 
-
---------------------------------------------
 
-
===4.1-1 '''([http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/cleven/4.1-1/ Development])'''===
 
-
NEW: Added dependency to the newly distributed reaver package.
 
-
CHANGE: Removed earlier workaround code to copy and configure reaver binaries.
 
-
CHANGE: Modified the postintall and postremove scripts to remove workarounds in the setup.
 
-
CHANGE: Modified calls to execute reaver and wash binaries.
 
-
NEW: Added Pali in the credits. Thanks.
 
-
 
 
-
INSTRUCTIONS:
 
-
* To override the autodiscovery of the drivers location and use the default, create an empty file in /home/user/.cleven/skipKernelCheck
 
-
* To skip the kernel check in the startup, create an empty file in /home/user/.cleven/skipVersionCheck
 
-
 
-
===3.3-1===
 
-
CHANGE: Update of recommended kernel - KP51 is expected.
 
-
CHANGE: Removed the dependency on the wlan drivers - KP51 comes with them.
 
-
 
-
INSTRUCTIONS:
 
-
* To override the autodiscovery of the drivers location and use the default, create an empty file in /home/user/.cleven/skipKernelCheck
 
-
* To skip the kernel check in the startup, create an empty file in /home/user/.cleven/skipVersionCheck
 
-
 
-
===3.2-1===
 
-
NEW: Additions in the load.sh script for checking the new driver files existence before unloading the default ones.
 
-
NEW: Addition of a check to skip the startup kernel check (and thus avoid error message for those with custom working setups).
 
-
NEW: Addition of a check to skip the autodiscovery of kernel version (and set it manually).
 
-
NEW: Added freemangordon in the about/thanks section of the application.
 
-
 
-
INSTRUCTIONS:
 
-
* To override the autodiscovery of the drivers location and use the default, create an empty file in /home/user/.cleven/skipKernelCheck
 
-
* To skip the kernel check in the startup, create an empty file in /home/user/.cleven/skipVersionCheck
 
-
 
-
===3.1-1===
 
-
WARNING: This version will work only with Kernel-Power version 50 and above.
 
-
CHANGE: Modified reaver to accept the spoofed mac address (contributor: Goran see: http://talk.maemo.org/showpost.php?p=1203232&postcount=592)
 
-
 
 
-
===3.0-1===
 
-
WARNING: This version will work only with Kernel-Power version 50 and above.
 
-
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.
 
-
 
-
===2.5-2 '''([http://maemo.org/downloads/product/Maemo5/cleven/ Stable])'''===
 
-
 
-
NEW: Added support for KP50.
 
-
NEW: Include binaries of version 0.2 of the bleeding edge wireless drivers.
 
-
CHANGE: Moved load.sh and unload.sh scripts to main folder.
 
-
CHANGE: Modified load.sh to accept options for the driver selection.
 
-
CHANGE: Updated the sudoers file for the new location of the load/unload scripts.
 
-
===2.4-8 ===
+
===2.4-8 '''([http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/cleven/2.4-8/ Development])'''===
  CHANGE: Support for the latest wash (> r100) output file readout.
  CHANGE: Support for the latest wash (> r100) output file readout.
Line 329: Line 274:
  * Addition to store only IVs when in WEP capture (and save space).
  * Addition to store only IVs when in WEP capture (and save space).
-
===1.10-1 '''Previous stable version''' ===
+
===1.10-1 '''([http://maemo.org/downloads/product/Maemo5/cleven/ stable])''' ===
  * Workarournd for WAP authentication to accept spaces in network names.
  * Workarournd for WAP authentication to accept spaces in network names.

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)