Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: AWS and speed of thier GPUs
Post: RE: AWS and speed of thier GPUs
Hashcat requires good integer performance. Developer cards usually only boost floating point performance, sometimes even at the cost of integer performance. Consumer GPUs are what work best for hashca... |
|
undeath |
Hardware
|
6 |
1,401 |
06-26-2020, 11:01 PM |
|
|
Thread: Recommendation for building a Hash Cracking Rig in 2020?
Post: RE: Recommendation for building a Hash Cracking Ri...
Since the 2000 series FE cards are no longer recommended because they don't have a blower fan any longer and thus are not suitable for stacking multiple cards in one case.
For RAM the rule of thumb... |
|
undeath |
Hardware
|
4 |
2,074 |
07-08-2020, 08:49 PM |
|
|
Thread: Help, rig doesn't turn on anymore
Post: RE: Help, rig doesn't turn on anymore
Hard to diagnose. Might be a power issue, might be the motherboard. |
|
undeath |
Hardware
|
2 |
580 |
07-17-2020, 01:50 PM |
|
|
Thread: July 2020 5k Budget Multi GPU Build
Post: RE: July 2020 5k Budget Multi GPU Build
The GTX 2080 Ti is a good chip but don't buy a FE. You should get OEM-design blower fans instead.
Important questions though: what hash types are you mainly going to attack and do you need options ... |
|
undeath |
Hardware
|
5 |
1,558 |
07-18-2020, 01:24 PM |
|
|
Thread: low-end CPU recommendation.
Post: RE: low-end CPU recommendation.
I'd go for a AMD A8-9600 or similarly cheap AMD quad core CPU. |
|
undeath |
Hardware
|
6 |
936 |
09-01-2020, 02:20 PM |
|
|
Thread: low-end CPU recommendation.
Post: RE: low-end CPU recommendation.
It doesn't make any difference for hashcat but in a home server more cores at the same price can't hurt. |
|
undeath |
Hardware
|
6 |
936 |
09-02-2020, 01:08 AM |
|
|
Thread: Sorting utf-8 wordlists
Post: RE: Sorting utf-8 wordlists
how does the sort command you run look like? |
|
undeath |
General Talk
|
7 |
15,345 |
06-12-2012, 01:16 AM |
|
|
Thread: Sorting utf-8 wordlists
Post: RE: Sorting utf-8 wordlists
cannot confirm.
Code:
--
[ undeath@p4home: /tmp ] % ~> cat test
öasdf
Ä‘hg4sb5t56
Äwegver
Àsdrvgßsd
Ä‘hg4sb5t56
è weü46zgbe4z
[ undeath@p4home: /tmp ] % ~> sort -u... |
|
undeath |
General Talk
|
7 |
15,345 |
06-12-2012, 01:25 AM |
|
|
Thread: Public Hash Cracker programming help
Post: RE: Public Hash Cracker programming help
deliver hourly cached data. Are you sure there is no SQLi in there? Also using = instead of like. You also could try not to store the hashes in hex. |
|
undeath |
General Talk
|
4 |
12,288 |
06-13-2012, 09:54 PM |
|
|
Thread: Need advice for hashing DB credentials
Post: RE: Need advice for hashing DB credentials
you should test by yourself how many iterations your server can bear. There will always be a trade off between security and performance. |
|
undeath |
General Talk
|
6 |
14,395 |
06-27-2012, 09:08 AM |
|
|
Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes
|
undeath |
General Talk
|
13 |
28,538 |
07-07-2012, 07:08 PM |
|
|
Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes
|
undeath |
General Talk
|
13 |
28,538 |
07-07-2012, 10:50 PM |
|
|
Thread: Removing Bad Hashes
Post: RE: Removing Bad Hashes
o_O
grep -E '^[a-f0-9]{40}$' | grep -v '^00000' |
|
undeath |
General Talk
|
13 |
28,538 |
07-08-2012, 04:52 PM |
|
|
Thread: WPA restarting ten digit bruteforce
Post: RE: WPA restarting ten digit bruteforce
oclhashcat-plus does not have any option to resume. |
|
undeath |
General Talk
|
3 |
9,677 |
07-26-2012, 07:31 PM |
|
|
Thread: [HowTo] Depot oclHashcat-plus's hashcat.pot perfectly
Post: RE: [HowTo] Depot oclHashcat-plus's hashcat.pot pe...
because the salt might include colons as well. |
|
undeath |
General Talk
|
6 |
18,483 |
07-31-2012, 01:11 PM |
|
|
Thread: Efficient way to store hashes in database ?
Post: RE: Efficient way to store hashes in database ?
if you only need to store user passwords, store a base64 encoded string of the hash. |
|
undeath |
General Talk
|
5 |
15,747 |
08-07-2012, 07:45 PM |
|
|
Thread: Hash type
Post: RE: Hash type
This looks like something base64 encoded, but taking the unusual length of 141bytes into consideration this is definitely no standard hash type (or just has a very unusual hash:salt formating). I'd ra... |
|
undeath |
General Talk
|
5 |
14,428 |
09-30-2012, 12:36 AM |
|
|
Thread: NT Passworder
Post: RE: NT Passworder
ever heard of pentesting? |
|
undeath |
General Talk
|
5 |
12,284 |
11-05-2012, 02:21 AM |
|
|
Thread: Ethernet Laser
Post: RE: Ethernet Laser
Why the solar cells? As long as you solder together some weird device to translate whatever comes out of the RJ-45 port to translate into a laser signal and solder another weird being to receive the l... |
|
undeath |
General Talk
|
5 |
11,521 |
11-30-2012, 12:01 AM |
|
|
Thread: Ethernet Laser
Post: RE: Ethernet Laser
Don't think they are fast enough for transferring data. |
|
undeath |
General Talk
|
5 |
11,521 |
11-30-2012, 12:05 AM |