# wc -l ./rootkit.hash 71228 ./rootkit.hash ~tracking = hashes: 71228 ~tracking = passwords: 0 |
#hashcat-cli32.bin -m 0 -a
3 --remove -o ./rootkit.dic ./rootkit.hash ?d?d?d?d?d?d?d?d?d?d #hashcat-cli32.bin -m 0 -a 3 --remove -o ./rootkit.dic ./rootkit.hash ?l?l?l?l?l?l?l #hashcat-cli32.bin -m 0 -a 3 -1 ?l?d --remove -o ./rootkit.dic ./rootkit.hash ?1?1?1?1?1?1?1 |
~tracking = hashes: 43446 ~tracking = passwords: 27782 |
#cat ./rootkit.dic | cut
-f 2- -d ":" > ./working.dic |
#hashcat-cli32.bin -m 0 -r
./rules/best-422RvtEplJ.rule --remove -o ./rootkit.dic
./rootkit.hash ./working.dic #hashcat-cli32.bin -m 0 -r ./rules/best64.rule --remove -o ./rootkit.dic ./rootkit.hash ./working.dic #hashcat-cli32.bin -m 0 -r ./rules/best-mpGFdsZoei.rule --remove -o ./rootkit.dic ./rootkit.hash ./working.dic #hashcat-cli32.bin -m 0 -r ./rules/passwordspro.rule --remove -o ./rootkit.dic ./rootkit.hash ./working.dic #hashcat-cli32.bin -m 0 -r ./rules/T0XlC.rule --remove -o ./rootkit.dic ./rootkit.hash ./working.dic #hashcat-cli32.bin -m 0 -r ./rules/d3ad0ne.rule --remove -o ./rootkit.dic ./rootkit.hash ./working.dic #hashcat-cli32.bin -m 0 -r ./rules/generated.rule --remove -o ./rootkit.dic ./rootkit.hash ./working.dic #hashcat-cli32.bin -m 0 -r ./rules/combinator.rule --remove -o ./rootkit.dic ./rootkit.hash ./working.dic |
~tracking = hashes: 36286 ~tracking = passwords: 34943 |
#cat ./rootkit.dic | cut -f 2- -d ":" > ./working.dic |
#for x in
`./rules/KoreLogicRules*` do hashcat-cli32.bin -m 0 -r $x --remove -o ./rootkit.dic ./rootkit.hash ./working.dic done |
~tracking = hashes: 34807 ~tracking = passwords: 36445 |
#cat ./rootkit.dic | cut -f 2- -d ":" > ./working.dic |
#hashcat-utils-0.9/expander.bin < ./working.dic | sort -u > ./rt-expanded.dic |
#hashcat-cli32.bin -m 0 -a 1 --remove -o ./rootkit.dic ./rootkit.hash ./rt-expanded.dic |
~tracking = hashes: 27457 ~tracking = passwords: 43795 |
~tracking = hashes: 24159 ~tracking = passwords: 47093 |
#hashcat-0.42/hashcat-cli32.bin -m 0 -a 4 --remove -o ./rootkit.dic ./rootkit.hash ./working.dic |
#for x in digits.table leet.table
toggle_case_and_leet.table toggle_case.table do ./hashcat-cli32.bin -m 0 -a 5 -t ./tables/$x --remove -o ./rootkit.dic ./rootkit.hash ./working.dic done |
~tracking = hashes: 23298 ~tracking = passwords: 47954 |
# ./statsprocessor-0.09/hcstatgen.bin
./statsprocessor-0.09/rootkit.hcstat < ./working.dic Processed input lines: 47955 Writing stats: ./statsprocessor-0.09/rootkit.hcstat |
#./statsprocessor-0.09/sp32.bin
--threshold 200 --pw-max=16 ./statsprocessor-0.09/rootkit.hcstat
> ./temp.pipe& #hashcat-cli32.bin -m 0 -a 0 --remove -o ./rootkit.dic ./rootkit.hash ./temp.pipe |
~tracking = hashes: 16861 ~tracking = passwords: 54391 |
~tracking = hashes: 15780 ~tracking = passwords: 55472 |
#for x in `cat
../john-1.7.9-jumbo-7/run/john.local.conf | grep -E ".Rules:Kore" |
cut -f 2 -d ":" | cut -f 1 -d "]"`m do ../john-1.7.9-jumbo-7/run/john --rules=$x -w=./working.dic --stdout > ./temp.pipe & hashcat-cli32.bin -m 0 -a 0 --remove -o ./rootkit.dic ./rootkit.hash ./temp.pipe done |
~tracking = hashes: 15478 ~tracking = passwords: 55774 |
#../john-1.7.9-jumbo-7/run/john
-markov:225:0:0:12 --stdout > ./temp.pipe & #hashcat-cli32.bin -m 0 -a 0 --remove -o ./rootkit.dic ./rootkit.hash ./temp.pipe |
~tracking = hashes: 15466 ~tracking = passwords: 55786 |
#hashcat-cli32.bin -m 0 -a 3 -1 ?a --remove -o ./rootkit.dic ./rootkit.hash ?1?1?1?1?1?1 |
~tracking = hashes: 15285 ~tracking = passwords: 55967 |
#hashcat-0.42/hashcat-cli32.bin -m 0 -g 90000 --remove -o ./rootkit.dic ./rootkit.hash ./working.dic |
~tracking = hashes: 15239 ~tracking = passwords: 56013 |
# for x in best-422RvtEplJ.rule
best64.rule best-mpGFdsZoei.rule passwordspro.rule T0XlC.rule do ./statsprocessor-0.09/sp32.bin --threshold 220 --pw-max=13 ./statsprocessor-0.09/rootkit.hcstat > ./temp.pipe & hashcat-cli32.bin -m 0 -r ./rules/$x --remove -o ./rootkit.dic ./rootkit.hash ./temp.pipe done |
~tracking = hashes: 13601 ~tracking = passwords: 57651 |