From the course: Complete Guide to Enterprise Cyber Defense

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Web servers and OWASP

Web servers and OWASP

- [Instructor] Web servers are often the first thing attackers target. This is because they're commonly exposed to the internet. To help us understand the most serious risks, we can review the OWASP Top 10 list. OWASP stands for the Open Worldwide Application Security Project. They study real-world attacks and update their lists of them. Each item on the list is a common weakness in a web application, things that can be exploited to steal data, break in, or take control. Let's quickly go through the list. First is broken access control. This means users can access things they shouldn't, like admin panels or someone else's data. Next we have cryptographic failures. This happens when passwords or data are not properly protected. It could be weak encryption, no encryption, or using outdated methods. At number three is injection. This is when users' inputs get run as a command or code. It includes SQL injection…

Contents