cap2hccapx essid filters
#3
(07-14-2017, 09:44 AM)philsmd Wrote: Currently, the code searches for exact matches.

This could be simply changed by, for instance, replacing strcmp () with strchr () here: https://github.com/hashcat/hashcat-utils...px.c#L1134
Full support of advanced regular expressions might be slightly more difficult than the strchr () solution (but fortunately there exists some libraries, includes that could help even with more advanced expressions).

I'm not sure if this feature is useful for many users, but if you think so, you might open a github issue and request it (or even better: make a pull request Wink ).

Thank you, I will give it a try!


Messages In This Thread
cap2hccapx essid filters - by javiroca - 07-13-2017, 08:25 PM
RE: cap2hccapx essid filters - by philsmd - 07-14-2017, 09:44 AM
RE: cap2hccapx essid filters - by javiroca - 07-17-2017, 07:07 PM