Use rules on dicrionary
#11
Simple test:
Code:
!/bin/bash

echo "abc1" > testing.txt
echo "abc2" >> testing.txt
echo "abc3" >> testing.txt

cat testing.txt
echo "cat complete" # this WILL pass

hashcat -V
hashcat --stdout testing.txt
echo "hashcat complete" #it will NOT go there

will result:
Code:
# ./testing.sh
abc1
abc2
abc3
cat complete
v3.5.0
abc1
abc2
abc3


Messages In This Thread
Use rules on dicrionary - by xsoft - 06-15-2017, 04:50 PM
RE: Use rules on dicrionary - by undeath - 06-15-2017, 04:54 PM
RE: Use rules on dicrionary - by DDNK - 06-15-2017, 04:59 PM
RE: Use rules on dicrionary - by xsoft - 06-15-2017, 05:04 PM
RE: Use rules on dicrionary - by undeath - 06-15-2017, 05:26 PM
RE: Use rules on dicrionary - by xsoft - 06-15-2017, 05:36 PM
RE: Use rules on dicrionary - by epixoip - 06-15-2017, 06:16 PM
RE: Use rules on dicrionary - by xsoft - 06-16-2017, 02:26 PM
RE: Use rules on dicrionary - by xsoft - 06-16-2017, 02:36 PM
RE: Use rules on dicrionary - by undeath - 06-16-2017, 08:18 PM
RE: Use rules on dicrionary - by xsoft - 06-16-2017, 09:44 PM