QuestionQ625
Web Application Injection AttacksDuring the identification phase of a Web server compromise, you observe the following entries in the web server logs. If "admin" is a valid username but its associated password is not "pass1," and "root" is not a valid username, what can be inferred solely from these logs?

- A This is a web spidering attack using wget
- B This is an account harvesting attack
- C This is a session hijacking attack
- D This is a password brute-forcing attack
Community Discussion