Update rainbownator.py

main
witchdocsec 2023-08-03 19:54:32 +01:00 committed by GitHub
parent 5bfaa5bc2a
commit 202e8813e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class Pass(Base):
self.sha512 = sha512
def __repr__(self):
return f"plaintext: {self.plain} - md5: {self.md5} - shad1: {self.sha1} - sha224: {self.sha224} - sha256: {self.sha256} - sha384: {self.sha384} - sha512: {self.sha512}"
return f"plaintext: {self.plain} - md5: {self.md5} - sha1: {self.sha1} - sha224: {self.sha224} - sha256: {self.sha256} - sha384: {self.sha384} - sha512: {self.sha512}"
args=parser()
dbname=args.wlist.split("/")[-1].rsplit(".",1)[0]