Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Slow WP?
Post: RE: Slow WP?
|
Xanadrel |
Old oclHashcat Support
|
1 |
3,112 |
04-25-2016, 11:20 PM |
|
|
Thread: Clarifying Attack Type for PW Type
Post: RE: Clarifying Attack Type for PW Type
jcleary47 Wrote: (04-29-2016, 09:13 PM)
--
My main question is, since my password is a bunch of random characters (for example: 8Gy69BZs), would I want to try to use a Brute-Force style attack for th... |
|
Xanadrel |
Old oclHashcat Support
|
2 |
4,775 |
04-29-2016, 09:21 PM |
|
|
Thread: Don't work Sha1(base64) on Hashcat
Post: RE: Don't work Sha1(base64) on Hashcat
At worst you can decode each hash in the standard length of 40 in hex. |
|
Xanadrel |
Old hashcat Support
|
4 |
16,922 |
06-11-2010, 02:56 AM |
|
|
Thread: Need Help (hash "MySQL4.1/MySQL5")
Post: RE: Need Help (hash "MySQL4.1/MySQL5")
It's not a hashcracking forum, we won't crack your hash.
But, remove the * before the hash and try again. |
|
Xanadrel |
Old hashcat Support
|
2 |
10,648 |
03-27-2011, 08:21 PM |
|
|
Thread: I must be doing something really wrong. I get an output file error. Plz help.
Post: RE: I must be doing something really wrong. I get ...
|
Xanadrel |
Old hashcat Support
|
3 |
10,543 |
08-27-2011, 12:54 AM |
|
|
Thread: "--stdout" not working in HC 0.39
Post: RE: "--stdout" not working in HC 0.39
Already noticed this, if you are on linux you can just add "/dev/null /dev/null" (2 times so) at the end of your command line and it will work.
derp |
|
Xanadrel |
Old hashcat Support
|
5 |
12,378 |
03-29-2012, 12:02 AM |
|
|
Thread: "--stdout" not working in HC 0.39
Post: RE: "--stdout" not working in HC 0.39
Then you can make an empty file and append the name of the file 2 times in your command line.
Like :
Code:
--
hc64 d.dic -rr.rule --stdout empty.txt empty.txt
--
(Also for --stdout -m or the hashfi... |
|
Xanadrel |
Old hashcat Support
|
5 |
12,378 |
03-29-2012, 10:06 AM |
|
|
Thread: Am I doing something wrong ?
Post: RE: Am I doing something wrong ?
The mask is missing in your command line, try with something like :
Code:
--
hashcat-cli64.exe --attack-mode 3 --output-file C:\Users\M\Desktop\h.txt.out --custom-charset1 azerty --threads 4 C:\Us... |
|
Xanadrel |
Old hashcat Support
|
5 |
10,387 |
03-30-2012, 11:27 AM |
|
|
Thread: Finding some weird features (rules)
Post: RE: Finding some weird features (rules)
frekvent Wrote: (03-31-2012, 01:28 AM)
--
I find another possible weirdness. I'm trying to understand why the rules "x24" and "x42" are different. "x24" gives me 569 hits and "x42" gives me 336 hits ... |
|
Xanadrel |
Old hashcat Support
|
12 |
25,300 |
03-31-2012, 01:31 AM |
|
|
Thread: hex encoded salt SHA1 Hash with Intel GPU on W7
Post: RE: hex encoded salt SHA1 Hash with Intel GPU on W...
Both oclHashcat and ighashgpu don't work with Intel GPU's, you would need an OpenCL or CUDA capable gpu (amd or nvidia in short)
See this page to get an idea of how good each gpu can be : https://ww... |
|
Xanadrel |
Old hashcat Support
|
4 |
14,175 |
06-07-2012, 09:53 PM |
|
|
Thread: Unknown error (modes 1410/1420)
Post: RE: Unknown error (modes 1410/1420)
Fixed with hashcat-cli beta, thanks Rub3nCT :). |
|
Xanadrel |
Old hashcat Support
|
11 |
21,396 |
08-24-2012, 06:24 PM |
|
|
Thread: Unknown error (modes 1410/1420)
Post: RE: Unknown error (modes 1410/1420)
Quote:
--
Everything seems to be possible with hashcat and a little brain, nice work guys.
--
Truth. |
|
Xanadrel |
Old hashcat Support
|
11 |
21,396 |
08-24-2012, 09:54 PM |
|
|
Thread: hashcat launches and quits...
Post: RE: hashcat launches and quits...
It's in the wiki : https://hashcat.net/wiki/doku.php?id=ubernoobs (https://hashcat.net/wiki/doku.php?id=ubernoobs) |
|
Xanadrel |
Old hashcat Support
|
2 |
6,548 |
02-27-2013, 01:04 AM |
|
|
Thread: help
Post: RE: help
Or use a real text editor. |
|
Xanadrel |
Old hashcat Support
|
10 |
18,242 |
05-17-2013, 02:22 PM |
|
|
Thread: HI
Post: RE: HI
Info should be easy to find. |
|
Xanadrel |
Old hashcat Support
|
2 |
5,681 |
03-08-2014, 05:51 PM |
|
|
Thread: How to prepend single word to each dictionary entry?
Post: RE: How to prepend single word to each dictionary ...
You can use a rule file, see : https://hashcat.net/wiki/doku.php?id=rule_based_attack
Also note that combination attack is different between oclHashcat and hashcat, in oclHashcat it combines 2 wordli... |
|
Xanadrel |
Old hashcat Support
|
6 |
12,877 |
03-16-2014, 09:24 PM |
|
|
Thread: How to prepend single word to each dictionary entry?
Post: RE: How to prepend single word to each dictionary ...
Yes it's because the ^ (prepend rule) ... prepends so if your plain is "password" and your rule is "^t^h^e" for example, it will result in "ehtpassword".
I hope you see what you have to change now ... |
|
Xanadrel |
Old hashcat Support
|
6 |
12,877 |
03-16-2014, 09:40 PM |
|
|
Thread: How to prepend single word to each dictionary entry?
Post: RE: How to prepend single word to each dictionary ...
No, except in oclHashcat where you can use -j and/or -k. |
|
Xanadrel |
Old hashcat Support
|
6 |
12,877 |
03-16-2014, 10:03 PM |
|
|
Thread: First time. please help. w/ pictures!
Post: RE: First time. please help. w/ pictures!
The output works exactly how it should. |
|
Xanadrel |
Old hashcat Support
|
6 |
10,963 |
03-17-2014, 12:20 AM |
|
|
Thread: First time. please help. w/ pictures!
Post: RE: First time. please help. w/ pictures!
130k word is not that big for a wordlist, and hashcat wouldn't load your file if it wasn't in the correct format. |
|
Xanadrel |
Old hashcat Support
|
6 |
10,963 |
03-17-2014, 12:44 AM |