Ethical Hacking: Dive into Injections by Java & Spring boot

Description

Are you a Java web developer and want to write secure code? Do you want to learn Ethical hacking and Web application security?  With this hands-on injection attacks course you will start learning web security using one of the top vulnerabilities of OWASP Top 10 list. Injection attack is still listed in top 3 attacks in the OWASP Top 10 and it is important to prevent against injection attacks to develop secure web applications.

In this course, I will focus on different type of injection attacks;

  • SQL Injection
  • NoSQL injection
  • LDAP injection
  • LOG injection
  • CSV injection

Ethical hacking and Web application security are the two important subjects of Cyber Security field and having practical knowledge about Injections will enable you to better understand the security concepts and make a quick start.

I will follow a hands-on approach. You will not only learn how to exploit an application using different kind of injection attacks, but also develop the vulnerable applications from scratch in which you will have a common web login module with spring security form login authentication, and separate applications for SQL, NoSQL and LDAP injections.

The applications will be developed using Java and Spring boot along with the most used data sources, such as PostgreSQL for SQL Injection, MongoDB for NoSQL injection and OpenLDAP for LDAP injection.

In each section there will be;

  • Development of the vulnerable web application using Java, Spring boot and Spring security
  • Hacking of the application with various attack payloads and with Ethical hacking examples
  • Protection steps and the implementations to prevent injection attacks

At the end of the course you will understand the different type of injection vulnerabilities, perform injection attacks against the vulnerable web applications you have developed, and learn how to protect your applications against the injection attacks using various techniques such as validation and sanitisation using white list approach, parametrised queries with prepared statements, escaping output, using secure trusted libraries, error handling and logging, and general coding practices.

If you want to skip the development and only perform the hacking of applications, you can jump into the injection lectures and download the source code provided in the resources section of that lecture. Be aware that you will still need to install PostgreSQL for SQL Injection, MongoDB for NoSQL injection and OpenLDAP docker container for LDAP injection. You can see how to install and configure these data sources in the beginning lectures of each injection section.

Who this course is for:

  • One that wants to learn secure coding, ethical hacking and web security
  • One that wants to dive into injection vulnerability with different type of attacks
  • One that likes to learn with a hands-on approach

Requirements

  • Knowledge of Java
  • Basic knowledge of Spring Framework
  • Basic knowledge of SQL
  • Basic knowledge of Web application development

Last Updated 10/2021

Download Links

Direct Download

Ethical Hacking: Dive into Injections by Java & Spring boot.zip (3.5 GB) | Mirror

Leave a Reply

Your email address will not be published. Required fields are marked *