Skip to main content
Back to course
Log in
Get started
Someone wanted to learn this too, so Grasp built them a personal learning path.
Create your own
Bug bounty hunter learning path
ยท
Module 8
Server-Side Injection & File Inclusion Attacks
1
OS Command Injection: Exploiting Vulnerabilities
Identify and exploit OS command injection vulnerabilities to execute arbitrary commands on the server.
2
Evading Command Injection Filters
Bypass command injection filters using techniques like command separators, wildcards, and encoding.
3
Path Traversal: Local File Inclusion
Identify and exploit path traversal vulnerabilities to read arbitrary files on the server (Local File Inclusion).
4
Bypassing LFI Filters: Null-Byte and Path Truncation
Bypass LFI filters using techniques such as null-byte injection and path truncation.
5
Remote File Inclusion (RFI) Exploitation
Exploit Remote File Inclusion (RFI) vulnerabilities to include and execute code from external sources.
6
RCE via LFI and Log Poisoning
Achieve Remote Code Execution (RCE) via LFI by poisoning log files or other on-server files.
7
Advanced File Upload Vulnerabilities and Bypasses
Identify and exploit file upload vulnerabilities by bypassing file type, content, and extension filters.
8
Web Shell Upload for Persistent RCE
Upload a web shell to a vulnerable application to achieve persistent RCE.
Previous module
Cross-Site Scripting (XSS)
Next module
Advanced Server-Side Vulnerabilities