From 8415320435f62b786eddfdd2d15ccd78691f608b Mon Sep 17 00:00:00 2001 From: Lili Date: Mon, 7 Mar 2022 11:26:56 +0100 Subject: [PATCH] fix typo in hint --- resources/hints.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/hints.yml b/resources/hints.yml index 7a2f95f..a9b86cc 100644 --- a/resources/hints.yml +++ b/resources/hints.yml @@ -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." "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." - "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: "Database interaction": "You can communicate with local databases using SQL queries."