fix typo in hint
This commit is contained in:
parent
22652402e1
commit
8415320435
|
@ -31,7 +31,7 @@ level4:
|
||||||
"Password cracking": "The password appears to be encrypted with a simple MD5 hash. A tool like John the Ripper, which is already installed on the computer, could be used to crack the password."
|
"Password cracking": "The password appears to be encrypted with a simple MD5 hash. A tool like John the Ripper, which is already installed on the computer, could be used to crack the password."
|
||||||
"Command line options": 'The arguments you will need to crack the password are "--format=" and "--wordlist="'
|
"Command line options": 'The arguments you will need to crack the password are "--format=" and "--wordlist="'
|
||||||
"Database interaction": "Use the [SQL] button in the web shell to interact with log into local databases and interact with them using SQL queries."
|
"Database interaction": "Use the [SQL] button in the web shell to interact with log into local databases and interact with them using SQL queries."
|
||||||
"Solution": "Place to hash in to_crack.txt. Run `john --format=raw-md5 --wordlist=passwords.txt to_crack.txt` to get the password."
|
"Solution": "Place the hash in to_crack.txt. Run `john --format=raw-md5 --wordlist=passwords.txt to_crack.txt` to get the password."
|
||||||
level5:
|
level5:
|
||||||
level5:
|
level5:
|
||||||
"Database interaction": "You can communicate with local databases using SQL queries."
|
"Database interaction": "You can communicate with local databases using SQL queries."
|
||||||
|
|
Reference in New Issue