Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working #45

Open
wizhardhacker1 opened this issue Sep 23, 2021 · 3 comments
Open

not working #45

wizhardhacker1 opened this issue Sep 23, 2021 · 3 comments

Comments

@wizhardhacker1
Copy link

[!] Hash function : SHA1

CODE ERREUR : 002

@scottstensland
Copy link


export foo=thisb1Gp000asw0r5

echo $foo
thisb1Gp000asw0r5


hash_of_pwd="$( echo $foo | sha1sum | cut -d' ' -f1 )"

echo $hash_of_pwd
1d41a934db97ac6f0aeb6e74b81d26c14e2ba652


# ... now try to crack hashed string 

buster  -s   1d41a934db97ac6f0aeb6e74b81d26c14e2ba652 
_  _ ____ ____ _  _    ___  _  _ ____ ___ ____ ____
|__| |__| [__  |__|    |__] |  | [__   |  |___ |__/
|  | |  | ___] |  |    |__] |__| ___]  |  |___ |  \  v3.0

[!] Hash function : SHA1
CODE ERREUR : 002


@scottstensland
Copy link

scottstensland commented Mar 10, 2022


another example of getting error



export foo=thisb1Gp000asw0r5

echo $foo
thisb1Gp000asw0r5

echo $foo | sha1sum  > output/20220210_some_hash

buster -f output/20220210_some_hash 
_  _ ____ ____ _  _    ___  _  _ ____ ___ ____ ____
|__| |__| [__  |__|    |__] |  | [__   |  |___ |__/
|  | |  | ___] |  |    |__] |__| ___]  |  |___ |  \  v3.0

[!] Hashes found: 1
1d41a934db97ac6f0aeb6e74b81d26c14e2ba652 : CODE ERREUR : 002
[!] Results saved in cracked-20220210_some_hash



 cat cracked-20220210_some_hash 
1d41a934db97ac6f0aeb6e74b81d26c14e2ba652:CODE ERREUR : 002

I am on a linux laptop fully updated

uname -m && uname -r && cat /etc/*release
x86_64
5.13.0-36-generic
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.4 LTS"

# ... now lets show openssl version on this box

openssl  
OpenSSL> version
OpenSSL 1.1.1f  31 Mar 2020
OpenSSL> 



@stark0de
Copy link

I've been checking a little bit and this error is generated when trying to access: https://md5decrypt.net/. Also https://hashtoolkit.com/reverse-hash/?hash= gives error 10020 and https://hashcrack.com/index.php gives a 404 not found error, so it seems some of the sites used by the tool to get the cleartext passwords are not working right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants