Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Recover Password from md5
Post: RE: Recover Password from md5

rahhal81 Wrote: (02-08-2024, 04:42 PM) -- How can i use hashcat software or script to found the password. -- Your algorithm can be defined as md5($salt1.$pass.$salt2). It is absent in current list ...
nick8606 hashcat 6 1,707 02-09-2024, 02:43 AM
    Thread: help me with my homework!!!!
Post: RE: help me with my homework!!!!

hieuduc, you have at least 2 ways. 1st way was described by Snoopy. You need to create the list of all possible masks and use mask attack. Each part of IP address can contain 1, 2 or 3 digits, i. e...
nick8606 hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 3,486 01-18-2024, 02:30 PM
    Thread: Cracking a bcrypt SHA1
Post: RE: Cracking a bcrypt SHA1

You know that password consisits of 10 digits, you know some digits, and you have SHA1 from this password. That's enough. You don't need bcrypt or any additional info. Just use mask attack, and hashca...
nick8606 hashcat 2 1,099 01-16-2024, 05:46 AM
    Thread: Wrong results with md5(salt,hash)
Post: RE: Wrong results with md5(salt,hash)

matthewmda Wrote: (01-08-2024, 01:43 AM) -- What am I doing wrong here? -- You use wrong salt. Correct salt for your algorithm+password+hash is J4TtHZMWPXNK9FE7
nick8606 hashcat 1 1,664 01-08-2024, 02:29 AM
    Thread: Recovering a Solana keystore wallet
Post: RE: Recovering a Solana keystore wallet

monyanus Wrote: (11-30-2023, 12:32 PM) -- Is there anywhere a tutorial or further information on how to implement a kernel module in hahcat? -- You can start from here (https://github.com/hashcat/h...
nick8606 hashcat 4 2,331 12-01-2023, 02:01 AM
    Thread: search hash type
Post: RE: search hash type

kekistan, your "hashes" look like Base64-encoded data. Size of decoded data will be 8 or 16 bytes. Probably that's block encryption with 64-bits block size (DES, 3DES, Blowfish, TEA/XTEA/XXTEA, etc). ...
nick8606 General Talk 4 2,935 11-21-2023, 03:47 PM
    Thread: hashing\encoding algorithm determination help request
Post: RE: hashing\encoding algorithm determination help ...

Siegfried1986, software from netsupportsoftware.com ? You can't guess algorithm using valid pairs. I think nobody can. Analyze software and extract algorithm from it.
nick8606 hashcat 5 4,529 09-08-2023, 03:04 AM
    Thread: Known Dictionary Attack Fails
Post: RE: Known Dictionary Attack Fails

pluna Wrote: (08-28-2023, 10:12 PM) -- When trying to use blockchain2john with base64, I get no output. Using with the --json switch, I get an error. -- Your command line must be like this: Code:...
nick8606 hashcat 7 5,199 08-29-2023, 02:16 AM
    Thread: Known Dictionary Attack Fails
Post: RE: Known Dictionary Attack Fails

Last part of your hash 6533786935517843666a4555514537756d5...3d3d0a is Base64-encoded. Use blockchain2john.py with --base64 option. Or you can decode your data with any suitable tool (don't forget to ...
nick8606 hashcat 7 5,199 08-28-2023, 07:25 AM
    Thread: Hashcat Does not Work on Blockchain V1 wallets or 12700
Post: RE: Hashcat Does not Work on Blockchain V1 wallets...

jersonbtc Wrote: (07-08-2023, 06:46 PM) -- I will give a big tip to anyone who can solve this. -- Solution has been found. Write me if still interested.
nick8606 hashcat 12 9,553 07-30-2023, 02:32 PM
    Thread: Need help for ETH wallet
Post: RE: Need help for ETH wallet

You can define four custom charsets: -1 Aa -2 123456789 -3 Dd -4 fha And then you can use mask attack -a 3 with mask: D?1?2?2?2?2?2?2?2?2?3?4 Number of possible combinations 2*(9^8)*2*3 = 516...
nick8606 hashcat 3 3,319 06-28-2023, 03:23 AM
    Thread: How to decode?
Post: RE: How to decode?

msi_g, name of URL parameter is "encApplicationId". Some kind of encryption is used rather than hashing.
nick8606 hashcat 3 3,210 06-27-2023, 01:34 PM
    Thread: Hashcat Does not Work on Blockchain V1 wallets or 12700
Post: RE: Hashcat Does not Work on Blockchain V1 wallets...

jersonbtc Wrote: (05-06-2023, 12:18 AM) -- Give me a real blockchain v1 wallet that hashcat work. -- Incorrect requirement. You need to provide real wallet+password that hashcat can't find. P. ...
nick8606 hashcat 12 9,553 05-06-2023, 02:53 AM
    Thread: Same password with two hashes
Post: RE: Same password with two hashes

The 2nd hash is sha1('tapinak1')
nick8606 hashcat 2 3,254 05-03-2023, 01:05 PM
    Thread: Does Hashcat work on Blockchain.com Wallet with Wallet difficulty: 10?
Post: RE: Does Hashcat work on Blockchain.com Wallet wit...

Once again: your mode 12700. Why hashcat can't find known password? This question could be answered if hash and password would be accessible. But I'm absolutely sure you'll not share this info.
nick8606 hashcat 10 8,226 04-12-2023, 06:13 AM
    Thread: Does Hashcat work on Blockchain.com Wallet with Wallet difficulty: 10?
Post: RE: Does Hashcat work on Blockchain.com Wallet wit...

jersonbtc Wrote: (04-07-2023, 09:44 AM) -- How to verify hash? -- Re-extract hash and compare it with old one. Try to crack new hash if it differs.
nick8606 hashcat 10 8,226 04-07-2023, 11:10 AM
    Thread: Does Hashcat work on Blockchain.com Wallet with Wallet difficulty: 10?
Post: RE: Does Hashcat work on Blockchain.com Wallet wit...

jersonbtc, your mode 12700. Do you know correct password but hashcat can't find it? If yes then verify your hash. If no then password is probably too hard.
nick8606 hashcat 10 8,226 04-07-2023, 08:21 AM
    Thread: Unsupported Fortigate Hashes?
Post: RE: Unsupported Fortigate Hashes?

Base64-encoded strings with constant size 200 are probably encrypted passwords, not hashes. Some details (https://medium.com/@bart.dopheide/decrypting-fortigate-passwords-cve-2019-6693-1239f6fd5a61).
nick8606 hashcat 2 4,208 03-02-2023, 06:21 AM
    Thread: Can hashcat crack XOR hashes? Help to identify hash type
Post: RE: Can hashcat crack XOR hashes? Help to identify...

Jane_forest Wrote: (01-07-2023, 06:30 PM) -- i have tried many variants but non of them helped. Or maybe it's not the XOR? -- Key for XOR can be found if you have only one valid pair with long size...
nick8606 General Talk 4 5,657 01-08-2023, 02:39 AM
    Thread: Knowing all parts of a password but not the order of them
Post: RE: Knowing all parts of a password but not the or...

b8vr Wrote: (12-02-2022, 03:16 PM) -- The final keyspace will be 10^10 -- Maybe 10! = 3'628'800 ?
nick8606 hashcat 4 4,575 12-02-2022, 03:44 PM