1

Add XSS alert

This commit is contained in:
Evan Pratten 2020-08-19 22:52:00 -04:00
parent d661b7247d
commit 57dd8a64f1
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3

View File

@ -171,8 +171,15 @@ title: Home
</div>
</div> -->
</div>
<!-- Xss warning -->
<script>
if((new URLSearchParams(window.location.search)).get("dnsxss") == ""){
alert("It looks like the DNS lookup service you just used is vulnerable to XSS. Anyways, welcome to my website! Don't worry about the code I just executed ;)");
}
</script>
{% include footer.html %}
</body>