ah, thats two things:
1. it looks like you have space at line end. hashcat can not just ignore them because in theory a space char could be part of a salt. you have to manually clean your hashlist or do a clean export before you can load it.
2. there are two different versions of vbull. if you want to load the old one with 3 char salts, use -m 5. if you want to use the new with 30 char salts, use -m 15.
1. it looks like you have space at line end. hashcat can not just ignore them because in theory a space char could be part of a salt. you have to manually clean your hashlist or do a clean export before you can load it.
2. there are two different versions of vbull. if you want to load the old one with 3 char salts, use -m 5. if you want to use the new with 30 char salts, use -m 15.