Understand Application Security: Numerous successful attacks on well-known web applications on a weekly basis should be reason enough to study the background of "Web Application Security" of custom-made or self-developed applications.
Understand Application Security: Numerous successful attacks on well-known web applications on a weekly basis should be reason enough to study the background of "Web Application Security" of custom-made or self-developed applications.
Computer systems are ubiquitous and part of our working and private everyday life. For companies it is increasingly complex and difficult to keep up their IT security with the current technical progress. Large enterprises establish security processes which are created according to industry standards (e.g. These processes are very complex and can only be implemented by teams of security experts. Constant quality assurance, maintenance and adaptation also belong to an IT security process.
It does not matter if a company develops products or runs an online shop, IT security is a characteristic feature. Security incidents, which maybe even reach public uncontrolled, do not only damage the business image but may also lead to legal or financial consequences.
Intro
Typical Vulnerabilities Overview
Cause & Background
Secure Programming in general
Code/Command Injection in general
(No)SQL Code Injection
Cross-Site Request Forgery (CSRF)
Cross-Site Scripting (XSS)
Open Redirection
File Inclusion / Directory Traversal
Clickjacking
Session-Hijacking
Information Disclosure
Attacks on Weaknesses of the Authentication
Denial of Service
Middleware
Third-Party Software
Summary and Conclusion
The principles taught in this course are language and platform independent. However, the course will include examples for Java and PHP.
Instructor Frank Hissen, Computer Scientist and Security Expert, teaches IT security for over 20 years and works for companies of all sizes as IT Security Consultant and Software Engineer.
Intro to BankBoard, a vulnerable Web forum / board without input filtering and other security measures. Purely for demonstrating purposes. If you are only interested in the factual descriptions, you can skip these lectures!
(If you are only interested in the factual descriptions, you can skip these DEMO lectures!) Demonstration of a simple SQL code injection exploit using BankBoard as introduced before.
(If you are only interested in the factual descriptions, you can skip these DEMO lectures!) Demonstration of CSRF attack variants using BankBoard as introduced before.
(If you are only interested in the factual descriptions, you can skip these DEMO lectures!) Demonstration of some simple XSS attacks in action using BankBoard as introduced before.
(If you are only interested in the factual descriptions, you can skip these DEMO lectures!) Demonstration of XSS with Session-Hijacking using BankBoard as introduced before.
This test consists of multiple choice questions which reflect the most important course topics.
It gives you the opportunity to verify your learning progress. Thank you for taking this course!
In this lecture, we will learn how to code secure password hashing into a Java application. This might be necessary, e.g., in case your application framework does not offer a secure password management function.
Prerequisites are Java, Eclipse (or similar) and the Apache Commons Codec and that you are familiar with encoding schemes like Hex or Base64.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.