From edd484fb4629ab8068e74f4478a7e5cf9ead6a7a Mon Sep 17 00:00:00 2001 From: ACIC <50239597+ACIC-Africa@users.noreply.github.com> Date: Thu, 13 Jun 2019 08:23:43 +0300 Subject: [PATCH] Update Payroll_App_Challenge.md --- Payroll_App_Challenge.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/Payroll_App_Challenge.md b/Payroll_App_Challenge.md index 481b2f8..a375d57 100644 --- a/Payroll_App_Challenge.md +++ b/Payroll_App_Challenge.md @@ -1,26 +1,33 @@ -For this tutorial you will need the following tools +For this tutorial you will need the following tools + * Browser (Prefarably Mozilla) * Burpsuite * SQLMap -1. Try and login using the following credentials: +1. Try and login using the following credentials: | Field | Value | | --------- |:--------:| | USERNAME | admin | | PASSWORD | admin | -RESULTS: The webpage will display your username and no content +RESULTS: The webpage will display your username and no content + STEP 1: + ![alt text](https://github.com/ACIC-Africa/metasploitable3/blob/master/images/payroll_app/step-1.png "STEP 1") RESULTS: + ![alt text](https://github.com/ACIC-Africa/metasploitable3/blob/master/images/payroll_app/result-1.png "Result 1") -1. Try and login using the following credentials: +1. Try and login using the following credentials: + | Field | Value | | --------- |:--------:| | USERNAME | ' | | PASSWORD | admin | -RESULTS: The webpage will be blank - Inline-style: +RESULTS: The webpage will be blank + + STEP 2: + ![alt text](https://github.com/ACIC-Africa/metasploitable3/blob/master/images/payroll_app/step-2.png "STEP 2")