QuestionQ7
Malicious Code & Exploit MitigationWhile using Wire shark to investigate user complaints that they cannot log in to a web application, you encounter an HTTP POST submitted through the application. The POST contents are shown below. Based on what is shown, which of the following would you recommend to prevent future damage to the database?

- A Use ssh to prevent a denial of service attack
- B Sanitize user inputs to prevent injection attacks
- C Authenticate users to prevent hackers from using your database
- D Use https to prevent hackers from inserting malware
Community Discussion