Web Application Security

"You learn more from losing than winning. You learn how to keep going. Think Beyond Winning and Losing" 



Subject: Web Application Security

Topics:
  1. OWASP - #1: Injection
    • What is Injection
    • How attacker injects the code into web application
    • Different types of Injection Attacks
      • SQL Injection
      • XPATH/XQuery Injection
      • LDAP Injection
      • Command Injection
  2. OWASP - #2: Cross - Site Scripting (XSS)
    • What is Cross-Site Scripting
    • How attacker injects the code into web application
    • What happens when attacker injects the code


Popular Posts

JMeter Producing Error: Windows RegCreateKeyEx(...) returned error code 5

Understanding about Contract Testing