Grey Hack

Grey Hack

NxrcNxghts 10 月 14 日 上午 8:28
Help With Decipher
So I Got The Passwords And Etc From The Exploit That Copies Theirs Remotely but when i try to run decipher it wont work, can someone help?
This Is What Im Stuck On:
PrintPSSWRD 137.19.78.222 3306

Starting attack...success!
Privileges obtained from user: Pizzardisti
Obtained access to /lib
Attempting to reach /etc folder...
Accesing to password file...
success! loading content...
root:e839b0ea1ed2522d630062a7ca7f4e7b
Pizzardisti:a3087cddc095e0db3f67ec5b92e3d0e9
Omay:cd880b726e0a0dbd4237f10d15da46f4
< >
正在显示第 1 - 2 条,共 2 条留言
[I2P]amnesia 10 月 14 日 上午 10:03 
If you give more information, such as what it printed into the console when you try to run decipher on a text file containing those hashes.
Without proper information I don't think I can help.
However running those md5 hashes thru hashcat I got this.

USERNAME:HASH:PASSWORD
root:e839b0ea1ed2522d630062a7ca7f4e7b:Arinol
Pizzardisti:a3087cddc095e0db3f67ec5b92e3d0e9:Ogang
Omay:cd880b726e0a0dbd4237f10d15da46f4:kitty

This may not help with your problems using decipher, I don't own the game so I may not fully understand how this works.
Vdram 10 月 27 日 下午 7:29 
copy paste below into codeeditor in game, build it, run the build then copy e839b0ea1ed2522d630062a7ca7f4e7b into enter passkey when it asks and press enter. you must have crypto.so in your "/lib" folder




print("Password Cracker")

cryptotools = include_lib("/lib/crypto.so")


password = user_input("Enter passkey to crack: ")

crackedpassword = cryptotools.decipher(password)
print(crackedpassword)
最后由 Vdram 编辑于; 10 月 27 日 下午 7:36
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50