Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: "reverse" hashcat
Post: RE: "reverse" hashcat

"plaintext format (99999)" Forgot that's a thing. Yeah, seems best so far.
vagantis General Talk 4 8,440 04-21-2021, 02:21 PM
    Thread: "reverse" hashcat
Post: RE: "reverse" hashcat

To check if password is in a wordlist without rules, you can just open that wordlist and use ctrl+f. With rules, I'd try making md4 of that password and run hashcat with that wordlist and rules. To av...
vagantis General Talk 4 8,440 04-20-2021, 10:09 AM
    Thread: Not finding my own set password
Post: RE: Not finding my own set password

Yet "Progress.........: 26/26 (100.00%)" is exactly what you expect from single "?l". Edit: Recreated similar result using "passpas?l " mask (with space at the end). Maybe try retyping the mask?
vagantis hashcat 12 26,796 12-17-2018, 12:40 PM
    Thread: Not finding my own set password
Post: RE: Not finding my own set password

Well, use -a 3 for mask attack and -a 0 for wordlist not the other way around ;) edit: 1 minute late
vagantis hashcat 12 26,796 12-14-2018, 04:52 PM
    Thread: How to use hashcat to crack a PPT file password?
Post: RE: How to use hashcat to crack a PPT file passwor...

You should start with getting password hash out of that file. Google for office2john.py and read hashcat wiki for understanding what you are supposed to do.
vagantis hashcat 6 15,123 11-19-2018, 11:11 AM
    Thread: High Quality Logo
Post: RE: High Quality Logo

As it's not very detailed logo, maybe try converting bitmap to curves in Corel or other software. That way you have unlimited resolution.
vagantis User Contributions 4 18,408 10-02-2018, 01:05 PM
    Thread: Problems with itunes password
Post: RE: Problems with itunes password

Read about combinator attack. It should solve your problem. https://hashcat.net/wiki/doku.php?id=combinator_attack
vagantis hashcat 5 11,275 10-02-2018, 09:16 AM
    Thread: Advice on Rack Chassis for RTX FE GPUs
Post: RE: Advice on Rack Chassis for RTX FE GPUs

That Hydra looks great! I will consider it for my next build. As for Gray Matter, it is as you say - hot air blows over motherboard but I never had any problems with overheating. Fans on chassis and A...
vagantis Hardware 5 11,772 09-20-2018, 03:16 PM
    Thread: Advice on Rack Chassis for RTX FE GPUs
Post: RE: Advice on Rack Chassis for RTX FE GPUs

Check Gray Matter v3.1 on miningrigs.net - not cheap but you can put up to 8 cards into one chassis. It may come in handy when you choose to expand your crack station.
vagantis Hardware 5 11,772 09-20-2018, 12:22 PM
    Thread: Encrypted iTunes backup impossible to unlock
Post: RE: Encrypted iTunes backup impossible to unlock

Brute-forcing iTunes backup, when you have no idea how the password may look, would require tremendous amount of resources (hardware, time, electrical energy and luck). Read about dictionary attacks u...
vagantis hashcat 2 7,476 03-16-2018, 04:29 PM
    Thread: How to say that the password starts with "abc"
Post: RE: How to say that the password starts with "abc"

It is possible. Just use mask that starts with "abc", for example "abc?a?a?a". You can also use modifier "--increment", that way you can type one long mask (abc?a?a?a?a?a?a?a?a) and hashcat will try t...
vagantis hashcat 3 11,916 11-16-2017, 04:40 PM
    Thread: Riser PCI - USB ?!
Post: RE: Riser PCI - USB ?!

I use similar risers, and frankly i see no difference to when the card is connected directly to PCI-e x16. It's popular solution when you want to plug more than 2 or 3 cards to one motherboard.
vagantis Hardware 2 7,488 11-14-2017, 01:33 PM
    Thread: Space character with custom charset
Post: RE: Space character with custom charset

d2 Wrote: (04-19-2017, 12:06 PM) -- Try with single or double quotes -- Thanks, it worked when I typed it like this: Code: -- -1"?d\ _,.-/:" -- Don't know why I haven't thought of that earlie...
vagantis hashcat 7 22,199 04-19-2017, 12:22 PM
    Thread: Space character with custom charset
Post: RE: Space character with custom charset

Code: -- hashcat64.exe -a 3 -m 10500 -w 4 -D 2 -1 ?d\ _,.-/:  -o found_pdf.txt hash_pdf.txt ?1?1?1?1?1?1?1?1?1?1?1?1?1 --increment -- Somehow, when I type this command, I get the following exception...
vagantis hashcat 7 22,199 04-19-2017, 11:50 AM