Struggling with syntax
#1
Hello all, hopefully another Hashcatter here, but I am struggling with a pretty basic set of hashes. I am running the command below. I have some hashes from an XP box and ran them as both 1000/3000. I have also used them as part of alicehashes.lst and alicehashes.txt. I know that some of the plaintexts are avilable in the rockyou dictionary but I am getting the output as below:

hashcat -a 0 -m 1000 -o alicecracked.txt --remove /root/Desktop/alicehashes.lst /usr/share/wordlists/rockyou.txt 

hashcat -a 0 -m 3000 -o alicecracked.txt --remove /root/Desktop/alicehashes.lst -r hob064.rule /usr/share/wordlists/rockyou.txt 

Input.Mode: Dict (/usr/share/wordlists/rockyou.txt)
Index.....: 4/5 (segment), 3487316 (words), 33550343 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: 34.45M plains, 34.45M words
Progress..: 3487316/3487316 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--

These are some of the hashes I have tried.

7bfd3ee62cbb0eba886450c5d6c50f12
f3acbe7ec27aadbe8deeaa0c651a64af
aad3b435b51404eeaad3b435b51404ee
31d6cfe0d16ae931b73c59d7e0c089c0
e52cac67419a9a22f96f275e1115b16f
e22e04519aa757d12f1219c4f31252f4
6307ab24156c541aaad3b435b51404ee
6a370590bd44ac8e65d045254a170ab7
16ac416c2658e00daad3b435b51404ee
938df8b296dd15d0dce8eaa37be593e0
a46139feaaf2b9f117306d272a9441bb
c5e0002fde3f5eb2cf5730ffee58ebcc
598ddce2660d3193aad3b435b51404ee
2d20d252a479f485cdf5e171d93985bf
43af16fff22f1628aad3b435b51404ee
1fbff38cae51e9918da1fec572f03e11
e52cac67419a9a2238f10713b629b565
5835048ce94ad0564e29a924a03510ef
a179639dcaf4e1c4aad3b435b51404ee
8acf28fdc0168e003fb3e05bcb463d1b
6c3d4c343f999422aad3b435b51404ee
bcd477bfdb45435a34c6a38403ca4364
998d9dc042886317c72befe227197ae1
ba359fa9d25791c2180e424bb7bb0753
59b8b93a9a6477e4aad3b435b51404ee
ee28ad35a22c752c1a75be3f9a7e82c9
b096847ead9b7476aad3b435b51404ee
208adb08381adab3032eedbd35399642
836eda0fbc609e6393e28745b8bf4ba6
4f16328129408ed105dec3a938c266eb
ef91a6d3cf901b8baad3b435b51404ee
b184d292a82b6ad35c3cfca81f1f59bc
9e00b755e79c8cf95533b366e9511e4b
4150133921fe34dd2e777b1ca0361410
96fe1fc02d73a84c463db170b09126f1
be6ec26d0d71a533e14b65ce755d7bce
f7d96ebcbe5b6be3103ccb00190f6271
09ff503707453d56bb69f40bef542da0

I guess I have some syntax wrong but cant work out what exactly, can anyone shed some light?
#2
1. you are posting your question within the wrong forum section: your output shows that you are using hashcat-legacy, while your are posting within the "hashcat" forum section. (... or maybe you should just switch to hashcat 3.00 ?!)

2. you are actually not allowed (according to the forum rules you did accept) to post hashes... and even if you are instructed to do so (by a moderator/admin) you need to include the corresponding password

3. why do you not just (correctly! see:https://hashcat.net
/wiki/doku.php?id=frequently_asked_questions#i_created_a_hash_with_echo_test_md5sum_but_hashcat_fails_to_crack_it ) generate some hashes (from passwords you know/have in a dict) and test it yourself

4. btw: the syntax seems to be valid/correct but I didn't test the hashes myself (there is even a forum rules that says something like: you shouldn't trick others to crack your hashes, so I don't - or better said we all shouldn't - even bother about it without knowing the corresponding plains)