Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Another trophy in the Pocket! Win @ CMIYC contest 2015
Post: RE: Another trophy in the Pocket! Win @ CMIYC cont...
What is the "WikiTop50k" list? |
|
Kgx Pnqvhm |
Organisation and Events
|
6 |
22,958 |
08-13-2015, 02:45 AM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
There is a program that may have been causing some system troubles, which I've uninstalled.
If a week goes by without trouble, then I'll re-try the batch file running hashcat. |
|
Kgx Pnqvhm |
Old hashcat Support
|
12 |
22,818 |
07-21-2013, 09:42 PM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
The guts are:
:: run the batch of rules
FOR /F %%G IN (rules-batch.txt) DO (call :main %%G)
The command line used starts off with:
hashcat-cli64.exe -n 4 -c 128 |
|
Kgx Pnqvhm |
Old hashcat Support
|
12 |
22,818 |
07-26-2013, 12:13 AM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: hashcat 0.46 memory trouble in cmd file?
Today I was running hashcat 0.46 via a batch/command file with a list of 52 rules, and it seemed to be a culprit in crashing my 16 GB Windows 7 Home Premium system. I've run that same batch/command fi... |
|
Kgx Pnqvhm |
Old hashcat Support
|
12 |
22,818 |
07-21-2013, 05:20 AM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
After having cleaned up my system a bit on the weekend, including re-building the page file, and having uninstalled a suspect program, I was going to kill two birds with one stone by running that grou... |
|
Kgx Pnqvhm |
Old hashcat Support
|
12 |
22,818 |
07-25-2013, 12:14 AM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
Even after uninstalling the program I thought was at fault for my system wierdness, I still had more crashes.
The real problem may've been updating to NVIDIA's 320.49 driver. See the thread "NVIDI... |
|
Kgx Pnqvhm |
Old hashcat Support
|
12 |
22,818 |
07-27-2013, 11:32 PM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
Running some tests tonight, I found that the problem was actually due to using the new option: --debug-mode=3. |
|
Kgx Pnqvhm |
Old hashcat Support
|
12 |
22,818 |
08-03-2013, 03:25 AM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
No, I haven't set myself up there, as I'm never quite sure if what I find is really a hashcat problem or something to do with my test environment.
I'd prefer to post a problem here, and let someone... |
|
Kgx Pnqvhm |
Old hashcat Support
|
12 |
22,818 |
08-04-2013, 05:52 PM |
|
|
Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?
hashcat-cli64.exe -n 4 -c 128 --remove --debug-file=..\output\debug.txt --debug-mode=3 -a 0 -m 1100
-r KoreLogicRulesAppend4Num.rule -o ..\output\found.txt ..\hashes\A0.M1100.hash ..\dicts\CainWordli... |
|
Kgx Pnqvhm |
Old hashcat Support
|
12 |
22,818 |
08-04-2013, 08:38 PM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: Possible bug-no estimate if -a1 and -r
At the risk of having the moderators get after me for cross-posting, I'm asking here about a possible bug I mentioned in another thread.
Running hashcat-cli64.exe v0.41 using the Cain word list on ... |
|
Kgx Pnqvhm |
Old hashcat Support
|
13 |
22,258 |
10-22-2012, 10:02 PM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
M@LIK Wrote: (10-22-2012, 10:58 PM)
--
I suppose you are on Windows. Try with -r nul since you aren't using any actual rules.
--
Added rules from file nul: 0
Input.Mode: Dict (..\dicts\CainWordl... |
|
Kgx Pnqvhm |
Old hashcat Support
|
13 |
22,258 |
10-22-2012, 11:52 PM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
What I'm trying to do is find out how much longer a specific rule makes a particular combinator attack.
I was trying a "do nothing" rule as a start. |
|
Kgx Pnqvhm |
Old hashcat Support
|
13 |
22,258 |
10-23-2012, 01:14 AM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
I'm still trying to understand why for the same attack, hashcat does give an ETC for:
Progress..: 121/306706 (0.04%)
Yet adding -r (for a rule that just does ":" so is functionally the same as no ... |
|
Kgx Pnqvhm |
Old hashcat Support
|
13 |
22,258 |
10-24-2012, 11:34 PM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
atom Wrote: (10-25-2012, 09:13 AM)
--
You need at least (100 * nr-of-rules)/306706 in the progress to get an initial display.
--
(100 * 1)/306706 = 0.03%, yet in the example where I've reached 0.0... |
|
Kgx Pnqvhm |
Old hashcat Support
|
13 |
22,258 |
10-25-2012, 09:32 PM |
|
|
Thread: Possible bug-no estimate if -a1 and -r
Post: RE: Possible bug-no estimate if -a1 and -r
How does this apply to exactly the same operation being done, the first with only -a 1 running for less than a minute, getting to 0.04% and displaying an ETC, while with -r it goes for even 10 minutes... |
|
Kgx Pnqvhm |
Old hashcat Support
|
13 |
22,258 |
10-23-2012, 08:58 PM |
|
|
Thread: CMIYC 2013
Post: RE: CMIYC 2013
When will we see team hashcat's write up?
And maybe some new rules? |
|
Kgx Pnqvhm |
Organisation and Events
|
9 |
21,873 |
08-18-2013, 01:12 PM |
|
|
Thread: Analyse passwords list
Post: RE: Analyse passwords list
ULM has some analyses (https://unifiedlm.com).
There is another analyzer out there called "Pipal".
There are also tools linguists use. |
|
Kgx Pnqvhm |
General Help
|
13 |
21,123 |
08-18-2014, 09:42 PM |
|
|
Thread: Analyse passwords list
Post: RE: Analyse passwords list
Meanwhile, have you seen the series "Quantifying and Ranking Wordlist Effectiveness Part 1: Methodology" at
https://benjaminellett.com/quantifying-and-ranking-wordlist-effectiveness-part-1-methodology... |
|
Kgx Pnqvhm |
General Help
|
13 |
21,123 |
08-21-2014, 09:37 PM |
|
|
Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: rules with $4 or $9 and ^4 or ^9 dropped
With the new hashcat v0.38, or at least the hashcat-cli64.exe I'm running, rules with $4 or $9 drop the appending of the "4" or "9". Appending all the other digits work. But rules that should append ... |
|
Kgx Pnqvhm |
Old hashcat Support
|
11 |
20,667 |
01-01-2012, 01:47 AM |
|
|
Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped
Change the rule to
$0
$1
$2
$3
$4
$5
$6
$7
$8
$9
I get
word0
word1
word2
word3
word5
word6
word7
word8
in v0.38, Windows 64-bit version.
Changing the rule.txt file to
$1
$2
$3
$4
$5
$6
$7
$8
$9
$0... |
|
Kgx Pnqvhm |
Old hashcat Support
|
11 |
20,667 |
01-01-2012, 02:48 PM |