Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - scooterprint

Pages: [1]
1
Operating System / Re: Hashcat String Help
« on: October 28, 2015, 05:45:02 pm »
Ive never used the mask attack , but this might help you 
http://www.unix-ninja.com/p/Exploiting_masks_in_Hashcat_for_fun_and_profit/
Awesome! That article Helped a lot!
The string I ended up using is
Code: [Select]
hashcat -m 0 -a 3 /root/Desktop/hashes.txt ?a?a?a?a?a?a

2
Operating System / Re: Hashcat String Help
« on: October 28, 2015, 04:55:56 pm »
what are you trying to do then ? You have 3 more options besides Brute and dictionary attack .

I'm trying to get Hashcat to use alphanumeric for 6-15 keyspaces to crack /root/Desktop/hashes.txt, maybe the way I'm thinking is actually brute forcing. I was trying to use the mask attack guide on the FAQ, but couldn't properly follow it... http://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files

3
Operating System / Re: Hashcat String Help
« on: October 28, 2015, 04:44:05 pm »
Why not use cudahashcat it will be way faster ,but take ur GPUs out of SLI ..

Why do you have the second -1 ?

Try :  hashcat -m 0  /root/Desktop/hashes.txt   -a 0   /root/Desktop/realhuman_phill.txt   

OR

to brute:  hashcat -m 0  /root/Desktop/hashes.txt   -a 3  ?a?a?a   

But is the password only 3 characters long ?   ..
The Password isn't three characters long. The first string worked better than the second, (the second recreating what I had done previously). I need a more in depth type of attack. I don't want to brute force it, but I don't want to use a dictionary.
Edit: I couldn't figure out how to use the CUDA hashcat ;-;

4
Operating System / Hashcat String Help
« on: October 28, 2015, 03:57:07 pm »
Hello,
I've been working with Hashcat V0.49 in Kali linux, and I've been working on cracking a few MD5 hashes, and I can't seem to get my string correct.
Code: [Select]
hashcat -m 0 -a 1 /root/Desktop/hashes.txt -1 ?a?a?a /root/Desktop/realhuman_phill.txt
I'm not even sure if I'm using the proper attack method TBH. I've tried Straight, combo and brute force attacks.
any Ideas?

Thanks,
scooter

(admin move if in wrong section please!)

Pages: [1]