Update Payroll_App_Challenge.md

This commit is contained in:
ACIC 2019-06-13 08:20:05 +03:00 committed by GitHub
parent d0776180aa
commit 2741bb8feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,25 @@
## 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:
USER: admin
PASSWORD: admin
RESULTS: The webpage will display your username and no content
| Field | Value |
| --------- |:--------:|
| USERNAME | admin |
| PASSWORD | admin |
RESULTS: The webpage will display your username and no content
Inline-style:
![alt text](https://github.com/ACIC-Africa/metasploitable3/blob/master/images/payroll_app/step-1.png "STEP 1")
Inline-style:
![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:
USER: '
PASSWORD: admin
RESULTS: The webpage will be blank
| Field | Value |
| --------- |:--------:|
| USERNAME | ' |
| PASSWORD | admin |
RESULTS: The webpage will be blank
Inline-style:
![alt text](https://github.com/ACIC-Africa/metasploitable3/blob/master/images/payroll_app/step-2.png "STEP 2")