Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 769 Bytes

sqli.md

File metadata and controls

34 lines (29 loc) · 769 Bytes
layout title
default
SQL Injection and Friends

In this session we'll talk about several of the most important vulnerabilities: SQL injection, directory traversal, and command injection.

What you'll learn

  • SQLi (SQL Injection)
    • How it works
    • Basic exploitation
    • Mitigation
  • Blind SQLi
    • What it is
    • The types of blind SQLi
    • Exploiting blind
  • Directory traversal
    • What it is
    • Exploitation
    • Mitigation
  • Command injection
    • What it is
    • Real-world scenario
    • Exploitation
    • Mitigation

Video

<iframe id="ytplayer" type="text/html" width="640" height="360" src="https://www.youtube-nocookie.com/embed/bIB3Hi6KeZU?rel=0&autoplay=0&origin={{ site.url }}" frameborder="0"></iframe>