Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: [Python] Split LM hashes
Post: [Python] Split LM hashes
A simple script to split a list of 32-chars hashes into 16-chars for LM cracking in oclhashcat.
Code:
--
import sys
from sys import argv
if len(argv) == 2:
filename = argv[1] + "_lm.txt"
... |
|
Mem5 |
User Contributions
|
5 |
17,667 |
09-24-2012, 09:45 PM |
|
|
Thread: [Python] Split LM hashes
Post: RE: [Python] Split LM hashes
Nice, now I can put my python script to /dev/null :] |
|
Mem5 |
User Contributions
|
5 |
17,667 |
09-25-2012, 07:28 PM |
|
|
Thread: --pw-min=NUM and --pw-max=NUM?
Post: RE: --pw-min=NUM and --pw-max=NUM?
These parameters do not work as expected, see https://hashcat.net/forum/thread-1586.html |
|
Mem5 |
Very old oclHashcat-plus Support
|
5 |
11,226 |
10-03-2012, 07:58 AM |
|
|
Thread: Basic Questions - Hashs
Post: RE: Basic Questions - Hashs
jharris473 Wrote: (10-18-2012, 07:13 PM)
--
How does hashcat actually get "hashes" from a Windows network
--
Hashcat DO NOT do that.
Read the wiki to know what hashcat is doing. |
|
Mem5 |
General Help
|
5 |
9,892 |
10-18-2012, 09:53 PM |
|
|
Thread: Basic Questions - Hashs
Post: RE: Basic Questions - Hashs
How to extract hashes ?
You can use fgdump, pwdump, ophcrack, samdump, etc. Let google find it for you. |
|
Mem5 |
General Help
|
5 |
9,892 |
10-19-2012, 07:25 AM |
|
|
Thread: DES and markov
Post: DES and markov
Hi,
I have 20 DES hashes.
I already recovered 3 of them. I noticed these 3 passwords were created with the same pattern :
8 chars, upper + digits, seem to be random.
I first think about brute-... |
|
Mem5 |
Very old oclHashcat-plus Support
|
5 |
7,990 |
01-08-2013, 08:42 PM |
|
|
Thread: DES and markov
Post: RE: DES and markov
Ok thank you. So markovv won't help me here.
I have already used the --pw-min/max=8.
So i will bruteforce it using sessions to restore when I want :) |
|
Mem5 |
Very old oclHashcat-plus Support
|
5 |
7,990 |
01-09-2013, 08:57 AM |
|
|
Thread: Why is Ati so much faster than Nvidia at cracking passwords
Post: RE: Why is Ati so much faster than Nvidia at crack...
ATI cards have much more cores (SP) which is very important.
GeForce GTX670 1344 cores * 915 Mhz
VS
Radeon HD 7970 2048 cores * 925 Mhz |
|
Mem5 |
Very old oclHashcat-plus Support
|
5 |
23,419 |
03-30-2013, 01:58 AM |
|
|
Thread: My first bruteforce attack
Post: RE: My first bruteforce attack
unknow Wrote: (05-31-2013, 04:42 PM)
--
.. but there is an error. What's wrong?
--
Paste the error ! We can't guess it. |
|
Mem5 |
General Help
|
5 |
14,391 |
05-31-2013, 04:53 PM |
|
|
Thread: upgrade hashcat 0.46 only in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux
Post: RE: upgrade hashcat 0.46 only in The-Distribution...
Extract with 7z x hashcat-0.46.7z
then "cd hashcat-0.46"
Want to use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) without linux basics ?.. |
|
Mem5 |
General Help
|
5 |
43,531 |
12-04-2013, 09:32 PM |
|
|
Thread: update please?
Post: RE: update please?
crysis Wrote: (05-24-2014, 11:59 PM)
--
That page can be found only on Wayback, but goes only till HD7970:
https://web.archive.org/web/20130511033619/https://www.gat3way.eu/est.php
--
https://golube... |
|
Mem5 |
Hardware
|
5 |
9,140 |
05-25-2014, 05:16 PM |
|
|
Thread: best duplicate removal tool for wordlists
Post: RE: best duplicate removal tool for wordlists
https://gnuwin32.sourceforge.net/packages/coreutils.htm
in particular 'sort' program |
|
Mem5 |
General Help
|
5 |
6,437 |
11-20-2015, 11:19 PM |
|
|
Thread: best duplicate removal tool for wordlists
Post: RE: best duplicate removal tool for wordlists
I had troubles using the ULM command line tools.
I am using sort -u on 20 gb files without issues. |
|
Mem5 |
General Help
|
5 |
6,437 |
11-22-2015, 01:37 AM |
|
|
Thread: Source code?
Post: RE: Source code?
Trac is a ticketing system, not a github.
Hashcat source is not available : https://hashcat.net/forum/thread-2699-post-16081.html |
|
Mem5 |
General Help
|
5 |
7,920 |
12-04-2015, 09:34 AM |
|
|
Thread: Source code?
Post: RE: Source code?
|
Mem5 |
General Help
|
5 |
7,920 |
12-04-2015, 11:07 PM |
|
|
Thread: [Benchmark] MSI GTX 1080 FE
Post: [Benchmark] MSI GTX 1080 FE
MSI NVIDIA GeForce GTX 1080 Founders Edition / stock clocks
Driver 368.39
hashcat v3.00
stock clock
Code:
--
hashcat (v3.00-1-g67a8d97) starting in benchmark-mode...
OpenCL Platform ... |
|
Mem5 |
Hardware
|
5 |
7,833 |
07-04-2016, 09:59 PM |
|
|
Thread: [Benchmark] MSI GTX 1080 FE
Post: RE: Bench : MSI GTX 1080 FE
I will :)
This was a benchmark out of the box.
Do you advice any tuning/overclocking ? |
|
Mem5 |
Hardware
|
5 |
7,833 |
07-05-2016, 08:21 AM |
|
|
Thread: hashcat v3.10
Post: RE: hashcat v3.10
Again, thanks a lot for this hard work ! |
|
Mem5 |
hashcat
|
5 |
23,298 |
08-19-2016, 07:42 PM |
|
|
Thread: hashcat v3.20
Post: RE: hashcat v3.20
Awesome ! :)
"Improved performance for rule-based attacks for _very_ fast hashes like MD5 and NTLM by 30% or higher"
my favourite.. thanks ! |
|
Mem5 |
hashcat
|
5 |
17,082 |
12-03-2016, 01:14 AM |
|
|
Thread: Which hashcat should I install on my Windows XP 32bit?
Post: RE: Which hashcat should I install on my Windows X...
Sources if you want to look at the code and compile it.
Binaries if you just want to run it. |
|
Mem5 |
hashcat
|
5 |
6,947 |
01-10-2017, 09:45 PM |