14 lines
280 B
Markdown
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 |