© 2023 Hashnode
#xss
A few days ago, we have recently noticed some strange access to one of our customer portals, some kind of direct external access to a specific account, nothing dangerous for customers' data, but just …
It is an older problem, but we must know it because we are the effect of our causes. and our causes lie in history. And so studying history is merely studying the self. Today we have XSS to learn. Cro…
Cross-Site Scripting (XSS) is a common and dangerous vulnerability that allows an attacker to inject malicious code into a website or web application. In this blog post, we will discuss how to find an…
Django is a powerful web framework that is widely used for building web applications. It provides a lot of security features out of the box, such as CSRF protection, cross-site scripting (XSS) protect…
Again another article about XSS.This time we are going to see DOM XSS on DVWA, and the practical exploitation of the vulnerability. As you may have already guessed I particularly push for hands-on lea…
Yet another walkthrough, this time I want to enforce your practical understanding of Stored XSS by exploiting DVWA again. I just want to anticipate that the basic concept is not far from the reflected…
Reading tons of pages of Reflected XSS and how it works, could not be enough to understand deeply, so DVWA comes again to our aid.The best way to make the concept our own is, as usual, the practical o…
Just as a quick refresh: Cross-site scripting (XSS) is a type of computer security vulnerability typically found in Web applications. XSS enables attackers to inject client-side scripts into Web pages…
I already discussed the vulnerability in the XSS Intro in Part 1 of the article. Anyway, just for a quick refresh, XSS is a vulnerability that enables attackers to inject malicious code into web pages…
Cross-site scripting (XSS) is a cyber-attack where the cybercriminal injects malicious code into an already trustworthy and valid application or website so that the web browser can execute a properly …