credstuff¶
-
Get line number:
shell grep -n "cultiris" usernames.txt
-
Get the password:
shell head -n <lineno> passwords.txt | tail -n 1
-
ROT13
Get line number:
shell
grep -n "cultiris" usernames.txt
Get the password:
shell
head -n <lineno> passwords.txt | tail -n 1
ROT13