feat: 🚧 Continue work

This commit is contained in:
Louis Gallet 2023-12-08 10:33:11 +01:00
parent 857c373b31
commit f0641e7694
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY
3 changed files with 4 additions and 0 deletions

2
CSP Bypass/low.js Normal file
View File

@ -0,0 +1,2 @@
console.log("Welcome the the hacking word");
// Export this script to pastebin

1
XSS (DOM)/low.txt Normal file
View File

@ -0,0 +1 @@
http://localhost:4280/vulnerabilities/xss_d/?default=French<script>alert("Hello hacker")</script>

1
XSS (Stored)/low.txt Normal file
View File

@ -0,0 +1 @@
<script>alert("XSS");</script>