User Tools

Site Tools


tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tools [2007/05/14 15:57] – add documentation for the new - - silent feature darkaudaxtools [2018/06/18 02:49] – Added buddy-ng mister_x
Line 1: Line 1:
 ====== Tools ====== ====== Tools ======
- 
- 
 =====  WZCook ===== =====  WZCook =====
 It recovers WEP keys from XP's Wireless Zero Configuration utility. This is experimental software, so it may or may not work depending on your Service Pack level. It recovers WEP keys from XP's Wireless Zero Configuration utility. This is experimental software, so it may or may not work depending on your Service Pack level.
Line 9: Line 7:
   network={    network={ 
      ssid="my_essid"       ssid="my_essid" 
-     pmk=5c9597f3c8245907ea71a89d[...]9d39d08e +     pmk=5c9597f3c8245907ea71a89d[...]9d39d08e 
 +  }
  
 The WZCook tool also supports a silent mode.  This is invoked by adding "--silent" (double dashes) to the command.  The program runs and does not output any messages.  This is useful for batch files and scripts. The WZCook tool also supports a silent mode.  This is invoked by adding "--silent" (double dashes) to the command.  The program runs and does not output any messages.  This is useful for batch files and scripts.
Line 15: Line 14:
 If you don't use WZC service, but you use USR Utility, get this registry value and try it [[http://www.latinsud.com/js.html?//%20edit%20this%20and%20press%20Ejecutar%0Atoken%3D%22f30d29486b%22%0A%0Atocho%3D%226a6b6c6a7a39386326323e612b7429636c355b643d6e333b22665f756d%22%0Ahexc%3D%220123456789abcdef%22%0Ar%3D%22%22%0Afor%20%28i%3D0%3B%20i%3Ctoken.length%3B%20i+%3D2%29%20%7B%0A%20j%3Dtoken.length-i-2%3B%0A%20c%3DparseInt%28token.substring%28i%2Ci+2%29%2C16%29%3B%0A%20c%5E%3DparseInt%28tocho.substring%28j%2Cj+2%29%2C16%29%3B%0A%20r%3Dhexc.charAt%28c%2516%29+r%3B%0A%20r%3Dhexc.charAt%28parseInt%28c/16%29%29+r%3B%0A%7D%0Ajsout.value%3Dr|here]]: If you don't use WZC service, but you use USR Utility, get this registry value and try it [[http://www.latinsud.com/js.html?//%20edit%20this%20and%20press%20Ejecutar%0Atoken%3D%22f30d29486b%22%0A%0Atocho%3D%226a6b6c6a7a39386326323e612b7429636c355b643d6e333b22665f756d%22%0Ahexc%3D%220123456789abcdef%22%0Ar%3D%22%22%0Afor%20%28i%3D0%3B%20i%3Ctoken.length%3B%20i+%3D2%29%20%7B%0A%20j%3Dtoken.length-i-2%3B%0A%20c%3DparseInt%28token.substring%28i%2Ci+2%29%2C16%29%3B%0A%20c%5E%3DparseInt%28tocho.substring%28j%2Cj+2%29%2C16%29%3B%0A%20r%3Dhexc.charAt%28c%2516%29+r%3B%0A%20r%3Dhexc.charAt%28parseInt%28c/16%29%29+r%3B%0A%7D%0Ajsout.value%3Dr|here]]:
   HKey_Current_User/Software/ACXPROFILE/profilename/dot11WEPDefaultKey1   HKey_Current_User/Software/ACXPROFILE/profilename/dot11WEPDefaultKey1
- 
  
 =====  ivstools ===== =====  ivstools =====
Line 29: Line 27:
 \\ \\
 **Note**: aircrack-ng is able to open multiple files (pcap or ivs) **Note**: aircrack-ng is able to open multiple files (pcap or ivs)
- 
  
 ==== Convert ==== ==== Convert ====
Line 42: Line 39:
  
 **WARNING**: pcap2ivs from aircrack, and aircrack-ng up to v0.2.1 have a bug which creates broken captures. You should not use pcap2ivs from those versions. If you have a broken IVs file from using the broken versions, then try using [[FixIvs]] to recover it.  **WARNING**: pcap2ivs from aircrack, and aircrack-ng up to v0.2.1 have a bug which creates broken captures. You should not use pcap2ivs from those versions. If you have a broken IVs file from using the broken versions, then try using [[FixIvs]] to recover it. 
 +
 +===== Versuck-ng =====
 +Dep's
 +versuck-ng requires at least python 2.4 or higher
 +
 +Decription
 +
 +versuck-ng's purpose is to calculate the default WEP key for verizon issued actiontec wireless routers. It does this using  a  list of  known  hardware  IDs in the wired mac used by the router. Depending on the BSSID you can some times use it as well. The OUI needs  to  match on both the wireless and wired mac for use of the bssid to work.
 +
 +Usage: versuck-ng options -m -e
 +
 +Options:
 + -h, --help            show this help message and exit
 + -m MAC, --mac=MAC     Mac Address
 + -e ESSID, --essid=ESSID essid
 +
 +Use:
 +    versuck-ng -e ESSID -m WIRED_MAC
 +
 +=====  buddy-ng =====
 +
 +Check out [[easside-ng]] documentation.
tools.txt · Last modified: 2018/06/18 03:48 by mister_x