Combined JAVA, PHP and Web Application Security Training Course
Even experienced programmers do not master by all means the various security services offered by their development platforms, and are likewise not aware of the different vulnerabilities that are relevant for their developments. This course targets developers using both Java and PHP, providing them essential skills necessary to make their applications resistant to contemporary attacks through the Internet.
Levels of Java security architecture are walked through by tackling access control, authentication and authorization, secure communication and various cryptographic functions. Various APIs are also introduced that can be used to secure your code in PHP, like OpenSSL for cryptography or HTML Purifier for input validation. On server side, the best practices are given for hardening and configuring the operating system, the web container, the file system, the SQL server and the PHP itself, while a special focus is given to client-side security through security issues of JavaScript, Ajax and HTML5.
General web vulnerabilities are discussed by examples aligned to the OWASP Top Ten, showing various injection attacks, script injections, attacks against session handling, insecure direct object references, issues with file uploads, and many others. The various Java- and PHP-specific language problems and issues stemming from the runtime environment are introduced grouped into the standard vulnerability types of missing or improper input validation, improper use of security features, incorrect error and exception handling, time- and state-related problems, code quality issues and mobile code-related vulnerabilities.
Participants can try out the discussed APIs, tools and the effects of configurations for themselves, while the introduction of vulnerabilities are all supported by a number of hands-on exercises demonstrating the consequences of successful attacks, showing how to correct the bugs and apply mitigation techniques, and introducing the use of various extensions and tools.
Participants attending this course will
- Understand basic concepts of security, IT security and secure coding
- Learn Web vulnerabilities beyond OWASP Top Ten and know how to avoid them
- Learn client-side vulnerabilities and secure coding practices
- Learn to use various security features of the Java development environment
- Have a practical understanding of cryptography
- Learn to use various security features of PHP
- Understand security concepts of Web services
- Get practical knowledge in using security testing tools
- Learn about typical coding mistakes and how to avoid them
- Be informed about recent vulnerabilities in Java and PHP frameworks and libraries
- Get sources and further readings on secure coding practices
Audience
Developers
This course is available as onsite live training in Slovakia or online live training.Course Outline
- IT security and secure coding
- Web application security
- Web application vulnerabilities
- Client-side security
- Foundations of Java security
- Practical cryptography
- Java security services
- PHP security services
- PHP Environment
- Security of Web services
- Common coding errors and vulnerabilities
- Knowledge sources
Open Training Courses require 5+ participants.
Combined JAVA, PHP and Web Application Security Training Course - Booking
Combined JAVA, PHP and Web Application Security Training Course - Enquiry
Combined JAVA, PHP and Web Application Security - Consultancy Enquiry
Testimonials (3)
Experience sharing, it's teacher's know-how and valuable.
Carey Fan - Logitech
Course - C/C++ Secure Coding
the knowledge of the trainer was very high - he knew what he was talking about, and knew the answers to our questions
Adam - Fireup.PRO
Course - Advanced Java Security
The topic is current and I needed to be updated
Damilano Marco - SIAP s.r.l.
Course - Secure Developer Java (Inc OWASP)
Upcoming Courses
Related Courses
ABAP Secure code
14 HoursUpon completion of this training, participants will be able to:
- Explain the principles of application security and common vulnerabilities
- Outline ABAP programming best practices and the proper handling of SY-SUBRC
- Understand the nature of injection vulnerabilities
- Describe available security testing tools
- Explain the functions of ATC and CVA
Course Format
- Interactive lectures and group discussions.
- Extensive exercises and practical activities.
- Hands-on implementation within a live-lab environment.
AdaBoost Python for Machine Learning
14 HoursThis instructor-led live training in Slovakia (online or onsite) targets data scientists and software engineers who wish to use AdaBoost for building boosting algorithms in machine learning with Python.
By the end of this training, participants will be able to:
- Set up the required development environment to start building machine learning models with AdaBoost.
- Understand the ensemble learning approach and how to implement adaptive boosting.
- Learn how to construct AdaBoost models to enhance machine learning algorithms in Python.
- Use hyperparameter tuning to increase the accuracy and performance of AdaBoost models.
Applications Security Foundation
21 HoursThis course addresses the fundamental topics of secure coding that are critical for a wide range of web application developers. Participants will learn the core principles of secure programming by examining specific code snippets, identifying potential security vulnerabilities, and applying effective remediation strategies.
Throughout the course, you will observe demonstrations of real-world attacks and learn how to defend against them, building your confidence as you strive to enhance the security of your applications.
Duration: 3 days
Target Audience: Developers seeking to expand their expertise in secure coding practices.
Learning Outcomes
• Participants will acquire knowledge in:
• Web Application Security.
• Common Web Application Risks.
• Demo Web Application Penetration Testing.
• Data Validation.
• Authentication.
• Session Management.
• Secure SDLC.
Network Security and Secure Communication
21 HoursImplementing a secure networked application can be challenging, even for developers who have previously utilized various cryptographic building blocks (such as encryption and digital signatures). To help participants grasp the role and application of these cryptographic primitives, the course first establishes a solid foundation on the core requirements of secure communication – secure acknowledgement, integrity, confidentiality, remote identification, and anonymity. It also highlights typical issues that can compromise these requirements and presents real-world solutions.
Given that cryptography is a critical aspect of network security, the course discusses essential cryptographic algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Instead of delving into an in-depth mathematical background, these elements are examined from a developer's perspective, illustrating typical use-case examples and practical considerations related to crypto usage, such as public key infrastructures. The course introduces security protocols across various areas of secure communication, with an in-depth discussion on the most widely used protocol families, such as IPSEC and SSL/TLS.
Typical crypto vulnerabilities are examined, both concerning specific crypto algorithms and cryptographic protocols, such as BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and others, as well as the RSA timing attack. For each issue, practical considerations and potential consequences are described, again without going into deep mathematical details.
Finally, as XML technology is central to data exchange in networked applications, the security aspects of XML are described. This includes the usage of XML within web services and SOAP messages alongside protection measures such as XML signature and XML encryption – as well as weaknesses in those protection measures and XML-specific security issues such as XML injection, XML external entity (XXE) attacks, XML bombs, and XPath injection.
Participants attending this course will
- Understand basic concepts of security, IT security, and secure coding
- Understand the requirements of secure communication
- Learn about network attacks and defenses at different OSI layers
- Acquire a practical understanding of cryptography
- Understand essential security protocols
- Understand some recent attacks against cryptosystems
- Get information about some recent related vulnerabilities
- Understand security concepts of Web services
- Get sources and further readings on secure coding practices
Audience
Developers, Professionals
C/C++ Secure Coding
21 HoursDeveloping secure C and C++ code demands a rigorous defense against malicious exploitation, memory corruption, and input validation bypasses. This program explores vulnerability patterns such as buffer overflows, use-after-free errors, integer overflows, and type confusion. Participants will apply secure coding guidelines, utilize static analysis tools, and implement defensive programming techniques to eliminate weaknesses, enforce input sanitization, and deliver hardened software resilient against cyberattacks.
Advanced Java Security
21 HoursEven seasoned Java developers often do not fully master the diverse security services provided by Java, nor are they always aware of the vulnerabilities pertinent to web applications built in Java.
In addition to introducing the security components of Standard Java Edition, this course addresses security concerns within Java Enterprise Edition (JEE) and web services. The discussion of specific services is grounded in the fundamentals of cryptography and secure communication. Various exercises focus on declarative and programmatic security techniques in JEE, while both transport-layer and end-to-end security for web services are examined. Participants can gain hands-on experience with the discussed APIs and tools through several practical exercises.
The course also covers and explains the most common and severe programming flaws associated with the Java language and platform, as well as web-related vulnerabilities. Beyond typical bugs made by Java developers, the security vulnerabilities introduced encompass both language-specific issues and problems arising from the runtime environment. All vulnerabilities and relevant attacks are demonstrated through easy-to-understand exercises, followed by recommended coding guidelines and possible mitigation techniques.
Participants attending this course will
- Understand fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and know how to avoid them
- Understand security concepts for web services
- Learn to utilize various security features of the Java development environment
- Gain a practical understanding of cryptography
- Understand Java EE security solutions
- Learn about typical coding mistakes and how to avoid them
- Receive information on recent vulnerabilities in the Java framework
- Acquire practical knowledge of security testing tools
- Obtain sources and further readings on secure coding practices
Audience
Developers
Standard Java Security: Secure Coding & Development Practices
14 HoursDescription
The Java language and the Runtime Environment (JRE) were designed to be free from the most problematic common security vulnerabilities experienced in other languages, like C/C++. Yet, software developers and architects should not only know how to use the various security features of the Java environment (positive security), but should also be aware of the numerous vulnerabilities that are still relevant for Java development (negative security).
The introduction of security services is preceded with a brief overview of the foundations of cryptography, providing a common baseline for understanding the purpose and the operation of the applicable components. The use of these components is presented through several practical exercises, where participants can try out the discussed APIs for themselves.
The course also goes through and explains the most frequent and severe programming flaws of the Java language and platform, covering both the typical bugs committed by Java programmers and the language- and environment-specific issues. All vulnerabilities and the relevant attacks are demonstrated through easy-to-understand exercises, followed by the recommended coding guidelines and the possible mitigation techniques.
Participants attending this course will
- Understand basic concepts of security, IT security and secure coding
- Learn Web vulnerabilities beyond OWASP Top Ten and know how to avoid them
- Learn to use various security features of the Java development environment
- Have a practical understanding of cryptography
- Learn about typical coding mistakes and how to avoid them
- Get information about some recent vulnerabilities in the Java framework
- Get sources and further readings on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursToday, numerous programming languages can compile code for the .NET and ASP.NET frameworks. This environment offers robust tools for security development, yet developers must understand how to apply architectural and coding techniques to implement desired security functions, prevent vulnerabilities, and limit their potential exploitation.
This course aims to equip developers with the skills to prevent untrusted code from executing privileged actions, protect resources via strong authentication and authorization, manage remote procedure calls, handle sessions, and implement various functionality patterns, among other topics, through extensive hands-on exercises.
The course introduces various vulnerabilities by first presenting typical programming issues encountered when using .NET. The discussion on ASP.NET vulnerabilities covers different environment settings and their impacts. Furthermore, ASP.NET-specific vulnerabilities address general web application security challenges as well as specialized issues and attack vectors, such as ViewState attacks and string termination attacks.
Participants attending this course will
- Grasp fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and understand how to avoid them
- Master the use of various security features within the .NET development environment
- Gain practical experience with security testing tools
- Identify typical coding mistakes and learn how to prevent them
- Stay informed about recent vulnerabilities in .NET and ASP.NET
- Access resources and further reading on secure coding practices
Audience
Developers
Secure coding in PHP
21 HoursThis course equips PHP developers with essential skills to fortify applications against modern internet-based threats. It explores web vulnerabilities through practical PHP examples that extend beyond the OWASP Top Ten, addressing injection attacks, script injections, flaws in PHP session handling, insecure direct object references, file upload issues, and more. PHP-specific vulnerabilities are categorized into common patterns such as inadequate or incorrect input validation, poor error and exception handling, misuse of security features, and time- or state-related vulnerabilities. The latter section covers attacks like open_basedir circumvention, denial-of-service via magic floats, and hash table collision attacks. Participants will learn key techniques and functions to mitigate these risks.
Special attention is also paid to client-side security, addressing issues within JavaScript, Ajax, and HTML5. The curriculum introduces vital PHP extensions for cryptography (such as hash, mcrypt, and OpenSSL) and input validation (including Ctype, ext/filter, and HTML Purifier). Best practices for hardening PHP configurations (php.ini), Apache, and server settings are provided. Additionally, the course offers an overview of security testing tools and methods available to developers and testers, including security scanners, penetration testing frameworks, exploit kits, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the explanation of vulnerabilities and configuration guidelines are reinforced with hands-on exercises. These labs demonstrate the impact of successful attacks, illustrate how to apply mitigation strategies, and guide participants in using various extensions and tools effectively.
Learning outcomes
- Grasp fundamental concepts of IT security and secure coding
- Identify and prevent web vulnerabilities beyond the OWASP Top Ten
- Understand client-side vulnerabilities and secure coding standards
- Gain practical knowledge of cryptography
- Master the use of PHP's built-in security features
- Recognize common coding errors and learn how to avoid them
- Stay informed about recent security issues in the PHP framework
- Acquire hands-on experience with security testing tools
- Access resources and further reading on secure coding
Target Audience
Developers
Microsoft SDL Core
14 HoursThe Integrated SDL Core training provides a comprehensive look into secure software design, development, and testing via the Microsoft Secure Development Lifecycle (SDL). It offers a foundational (level 100) overview of SDL’s core components, followed by design strategies aimed at identifying and resolving vulnerabilities during the early stages of the development cycle.
Regarding the development phase, the course outlines common security-related programming bugs found in both managed and native code environments. For each vulnerability discussed, the associated attack methods and mitigation techniques are detailed, all illustrated through practical exercises that offer participants real-world hacking experience. The session also introduces various security testing methodologies, demonstrating the effectiveness of different testing tools. Participants will gain a deep understanding of these tools' operations by applying them to the vulnerable code samples used throughout the course.
Upon completion, participants will be able to
Comprehend fundamental concepts of security, IT security, and secure coding
Familiarize themselves with the essential steps of the Microsoft Secure Development Lifecycle
Master secure design and development practices
Understand principles of secure implementation
Grasp security testing methodologies
- Access resources and further reading materials on secure coding practices
Intended Audience
Developers, Managers
DevOps Security: Creating a DevOps Security Strategy
7 HoursIn this instructor-led, live course in Slovakia, participants will learn how to formulate the proper security strategy to face the DevOps security challenge.
EC-Council Certified DevSecOps Engineer (ECDE)
28 HoursThe EC-Council Certified DevSecOps Engineer (ECDE) is a practical course designed to give professionals the skills needed to integrate security throughout the DevOps lifecycle, ensuring secure software development from the planning phase through to deployment.
This instructor-led live training (available online or onsite) targets intermediate-level software and DevOps professionals who want to incorporate security practices into CI/CD pipelines, guaranteeing secure and compliant code delivery.
Upon completing this training, participants will be able to:
- Grasp the core principles and practices of DevSecOps.
- Secure all stages of the CI/CD pipeline using automated tools.
- Apply secure coding practices and conduct vulnerability scanning.
- Prepare for the ECDE certification through hands-on labs and review.
Course Format
- Interactive lectures and discussions.
- Practical experience with DevSecOps tools in simulated pipelines.
- Guided exercises focused on secure development and deployment.
Course Customization Options
- To arrange customized training for this course tailored to your team’s workflows or toolchain, please contact us.
How to Write Secure Code
35 HoursThis course aims to help in the following areas:
- Enable developers to master secure coding techniques.
- Assist software testers in verifying application security before deployment to production.
- Help software architects understand the risks associated with applications.
- Guide team leaders in establishing security baselines for developers.
- Assist web masters in configuring servers to prevent misconfigurations.
Secure Developer Java (Inc OWASP)
21 HoursThis course explores secure coding principles and practices for Java, utilizing the testing methodology of the Open Web Application Security Project (OWASP). OWASP is a global online community dedicated to providing freely accessible articles, methodologies, documentation, tools, and technologies aimed at improving web application security.
Secure Developer .NET (Inc OWASP)
21 HoursThis course delves into secure coding principles and best practices for ASP.NET, utilizing the testing methodologies established by the Open Web Application Security Project (OWASP). OWASP is an open community dedicated to producing freely accessible resources, including articles, methodologies, documentation, tools, and technologies focused on web application security.
The course examines the security features of the .NET Framework and provides guidance on securing web applications.