Showing 649–660 of 721 results

Specialized Testing: API Testing
In the age of APIs, ensuring their bullet-proof security is paramount. This course will teach you how to probe APIs for different injection vulnerabilities, gather pentesting information, and use it to potentially exploit such vulnerabilities in APIs

Specialized Testing: Command Injection
Poor web application security hygiene can lead to total network compromise. This course will teach you to identify the vectors and techniques threat actors use to gain access to networks and systems using command injection.

Specialized Testing: CSRF
This course will teach you how to test for Cross-site Request Forgery (CSRF), a common attack against web applications.

Specialized Testing: Deserialization
Insecure deserialization vulnerabilities are frequently encountered in web applications. This course will teach you how to test for and exploit these vulnerabilities in web applications.

Specialized Testing: Sessions and Tokens
Most web applications use sessions or tokens to maintain state or to implement authentication – and many can be attacked there. This course will teach you how to test for these kinds of vulnerabilities.

Specialized Testing: SQL Injection
This course will teach you how to test for SQL injection, one of the most common security issues in desktop and web applications alike.

Splunk Enterprise Administration: Parsing and Manipulating Data
This course teaches different methods of parsing and manipulating data in Splunk at index-time. It covers all aspects in the parsing phase of data and teaches you to customize the process through examining, analysing, and transforming the data.

Spring Framework: Documenting Spring Data Rest APIs with Swagger and Springfox
Swagger allows you to generate documentation from code. It also provides a web app to display documentation with a built-in REST client to test endpoints. This course shows you how to use Swagger and Springfox in your Spring Data REST API project.

Spring Framework: Spring Boot 2 Actuator
You’ve just finished developing a Spring Boot app. Next step: production! But is it production-worthy? With Spring Boot Actuator, it is! This course covers how to easily manage your Spring Boot apps running in production using Spring Boot Actuator.

Spring Framework: Spring Expression Language (SpEL)
This course guides experienced Spring developers to leverage the power of SpEL to query and manipulate an object / object graph at run time, making it possible to dynamically inject values or objects in to other beans.

Spring Framework: Versioning Spring Data REST APIs
Balancing new feature development in your REST API with stability and predictability for existing users will sometimes require a versioning scheme. This course shows some options of how to implement versioning in a Spring Data Rest API.

Spring Integration 5: Advanced Message Handling Using Routing and Transformations
Learn how to build robust Spring Integration applications using routers, filters, and message transformers. This course will teach you how, and more importantly, when to use these technologies through hands-on examples in a real-world application.