dwpa icon indicating copy to clipboard operation
dwpa copied to clipboard

Garbage in dicts may lead something else working wrong

Open FFAMax opened this issue 1 year ago • 0 comments

FYI

# cat wpskey0.txt | grep -E '^[0-9]{8,8}$' | wc -l
1000000
# cat *.txt | grep -E '^[0-9]{8,8}$' | wc -l
171998
# cat *.txt | strings | grep -E '^[0-9]{8,8}$' | wc -l
100165710

FFAMax avatar Nov 14 '24 13:11 FFAMax