RealEnder / dwpa

Distributed WPA PSK auditor
https://wpa-sec.stanev.org
GNU General Public License v3.0
303 stars 72 forks source link

Add '--custom-search' for help_crack.py #71

Open lugery opened 3 years ago

lugery commented 3 years ago

Hello, There is something I want so much๐Ÿ™ˆ

'--custom' ->'custom user dictionary to be checked against all uncracked handshakes' Dreaming of the search bar on the site๐Ÿ˜‡ '--custom-search' ->'and searched handshakes(Bssid/Essid)'

(Custom user dict and all uncracked handshakes and searched handshakes(Sql code order by asc limit 1) , Great group of 3)

Sample: --custom word.txt --custom-search inwi%
(inwi% -> Essid)

Sample2 : --custom word.txt --custom-search e0:22:04:8f:3c:21 (e0:22:04:8f:3c:21 -> bssid)

This search function exists on the site and I hope it can be easily added here๐Ÿ˜‡ Such a feature excites me๐Ÿ˜Š

Note: My English is not good. But I tried to explain ๐Ÿ˜‡๐Ÿ™ˆ it could be a christmas gift๐Ÿ™ˆ

ZerBea commented 3 years ago

That would be a nice improvement if the user additional can select the networks either by ESSID, part of ESSID or MAC_AP and run a custom wordlist task against them. It will make wpa-sec (wordlists) a little bit more dynamic.