Cross-Site Scripting II: Advanced

Cross-Site Scripting II: Advanced

This post is the continuation of another one I published a few months ago. If you haven’t read it yet, I recommend you take a look at it. You already know that it is a Cross-Site Scripting, you know what types there are, what payloads to test, in which fields to look when you are … Read more

Cross-Site Scripting: XSS Injection

Cross-Site Scripting: XSS Injection

After the posts about SQL Injection and NoSQL Injection, today I bring you the XSS Injection. This attack consists of injecting malicious code into benign web pages. The attacker injects code from the client side, so that for a bad configuration of the website, this code is shown to other users. This type of attack … Read more