2023-12-22 09:25:09 +01:00

14 lines
280 B
Markdown

# CSP Bypass
The aim of this challenge is to bypass the CSP (Content Security Policy) to execute a script from an external source.
# Low
```javascript
console.log("Welcome the the hacking word");
```
> Upload this script to pastebin
# Medium
> In progress
# High
> In progress