"},{"@type":"Answer","text":"#!/bin/bash exec $1"},{"@type":"Answer","text":"<%@ exec request(\"cmd\") %>"}]},{"@type":"Question","position":6,"name":"What is the purpose of a Content Security Policy (CSP) header and how does it affect OSCP XSS exploitation?","acceptedAnswer":{"@type":"Answer","text":"It restricts which resources can be loaded and can block or mitigate XSS attacks"},"suggestedAnswer":[{"@type":"Answer","text":"It encrypts all web content between client and server"},{"@type":"Answer","text":"It prevents SQL injection by filtering database queries"},{"@type":"Answer","text":"It enforces HTTPS by redirecting all HTTP requests"}]}]}
Practice Test Geeks home

OSCP Web Application Attacks 3

What does SSRF (Server-Side Request Forgery) allow an attacker to do?

Select your answer