Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Unable to use own hash database
Post: RE: Unable to use own hash database
The error
Hash 'hashes.txt': Line-length exception
... is not very clear. What it means is that since the system couldn't find the hashes.txt file in the current working directory, it tried to ... |
|
royce |
hashcat
|
5 |
4,583 |
12-31-2017, 06:59 PM |
|
|
Thread: Known password construction
Post: RE: Known password construction
You'd need to generate multiple masks, using something like
https://thesprawl.org/projects/pack/#policygen |
|
royce |
hashcat
|
7 |
4,564 |
03-30-2018, 03:25 AM |
|
|
Thread: Known password construction
Post: RE: Known password construction
Ah, I misunderstood your question. Check out the 'req-include' and 'req-exclude' tools from hashcat-utils:
https://hashcat.net/wiki/doku.php?id=hashcat_utils#req |
|
royce |
hashcat
|
7 |
4,564 |
03-31-2018, 03:30 AM |
|
|
Thread: Known password construction
Post: RE: Known password construction
Unless you're dealing with a very slow hash, that level of processing would be a waste of time on GPU, especially when using rules. Filter it the best you can inbound, and then use rules to permute wh... |
|
royce |
hashcat
|
7 |
4,564 |
04-01-2018, 12:58 AM |
|
|
Thread: Restore File How to Use it
Post: RE: Restore File How to Use it
The default session name is 'hashcat' if a session name is not specified. |
|
royce |
hashcat
|
7 |
4,559 |
09-12-2018, 03:42 PM |
|
|
Thread: bcrypt salt format
Post: RE: bcrypt salt format
I haven't worked with this hash type before, but A) it's not pure bcrypt, and B) the portion after the colon is, I'm told, not a salt. |
|
royce |
hashcat
|
4 |
4,539 |
12-08-2017, 04:41 AM |
|
|
Thread: Save all valid password candidates
Post: RE: Save all valid password candidates
You can use --stdout to see what candidates hashcat will generate.
Code:
--
$ echo -n hashcat | hashcat --stdout -r ./rules/best64.rule | head
hashcat
tachsah
HASHCAT
Hashcat
hashcat0
hash... |
|
royce |
General Talk
|
6 |
4,521 |
06-17-2018, 05:54 PM |
|
|
Thread: Save all valid password candidates
Post: RE: Save all valid password candidates
Verify your syntax using an existing format. If it works for that, it should work for yours. |
|
royce |
General Talk
|
6 |
4,521 |
06-19-2018, 12:44 AM |
|
|
Thread: Output file info
Post: RE: Output file info
There is no output mode that records absolute time. This is because absolute time is not useful for the purposes of comparing performance across platforms and runs.
The wallclock time for a given s... |
|
royce |
hashcat
|
5 |
4,515 |
01-06-2018, 05:55 PM |
|
|
Thread: Output file info
Post: RE: Output file info
Close - but a benchmark is under pretty ideal conditions, and your attack is probably slower than that. Probably best to measure actual H/s for your specific attack. |
|
royce |
hashcat
|
5 |
4,515 |
01-06-2018, 08:26 PM |
|
|
Thread: Output file info
Post: RE: Output file info
Run the actual attack - and then check the H/s values in the hashcat status output. |
|
royce |
hashcat
|
5 |
4,515 |
01-12-2018, 06:39 AM |
|
|
Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: ignoring 00-suffixed plains when using --keep-gues...
When using --keep-guessing, what's the best way to ignore 00-suffixed plains?
a61915a2d80ae6a1:Lü |
|
royce |
hashcat
|
4 |
4,507 |
11-13-2016, 07:46 AM |
|
|
Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...
Specifically, the feature request would be something along the lines of "ignore 00-suffixed plains as duplicates even when using --keep-guessing". |
|
royce |
hashcat
|
4 |
4,507 |
11-13-2016, 07:57 AM |
|
|
Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...
I guess I'd also need to combine that with a hex mask that leaves out 00 for the last char(s). |
|
royce |
hashcat
|
4 |
4,507 |
11-15-2016, 09:28 AM |
|
|
Thread: nVidia GTX 1080 Ti vs. PNY,EVGA,MSI,ASUS,etc
Post: RE: nVidia GTX 1080 Ti vs. PNY,EVGA,MSI,ASUS,etc
For computational power (adjusting for any overclocking done by other manufacturers), performance should be identical.
For quality of other components, and cooling design, brands will vary - except... |
|
royce |
Hardware
|
5 |
4,471 |
04-22-2018, 07:58 PM |
|
|
Thread: nVidia GTX 1080 Ti vs. PNY,EVGA,MSI,ASUS,etc
Post: RE: nVidia GTX 1080 Ti vs. PNY,EVGA,MSI,ASUS,etc
Just paying it forward from all of the really smart people here. :) |
|
royce |
Hardware
|
5 |
4,471 |
04-23-2018, 05:18 AM |
|
|
Thread: Dedicated hashcat brain server
Post: RE: Dedicated hashcat brain server
Fair question. No GPU required for the brain, unless you want to also use it as a client at the same time. |
|
royce |
Hardware
|
3 |
4,462 |
11-13-2018, 06:36 PM |
|
|
Thread: Dedicated hashcat brain server
Post: RE: Dedicated hashcat brain server
The amount of RAM you'll need is highly variable, depending on the attacks you'll be carrying out, with factors like:
* Whether all systems will be on the same LAN, vs operating over a WAN connecti... |
|
royce |
Hardware
|
3 |
4,462 |
11-11-2018, 07:39 AM |
|
|
Thread: Prince
Post: RE: Prince
https://lmgtfy.com/?q=prince+attack
;) |
|
royce |
Old hashcat Support
|
1 |
4,401 |
05-06-2016, 03:21 PM |
|
|
Thread: PeopleSoft with salt
Post: RE: PeopleSoft with salt
The salt is intrinsic to the hash. The only way to rework the salts would be if you already had the plain text password. |
|
royce |
hashcat
|
3 |
4,401 |
06-13-2017, 05:21 PM |