Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO v2.7.1 #97

Open
kimocoder opened this issue Jul 10, 2022 · 11 comments
Open

TODO v2.7.1 #97

kimocoder opened this issue Jul 10, 2022 · 11 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@kimocoder
Copy link
Owner

kimocoder commented Jul 10, 2022

  • "john" cracker isnt working at this point. After the change from HcxPcapTool to HcxPcapngTool the
    regex and everything parsing the output doesnt work to it, need to try find a solution soon.

  • Add more password to the probable wordlist.

  • Better usage and implementation of hcx tools suite.

  • Add back "ignore none essid" behind a switch

    Go through README.md and look for improvements/changes.

@kimocoder kimocoder changed the title TODO v2.7.0 TODO v2.6.6 Oct 8, 2022
@kimocoder kimocoder changed the title TODO v2.6.6 TODO v2.6.7 Nov 1, 2022
@kimocoder
Copy link
Owner Author

Pushed a lot of fixes and various stuff the past two days, but it's one thing I don't seem to figure out that easily...
As for now, passing hashes through "john" isn't working, so I ran through it all to see everything and this is the case, not sure if it was because of the change from HcxPcapTool to Hcxpcapngtool and updates to "john" (possibly both);

@kimocoder
Copy link
Owner Author

wifite_1

wifite_2

@kimocoder
Copy link
Owner Author

kimocoder commented Nov 9, 2022

Have to find a new way to parse this both for "john" and "cowpatty" has the same problem. Changes was when we moved from deprecated HcxPcapTool to HcxPcapngTool, but I have a real time struggle with it at the moment, however I prepared everything else besides this issue. @ZerBea I noticed that two of them wasn't working, props for some time 🥇

The passwotd is there in plain sight, it's just the parsing through python that need an update. split and lines section 💯

The fancy section over at and below. It all seems good, but it's not.

# Parse password (regex doesn't work for some reason)

@ZerBea
Copy link

ZerBea commented Nov 10, 2022

Beside this fixed issue
openwall/john#5205
john is working as expected here.
The issue is still open on Arch Linux:
https://bugs.archlinux.org/task/76252?project=5&string=john

The same applies to --john output of hcxpcapngtool and hcxhashtool.
Status of cowpatty is not known here, because I don't use it. If I need to calculate a rainbow table (for some reasons to verify a large number of PMKs) I use hcxkeys (GPU) which is much faster.

BTW:
Arch Linux moved to OpenSSL 3.0.x
https://archlinux.org/packages/core/x86_64/openssl/
We'll get some warnings until I adapt the code from 1.1 to 3.0 (EVP functions are faster on 3.0).

@ZerBea
Copy link

ZerBea commented Nov 10, 2022

Forgot to mention that dwpa is using hashcat and john, too:
https://github.com/RealEnder/dwpa
As far as I know without problems:
https://wpa-sec.stanev.org/

@kimocoder kimocoder changed the title TODO v2.6.7 TODO v2.6.8 Dec 5, 2022
@kimocoder
Copy link
Owner Author

I will dig deeper, because it seems that the check in stdout isn't working anymore, I did extensive tests and see the problem. I will setup a test network and show exact, but from our side it looks good and all 👍

@kimocoder
Copy link
Owner Author

Updated the parsing of password which happens at

# Parse password (regex doesn't work for some reason)

And below

@ZerBea
Copy link

ZerBea commented Dec 6, 2022

BTW:
There is a plan to adopt hcxtools' (and hashcat's) new unified WPA input line format to JtR:
openwall/john#4183

@ZerBea
Copy link

ZerBea commented Feb 27, 2023

I finished the refactoring of hcxlabtool. Nearly everything is improved, now.
I removed WIRELESS EXTENSIONS and ioctl() calls (except that one that detect presence of WIRELESS EXTENSIONS) completely. The interface is now controlled via NL80211 and RTNETLINK which offer a lot more options than WIRELESS EXTENSION ever do. NL80211 drivers should work out of the box.
I tested (successfully) rtl88xxau and I got the first responses regarding iwlwifi:
ZerBea/hcxdumptool#245 (comment)
ZerBea/hcxdumptool#186 (comment)

Maybe hcxlabtool will be a better solution to run in background of WiFite2 than the WIRELESS EXTENSION dinosaur hcxdumptool.
Less unnecessary features and less status messages but much faster and more effective than hcxdumptool.

@kimocoder kimocoder changed the title TODO v2.6.8 TODO v2.6.9 Mar 4, 2023
@kimocoder kimocoder changed the title TODO v2.6.9 TODO v2.7.0 May 4, 2023
@kimocoder kimocoder changed the title TODO v2.7.0 TODO v2.7.x May 31, 2023
@kimocoder
Copy link
Owner Author

TODO updated. Added support for latest hcxdumptool and cowpatty is working again.

@kimocoder kimocoder added enhancement New feature or request help wanted Extra attention is needed labels Jan 20, 2024
@kimocoder kimocoder changed the title TODO v2.7.x TODO v2.7.1 Jan 20, 2024
@kimocoder
Copy link
Owner Author

  • PMKID doesn't look for duplicates in "cracked.json" so on continuous scans, the PMKID attack does each selected target over again and duplicate (or more) in the JSON. Not ideal.

  • Remove the BAD_DRIVERS part, as that part was added to aircrack-ng's airmon-ng few years back now.

  • Tidy up some Exceptions, make it a bit nicer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants