andrewjlamarche / PSKracker

An all-in-one WPA/WPS toolkit
GNU General Public License v3.0
397 stars 105 forks source link

clarify usage in help #8

Closed resistor4u closed 6 years ago

resistor4u commented 6 years ago

could you please include more concrete examples in the brief usage text? what does a "target" look like? should we include colons when giving the MAC addy?

soxrok2212 commented 6 years ago

Sure, I will add those in the next commit. For now, there is a built in MAC address parser... the formats xx:xx:xx... xx-xx-xx... xxxxxx... should work. The current supported targets are:

nvg589
nvg599
dpc3939
dpc3941
tg1682g

For ATT:

$ pskracker -t nvg599
...
aabtp?sfrhuk
aabtqbeddgev
aabtqc7a6e56
aabtqes=sdqa
aabtqge%ecaj
aabtqh787azu
aabtqjt6s?j5
aabtqmf4e+#?
aabtqn8z7%vi
aabtqquxt#ft
aabtqsgvf864
...

For Xfinity,

$ pskracker -t dpc3941 -b 11-22-33-44-55-66
PSK: 5756C3915966657704
soxrok2212 commented 6 years ago

Should be good to go with https://github.com/soxrok2212/PSKracker/commit/73ce87de5511b80670b5807dca109d81f82a515d

soxrok2212 commented 6 years ago

Will also probably move the supported models and a more thorough list of usage examples (when more models are supported) to a wiki, if and when I ever get around to making one.

soxrok2212 commented 6 years ago

I've updated the wiki here in case you were still looking for this.