Home » Cybersecurity »
Comandi linux cli per l’avvio di mariadb e apache2
sudo systemctl restart mariadb apache2
Avvio DVWA
http://127.0.0.1/DVWA/setup.php
Credenziali
Username: admin
Password: password
Script xss reflected
<script>alert(“!”)</script>
<script>alert(“Questo campo non è sanificato”)</script>
Sito OWASP XSS Filter Evasion
https://cheatsheetseries.owasp.org/cheatsheets/XSS_Filter_Evasion_Cheat_Sheet.html
0 commenti