Plugins 2500/2501 and 16800/16801 are deprecated - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Plugins 2500/2501 and 16800/16801 are deprecated (/thread-10253.html) |
RE: Plugins 2500/2501 and 16800/16801 are deprecated - oayz - 10-21-2021 Oh, no, it's not MY port - I got it few months ago of the web but don't remember from where :-( Confess - I'm lazy, search 1st, work only if can't find :-) Here are all files in one ZIP including required cygwin DLLs: https://drive.google.com/file/d/1zT-0uhxEM1TvP78u_qEgLQJS_0xzd_7p/view?usp=sharing I'll fetch latest and try to compile - should have cygwin installed somewhere :-) P.S. Feel free to move link to any place you find appropriate and claim ownership :-) RE: Plugins 2500/2501 and 16800/16801 are deprecated - CUwindows00 - 10-21-2021 @ oayz very good, Thanks.... Please notify us after the update RE: Plugins 2500/2501 and 16800/16801 are deprecated - ZerBea - 10-28-2021 On 26th of October, a worth reading blog post has been published here: https://www.cyberark.com/resources/threat-research-blog/cracking-wifi-at-scale-with-one-simple-trick RE: Plugins 2500/2501 and 16800/16801 are deprecated - oayz - 10-28-2021 Can't believe tech savvy people of Israel use phone numbers as pwd. My neighbor's pwd is "It burns when IP" :-) And no I didn't break it, he told me (10-28-2021, 08:54 AM)ZerBea Wrote: On 26th of October, a worth reading blog post has been published here: RE: Plugins 2500/2501 and 16800/16801 are deprecated - sharmamanik061 - 10-29-2021 That sounds great. hcxtools are completely open source and your Windows port is much appreciated. subway surfer hack jio login RE: Plugins 2500/2501 and 16800/16801 are deprecated - oayz - 10-30-2021 Guys, you make one old lazy MF blush :-) I didn't port HCXTOOLS to Windows, actually I didn't even change a line of code - it's all ZB's work and people who created CYRWIN. Here are the instruction how to compile: How to compile HCXTOOLS for Windows OS: ======================================= 1. Install CYRWIN from https://www.cygwin.com/ 2. Install these packages. Select "view:full", search by name, under "new" change from "skip" to latest version available. Make sure you pick exactly listed packages - there are many to pick, very confusing Package Categories --------------------------- cygwin Base cygwin-devel Devel gcc-core Devel zlib-devel Devel libcurl-devel Devel, Libs, Net libssl-devel Devel make Devel git Devel 3. Run CYGWIN 4. Type "git clone hcxtools", that will fetch latest source code 5. Type "Make", that will compile and create all EXE files 6. If you want to run EXEs w/o CYGWIN installed - copy these DLLs from cygwin64\bin: cygcrypto*.dll cygwin1.dll cygz.dll And here is the link to executables: https://drive.google.com/file/d/14ad4w6IFRI7DGz5WO2MC_Fhzm7n2f9Ua/view?usp=sharing RE: Plugins 2500/2501 and 16800/16801 are deprecated - ZerBea - 10-30-2021 @oayz, good instructions which will help the Windows users. RE: Plugins 2500/2501 and 16800/16801 are deprecated - CUwindows00 - 10-30-2021 very good, thanks I found that after putting cygwin1 cygcrypto-1.1 cygz.dll into win\System32 It can support all full path dragging files to cmd, which is very convenient for conversion But it does not seem to support file names with spaces or some characters from other countries Code: hcxpcapngtool -o %*.HC22000 %* RE: Plugins 2500/2501 and 16800/16801 are deprecated - ZerBea - 10-30-2021 Windows follows its own rules: https://www.howtogeek.com/694949/how-to-escape-spaces-in-file-paths-on-the-windows-command-line/ RE: Plugins 2500/2501 and 16800/16801 are deprecated - CUwindows00 - 11-01-2021 ZerBea Thanks I used your tool to extract tens of thousands of hashes In use, I have a problem I want to sort out the authorization hash from it, but I don’t know how to do it, It would be great if authorization can be added to the end of each hash example Code: WPA*02************challenge Or can use simple numbers to identify, challenge use 0 instead authorization use 1 instead example Code: WPA*02************0 |