Custom charsets for Cyrillic passwords in NTLM hashes
#4
just sort and unique it

Code:
echo -n хер | iconv -f utf8 -t utf16le | xxd -p -c 1 | sort -un | tr -d '\n'
Reply


Messages In This Thread
RE: Custom charsets for Cyrillic passwords in NTLM hashes - by philsmd - 06-13-2019, 10:49 PM