This homework will demonstrate your knowledge of testing security controls aligned with Input validation and business logic. You will also use the recommended OWASP testing guide reporting format to report your test findings.
Using the readings from weeks 7 and 8 as a baseline, analyze, test and document the results for the tutoring web application found on the SDEV virtual machine. Specific tests to be conducted include:
1. Testing for Reflected Cross site scripting (OTG-INPVAL-001)
2. Testing for Stored Cross site scripting (OTG-INPVAL-002)
3. Testing for SQL Injection (OTG-INPVAL-005)
4. Testing for Code Injection (OTG-INPVAL-012)
5. Test business logic data validation (OTG-BUSLOGIC-001)
6. Test integrity checks (OTG-BUSLOGIC-003)
7. Test defenses against application misuse (OTG-BUSLOGIC-007)
You should document the results for the tests and your comments, and recommendations for improved security for each security control tested in a word or PDF document. The format of your document should be the format that is recommended in chapter 5 of the OWASP testing guide. Provide screen captures and descriptions of your tests conducted. Discuss any issues found and possible mitigations.
Note: The SDEV Virtual Machine you downloaded and used for SDEV 300. The URL is here if you need to download it again:
https://citeapps.umuc.edu/SDEV/
The VM runs on the latest version of Oracle Virtual Box.
The directions to reinstall the Tutoring Web Application are also included in the course resources.