From the course: ISC2 Systems Security Certified Practitioner (SSCP) (2024) Cert Prep
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Defending against directory traversal
From the course: ISC2 Systems Security Certified Practitioner (SSCP) (2024) Cert Prep
Defending against directory traversal
- [Instructor] Directory Traversal attacks are another common web application security flaw. These attacks allow the attacker to manipulate the file system structure on the web server. Let's first talk about two important characteristics of file systems. When using a Linux file system, a single period references the current directory, and using two periods, references the directory one level up in the hierarchy. A Directory Traversal Attack, uses these navigation references to try to move up and down the directory structure searching for unsecured files. These attacks work, when an application allows a user to request files stored elsewhere on the file system. We're going to try one of these attacks using a tool called WEBGOAT. But first, here's a look at the file system that we'll be using in this exercise, to help you understand what's happening in the demo. The ThreadSafetyProblem.html file, is the one that we're…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (Locked) OWASP Top Ten4m 45s
- (Locked) Application security4m 18s
- (Locked) Preventing SQL injection4m 22s
- (Locked) Understanding cross-site scripting3m 14s
- (Locked) Request forgery4m 6s
- (Locked) Defending against directory traversal3m 4s
- (Locked) Overflow attacks3m 20s
- (Locked) Explaining cookies and attachments4m 7s
- (Locked) Session hijacking4m 48s
- (Locked) Code execution attacks2m 44s
- (Locked)
-
-
-
-
-
-
-