06-13-2019, 10:49 PM
just sort and unique it
Code:
echo -n хер | iconv -f utf8 -t utf16le | xxd -p -c 1 | sort -un | tr -d '\n'
Custom charsets for Cyrillic passwords in NTLM hashes
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Custom charsets for Cyrillic passwords in NTLM hashes - by boreas - 06-13-2019, 02:35 PM
RE: Custom charsets for Cyrillic passwords in NTLM hashes - by undeath - 06-13-2019, 03:12 PM
RE: Custom charsets for Cyrillic passwords in NTLM hashes - by boreas - 06-13-2019, 03:21 PM
RE: Custom charsets for Cyrillic passwords in NTLM hashes - by philsmd - 06-13-2019, 10:49 PM
RE: Custom charsets for Cyrillic passwords in NTLM hashes - by boreas - 06-14-2019, 04:05 AM
RE: Custom charsets for Cyrillic passwords in NTLM hashes - by BotPass - 06-14-2019, 09:18 PM
RE: Custom charsets for Cyrillic passwords in NTLM hashes - by philsmd - 06-14-2019, 09:42 PM
RE: Custom charsets for Cyrillic passwords in NTLM hashes - by BotPass - 06-15-2019, 07:22 AM
RE: Custom charsets for Cyrillic passwords in NTLM hashes - by philsmd - 06-15-2019, 07:42 AM
|