📙
AppSec
Ctrlk
  • Overview
  • Write Ups Compilations/Resources
  • Main Resources
  • Labs
  • Cross Site Request Forgery
    • Cross Site Request Forgery (CSRF)
  • Missing Access Controls
    • Missing Access Controls
  • LFI / Directory Traversal
    • Local File Inclusion
      • Local File Inclusion Writeups
      • Source Code Examples
      • Labs
  • XXE
    • XML External Entity (XXE)
  • Injection
    • Command Injection
    • Server-Side Template Injection
    • SQL Injection
  • SSRF
    • Server-Side Request Forgery (SSRF)
  • Unvalidated Redirects and Forwards
    • Unvalidated Redirects and Forwards
  • Verbose Error Messages and Stack Traces
    • Verbose Error Messages and Stack Traces
Powered by GitBook
On this page

Was this helpful?

  1. LFI / Directory Traversal
  2. Local File Inclusion

Labs

LogoLab: File path traversal, simple case | Web Security AcademyWebSecAcademy
LogoLab: File path traversal, traversal sequences blocked with absolute path bypass | Web Security AcademyWebSecAcademy
LogoLab: File path traversal, traversal sequences stripped non-recursively | Web Security AcademyWebSecAcademy
LogoLab: File path traversal, traversal sequences stripped with superfluous URL-decode | Web Security AcademyWebSecAcademy
LogoLab: File path traversal, validation of start of path | Web Security AcademyWebSecAcademy
LogoLab: File path traversal, validation of file extension with null byte bypass | Web Security AcademyWebSecAcademy

PreviousSource Code ExamplesNextXML External Entity (XXE)

Last updated 4 years ago

Was this helpful?