Ekultek / Dagon

Advanced Hash Manipulation
172 stars 54 forks source link

Hash Type Issue #35

Closed smfai200 closed 7 years ago

smfai200 commented 7 years ago

0xff2902a2b61535ac9b6d61f82dc2a095 I got this from Password Column with sqlmap (using --binary-fields), What is the Hash Type? if we remove the 0x, it shows MD5, if With it, it shows C4, Can You help me with this regard?

Ekultek commented 7 years ago
baal@baal-Aspire-5733Z:~/bin/python/dagon$ python dagon.py -v ff2902a2b61535ac9b6d61f82dc2a095 --verbose -L
[07:33:38 DEBUG] Verifying what version of Python you have..
Dagon .. Advanced Hash Manipulation v1.11.23.40(dev)
Clone: https://github.com/ekultek/dagon.git

[*] Starting up at: 1501331618.56..

[07:33:38 DEBUG] Options being used: {'runInVerbose': True, 'displayLeastLikely': True, 'verifyHashType': 'ff2902a2b61535ac9b6d61f82dc2a095'}..
[07:33:38 INFO] Analyzing given hash: 'ff2902a2b61535ac9b6d61f82dc2a095'...
---------------------------------------------------------------------------
[+] Most Likely Hash Type(s):
---------------------------------------------------------------------------
[+] MD5
[+] MD4
[+] MD2
---------------------------------------------------------------------------
[-] Least Likely Hash Type(s)(possibly not implemented):
---------------------------------------------------------------------------
[-] NTLM 
[-] POSTGRESQL 
[-] MD5(MD5(PASS)+MD5(SALT)) 
[-] MD5(MD5(PASS)) 
[-] MD5(SALT+PASS+SALT) 
[-] MD5(MD5(MD5(PASS))) 
[-] RIPE128 (not implemented yet)
[-] HAVAL128 (not implemented yet)
[-] TIGER128 (not implemented yet)
[-] SKEIN256(128) (not implemented yet)
[-] SKEIN512(128) (not implemented yet)
[-] SKYPE (not implemented yet)
[-] ZIPMONSTER (not implemented yet)
[-] PRESTASHOP (not implemented yet)
---------------------------------------------------------------------------

[*] Shutting down at 1501331618.56..

baal@baal-Aspire-5733Z:~/bin/python/dagon$ 

The 0x is from the binary fields. My best guess is that this is probably salted. Salt isn't a secret so you should be able to find the salt in the same table that you found the hashes. Since you found it in a database, it's probably PostgreSQL, who's identifier is 550. If it is PostgreSQL then the salt is the username.

Ekultek commented 7 years ago

I'll close this in 48 hours if no reply is given.

smfai200 commented 7 years ago

I Found it in MSSQL Server, Can you tell me the Salt ?

Ekultek commented 7 years ago

What year was the MsSQL database?

smfai200 commented 7 years ago

web server operating system: Windows 2008 or Vista web application technology: ASP.NET, ASP.NET 2.0.50727, Microsoft IIS 7.0 back-end DBMS: Microsoft SQL Server 2008 Are You Sure, it is MD5 as you Seems to change it to Algorithm Issue :/

Ekultek commented 7 years ago

It's not MD5, its Lineage II C4, which is not implemented yet,

smfai200 commented 7 years ago

But Don't You Think. 0x would be Just for the Representation of Binary otherwise, it would be a String and not Binary. So Actually Value should Technically Start after the 0x? 0x should be kind of identifier

Ekultek commented 7 years ago

No. Lineage II C4 uses 0x as part of the hash, just like on any other MsSQL hashing algorithm.

For example:

smfai200 commented 7 years ago

Alright, Can you Suggest some method to Crack through it ?

Ekultek commented 7 years ago

Working on it.

smfai200 commented 7 years ago

Really Appreciate your Help And Support, Do Let me Know Once its Included!

smfai200 commented 7 years ago

Hmm, Thanks, I Will be Waiting for you to Crack it 👍

Ekultek commented 7 years ago

Regex to match C4 hash, MD5, MD4, MD2, and special MD hashes: https://regex101.com/r/AL85Ds/1

Ekultek commented 7 years ago

Regex verification:

baal@baal-Aspire-5733Z:~/bin/python/dagon$ python dagon.py -v 0xff2902a2b61535ac9b6d61f82dc2a095 -L --verbose
[11:16:11 DEBUG] Verifying what version of Python you have..
Dagon .. Advanced Hash Manipulation v1.11.23.40(dev)
Clone: https://github.com/ekultek/dagon.git

[*] Starting up at: 1501344971.84..

[11:16:11 DEBUG] Options being used: {'runInVerbose': True, 'displayLeastLikely': True, 'verifyHashType': '0xff2902a2b61535ac9b6d61f82dc2a095'}..
[11:16:11 INFO] Analyzing given hash: '0xff2902a2b61535ac9b6d61f82dc2a095'...
---------------------------------------------------------------------------
[+] Most Likely Hash Type(s):
---------------------------------------------------------------------------
[+] MD5
[+] MD4
[+] MD2
---------------------------------------------------------------------------
[-] Least Likely Hash Type(s)(possibly not implemented):
---------------------------------------------------------------------------
[-] NTLM 
[-] POSTGRESQL 
[-] MD5(MD5(PASS)+MD5(SALT)) 
[-] MD5(MD5(PASS)) 
[-] MD5(SALT+PASS+SALT) 
[-] MD5(MD5(MD5(PASS))) 
[-] C4 (not implemented yet)
[-] RIPE128 (not implemented yet)
[-] HAVAL128 (not implemented yet)
[-] TIGER128 (not implemented yet)
[-] SKEIN256(128) (not implemented yet)
[-] SKEIN512(128) (not implemented yet)
[-] SKYPE (not implemented yet)
[-] ZIPMONSTER (not implemented yet)
[-] PRESTASHOP (not implemented yet)
---------------------------------------------------------------------------

[*] Shutting down at 1501344971.84..

baal@baal-Aspire-5733Z:~/bin/python/dagon$ 
smfai200 commented 7 years ago

Can You Try and Crack these 0xf47e98be876a81b89bc5843bdfd87141 0x382ab80687adbb58985fd07e6a20ffca 0x95fe44ebd4925e49e98835d45a5cea62 0xff2902a2b61535ac9b6d61f82dc2a095 and do i need to remove 0x now ?

smfai200 commented 7 years ago

Dagon .. Advanced Hash Manipulation v1.11.23.40(dev) Clone: https://github.com/ekultek/dagon.git

[*] Starting up at: 1501365033.91..

[17:50:33 DEBUG] Options being used: {'runInVerbose': True, 'displayLeastLikely': True, 'verifyHashType': '0xff2902a2b61535ac9b6d61f82dc2a095'}.. [17:50:33 INFO] Analyzing given hash: '0xff2902a2b61535ac9b6d61f82dc2a095'... [17:50:33 CRITICAL] Unable to find any algorithms to match the given hash. If you feel this algorithm should be implemented make an issue here: https://github.com/Ekultek/Dagon/issues/new

Thats what i get!

Ekultek commented 7 years ago

I haven't pushed any updates yet.

On Jul 29, 2017, at 11:51 AM, Syed Faizan notifications@github.com wrote:

Dagon .. Advanced Hash Manipulation v1.11.23.40(dev) Clone: https://github.com/ekultek/dagon.git

[*] Starting up at: 1501365033.91..

[17:50:33 DEBUG] Options being used: {'runInVerbose': True, 'displayLeastLikely': True, 'verifyHashType': '0xff2902a2b61535ac9b6d61f82dc2a095'}.. [17:50:33 INFO] Analyzing given hash: '0xff2902a2b61535ac9b6d61f82dc2a095'... [17:50:33 CRITICAL] Unable to find any algorithms to match the given hash. If you feel this algorithm should be implemented make an issue here: https://github.com/Ekultek/Dagon/issues/new

Thats what i get!

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.

Ekultek commented 7 years ago

Alright I have an answer for you. This is not a hash, it's just a hex string that was pulled because it matches binary data. There's nothing to crack here, case closed. Lineage II is a game, there's no possible way that you pulled a game hash from a MsSQL database, it's not a MsSQL hash because the beginning doesn't match with an MsSQL hash, it's not a MD5 hash (it actually might be an MD5 hash and I'll continue to try and crack that to see if I can get anything there) but this being a new algorithm does not make sense, nor is it possible that it's any of the possible hash types I found that match this specific length and complexity.

Give me some time to try and figure out if it's an MD5 hash or not, also see if you can find any salt that was given, it shouldn't be a secret and you should be able to find it in the same spot you found the hashes.

Ekultek commented 7 years ago

Attempt number 1:


baal@baal-Aspire-5733Z:~/bin/python/dagon$ python dagon.py -c ff2902a2b61535ac9b6d61f82dc2a095 --bruteforce -W "Download-HRwkofFe.txt, Download-ihSmZuiq.txt, Download-KrbBMHNq.txt, Download-lBfjEryB.txt, Download-lUKWYywd.txt, Download-MDJdgfRj.txt, Download-oPGDxhFj.txt" -A 100
Dagon .. Advanced Hash Manipulation v1.11.23.40(dev)
Clone: https://github.com/ekultek/dagon.git

[*] Starting up at 20:26:14..

[20:26:14 INFO] Reading from, Download-HRwkofFe.txt..
[20:26:14 INFO] Using algorithm, MD5..
[20:26:20 WARNING] Unable to find a match using MD5..
[20:26:20 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[20:26:53 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[20:26:53 INFO] Reading from, Download-ihSmZuiq.txt..
[20:26:53 INFO] Using algorithm, MD5..
[20:26:53 WARNING] Unable to find a match using MD5..
[20:26:53 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[20:26:57 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[20:26:57 INFO] Reading from, Download-KrbBMHNq.txt..
[20:26:57 INFO] Using algorithm, MD5..
[20:26:57 WARNING] Unable to find a match using MD5..
[20:26:57 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[20:26:59 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[20:26:59 INFO] Reading from, Download-lBfjEryB.txt..
[20:26:59 INFO] Using algorithm, MD5..
[20:26:59 WARNING] Unable to find a match using MD5..
[20:26:59 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[20:27:00 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[20:27:00 INFO] Reading from, Download-lUKWYywd.txt..
[20:27:00 INFO] Using algorithm, MD5..
[20:27:00 WARNING] Unable to find a match using MD5..
[20:27:00 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[20:27:01 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[20:27:01 INFO] Reading from, Download-MDJdgfRj.txt..
[20:27:01 INFO] Using algorithm, MD5..
[20:27:07 WARNING] Unable to find a match using MD5..
[20:27:07 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[20:27:09 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[20:27:09 INFO] Reading from, Download-oPGDxhFj.txt..
[20:27:09 INFO] Using algorithm, MD5..
[20:27:15 WARNING] Unable to find a match using MD5..
[20:27:15 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[20:27:20 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..

[*] Shutting down at 20:27:20..

baal@baal-Aspire-5733Z:~/bin/python/dagon$

Attempt number 2:

baal@baal-Aspire-5733Z:~/bin/python/dagon$ python dagon.py -c ff2902a2b61535ac9b6d61f82dc2a095 --bruteforce -W "Download-QCYsFxUG.txt, Download-RcrTEwSW.txt, Download-XjMLnFTd.txt, Download-YhVUbFLN.txt, Download-zFMNBEqO.txt" -A 100
Dagon .. Advanced Hash Manipulation v1.11.23.40(dev)
Clone: https://github.com/ekultek/dagon.git

[*] Starting up at 20:29:07..

[20:29:07 INFO] Reading from, Download-QCYsFxUG.txt..
[20:29:07 INFO] Using algorithm, MD5..
[20:29:07 WARNING] Unable to find a match using MD5..
[20:29:07 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[20:29:09 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[20:29:09 INFO] Reading from, Download-RcrTEwSW.txt..
[20:29:09 INFO] Using algorithm, MD5..
[20:29:14 WARNING] Unable to find a match using MD5..
[20:29:14 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[20:29:15 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[20:29:15 INFO] Reading from, Download-XjMLnFTd.txt..
[20:29:15 INFO] Using algorithm, MD5..
[20:29:18 WARNING] Unable to find a match using MD5..
[20:29:18 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[20:29:19 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[20:29:19 INFO] Reading from, Download-YhVUbFLN.txt..
[20:29:19 INFO] Using algorithm, MD5..
[20:29:20 WARNING] Unable to find a match using MD5..
[20:29:20 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[20:29:21 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[20:29:21 INFO] Reading from, Download-zFMNBEqO.txt..
[20:29:21 INFO] Using algorithm, MD5..
[20:29:22 WARNING] Unable to find a match using MD5..
[20:29:22 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[20:29:23 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..

[*] Shutting down at 20:29:23..

baal@baal-Aspire-5733Z:~/bin/python/dagon$ 

I'm assuming that you just have garbage binary data that was mistaken as a hash.

Ekultek commented 7 years ago

Asked stam here: https://github.com/sqlmapproject/sqlmap/issues/2638

Ekultek commented 7 years ago

Final attempt:

baal@baal-Aspire-5733Z:~/bin/python/dagon$ python dagon.py -c ff2902a2b61535ac9b6d61f82dc2a095 --bruteforce -D '/home/baal/bin/python/dagon/downloads' -A 100
Dagon .. Advanced Hash Manipulation v1.12.24.42(dev)
Clone: https://github.com/ekultek/dagon.git

[*] Starting up at 21:05:37..

[21:05:37 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-XRRgfMLK.txt..
[21:05:37 INFO] Using algorithm, MD5..
[21:05:37 WARNING] Unable to find a match using MD5..
[21:05:37 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:05:38 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:05:38 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-dGHvQhpR.txt..
[21:05:38 INFO] Using algorithm, MD5..
[21:05:39 WARNING] Unable to find a match using MD5..
[21:05:39 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:05:40 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:05:40 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-fxjXXkqP.txt..
[21:05:40 INFO] Using algorithm, MD5..
[21:05:45 WARNING] Unable to find a match using MD5..
[21:05:45 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:05:49 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:05:49 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-sPtEYzbC.txt..
[21:05:49 INFO] Using algorithm, MD5..
[21:05:49 WARNING] Unable to find a match using MD5..
[21:05:49 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:05:50 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:05:50 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-BuxeaqKl.txt..
[21:05:50 INFO] Using algorithm, MD5..
[21:05:50 WARNING] Unable to find a match using MD5..
[21:05:50 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:05:50 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:05:50 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-mYeSNTye.txt..
[21:05:50 INFO] Using algorithm, MD5..
[21:05:55 WARNING] Unable to find a match using MD5..
[21:05:55 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:05:56 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:05:56 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-FCoiBrcf.txt..
[21:05:56 INFO] Using algorithm, MD5..
[21:05:56 WARNING] Unable to find a match using MD5..
[21:05:56 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:05:57 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:05:57 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-UVfeUfGK.txt..
[21:05:57 INFO] Using algorithm, MD5..
[21:06:02 WARNING] Unable to find a match using MD5..
[21:06:02 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:03 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:06:03 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-faYKQNVF.txt..
[21:06:03 INFO] Using algorithm, MD5..
[21:06:07 WARNING] Unable to find a match using MD5..
[21:06:07 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:08 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:06:08 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-pBefDcGc.txt..
[21:06:08 INFO] Using algorithm, MD5..
[21:06:09 WARNING] Unable to find a match using MD5..
[21:06:09 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:10 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:06:10 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-yzaakSzF.txt..
[21:06:10 INFO] Using algorithm, MD5..
[21:06:10 WARNING] Unable to find a match using MD5..
[21:06:10 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:10 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:06:10 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-CBfyKehv.txt..
[21:06:10 INFO] Using algorithm, MD5..
[21:06:11 WARNING] Unable to find a match using MD5..
[21:06:11 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:12 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:06:12 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-CPCfhjWI.txt..
[21:06:12 INFO] Using algorithm, MD5..
[21:06:16 WARNING] Unable to find a match using MD5..
[21:06:16 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:17 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:06:17 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-KSGGeQKV.txt..
[21:06:17 INFO] Using algorithm, MD5..
[21:06:17 WARNING] Unable to find a match using MD5..
[21:06:17 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:18 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:06:18 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-iYWoSKqS.txt..
[21:06:18 INFO] Using algorithm, MD5..
[21:06:18 WARNING] Unable to find a match using MD5..
[21:06:18 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:19 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:06:19 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-JRwTvOjb.txt..
[21:06:19 INFO] Using algorithm, MD5..
[21:06:21 WARNING] Unable to find a match using MD5..
[21:06:21 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:23 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:06:23 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-bdNijBAh.txt..
[21:06:23 INFO] Using algorithm, MD5..
[21:06:23 WARNING] Unable to find a match using MD5..
[21:06:23 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:24 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:06:24 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-VtQtKUtZ.txt..
[21:06:24 INFO] Using algorithm, MD5..
[21:06:26 WARNING] Unable to find a match using MD5..
[21:06:26 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:27 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:06:27 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-jaxmVEhO.txt..
[21:06:27 INFO] Using algorithm, MD5..
[21:06:27 WARNING] Unable to find a match using MD5..
[21:06:27 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:28 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..
[21:06:28 INFO] Reading from, /home/baal/bin/python/dagon/downloads/Download-iYwjjbzA.txt..
[21:06:28 INFO] Using algorithm, MD5..
[21:06:28 WARNING] Unable to find a match using MD5..
[21:06:28 PROMPT] Would you like to attempt to verify the hash type automatically and crack it[y/N]: n
[21:06:28 WARNING] Unable to produce a result for given hash 'ff2902a2b61535ac9b6d61f82dc2a095' using MD5.. Exiting..

[*] Shutting down at 21:06:28..

baal@baal-Aspire-5733Z:~/bin/python/dagon$ 
smfai200 commented 7 years ago

i really appreciate your help! i myself am still confused about cracking it seriously!

Ekultek commented 7 years ago

There's no way to crack it because it's not a hash

On Jul 29, 2017, at 10:32 PM, Syed Faizan notifications@github.com wrote:

i really appreciate your help! i myself am still confused about cracking it seriously!

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.

smfai200 commented 7 years ago

so then anyway to decode it?, its useless when decoded with hex

Ekultek commented 7 years ago

There's nothing to decode here. It's just a random hex string that was pulled, nothing is assumed and it was just grabbed because it's binary. It's not a password, nor is it a hash. Even if it was a hash, "deciding" a hash is impossible, you would need to crack it.