Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...
royce,
thanks for the answer! I still have 2 questions:
your pastebin sample I am not understanding why you provide me with a 600 line file?
a. I tried and I got a match with this (in unde... |
|
djangofan |
hashcat
|
13 |
9,508 |
02-26-2018, 02:49 AM |
|
|
Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...
#1 I updated my repo and added a brute-force-patterns.txt file that I now iterate over, running hashcat once for each pattern. is this how people usually do this?
https://github.com/djangofan/hash... |
|
djangofan |
hashcat
|
13 |
9,508 |
02-26-2018, 04:58 AM |
|
|
Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...
Finally got it working. Thanks royce: https://github.com/djangofan/hashcat-crack-ip |
|
djangofan |
hashcat
|
13 |
9,508 |
02-26-2018, 06:02 AM |
|
|
Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...
thanks, yeah i noticed that, since it took 2 hours to run.
if I knew what you used for your 3 custom charsets on the command line, then using that file would be a lot easier. |
|
djangofan |
hashcat
|
13 |
9,508 |
02-26-2018, 08:57 AM |
|
|
Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...
undeath Wrote: (02-26-2018, 05:43 PM)
--
the file linked above is a valid hcmask file and as such includes the custom character sets. For more info see https://hashcat.net/wiki/doku.php?id=mask_attac... |
|
djangofan |
hashcat
|
13 |
9,508 |
02-26-2018, 06:32 PM |
|
|
Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...
Ok, I updated my repo. The script, using royces hcmask file, is able to quickly guess the value of this ip:
211.231.004.057
But not this IP; this one fails to be guessed:
211.231.4.57 |
|
djangofan |
hashcat
|
13 |
9,508 |
02-26-2018, 06:51 PM |
|
|
Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: My practice attempt to decrypt a SHA-256 hash of a...
My practice attempt to decrypt a SHA-256 hash of an IP address. Has anyone here tried this?
https://github.com/djangofan/hashcat-crack-ip
I generated the SHA-256 hashed IP from this web... |
|
djangofan |
hashcat
|
13 |
9,508 |
02-26-2018, 02:01 AM |