Plugins 2500/2501 and 16800/16801 are deprecated
#41
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-0uhx...sp=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 :-)
Reply
#42
@ oayz

very good,  Thanks....

Please notify us after the update
Reply
#43
On 26th of October, a worth reading blog post has been published here:
https://www.cyberark.com/resources/threa...mple-trick
Reply
#44
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:
https://www.cyberark.com/resources/threa...mple-trick
Reply
#45
That sounds great. hcxtools are completely open source and your Windows port is much appreciated.

subway surfer hack jio login
Reply
#46
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/14ad4w6I...sp=sharing
Reply
#47
@oayz, good instructions which will help the Windows users.
Reply
#48
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 %*
Reply
#49
Windows follows its own rules:
https://www.howtogeek.com/694949/how-to-...mand-line/
Reply
#50
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

WPA*02************authorized


Or  can use simple numbers to identify,
  challenge use 0 instead
  authorization use 1 instead

example
Code:
WPA*02************0

WPA*02************1
Reply