How to recognize persistent XSS and non-persistent XSS ???
Hello everyone.
I want to know:
1 - How to recognize or how to know if a site is vulnerable to XSS persistent (permanent or Stored XSS) ???
2 - How to recognize or how to know if a site is vulnerable to non-persistent XSS (non-permanent XSS or reflected) ???
As I want to check if the XSS vulnerability my site is persistent or non-persistent ? So how to recognize one of the two vulnerabilities XSS (persistent or non-persistent) ???
Thank you.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\’‘ at line 1
You know the type of XSS vulnerability when you attack it
For example if this forum is vulnerable to stored xss, you can do what you want just by injecting some code
But with xss reflected you can’t do that, you can ( example ) do some social engineering to someone and let him click on your script to steal his cookie ( for example, you can do a lot of other things )
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\’‘ at line 1
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\’‘ at line 1
Ok but I would ask the site vulnerable to XSS in question has no contact form or comment form, how is it possible to inject code to see if it is vulnerable to XSS Stored for example ???
I note that this website has only forms Registered since and also has the identification form (form username and password). So is it possible to inject JavaScript code in the identification forms or in the forms Registered also if the site has no contact form or comment form ???
Thank you to answer me please.
So, I have understood in your message that you want to hack a website using a XSS but you don’t know what is a XSS, how it works, which code to inject in which cases.
Search on google how to do, you’ll find it !
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\’‘ at line 1
Ok . First, thank you for answering me, but I want to stress that I do not want to hack an online site; I have myself a site localhost with which I exercise in learning how XSS attacks.
Now, I admit that searches made on Google are not explicit enough that I understand very well the operation of XSS is why I register on this forum to learn better.
I note that this website (site localhost) has only forms Registered since and also has the identification form (form username and password). So is it possible to inject JavaScript code in the identification forms or in the forms Registered also if the site has no contact form or no comment form ???
Or is it really possible to inject JavaScript code on the site concerned XSS simply through the web browser as shown in the video below ???
Is it really possible to inject JavaScript code on the site concerned XSS simply through the web browser as shown in the video below ???
Can we attack a vulnerable site XSS stored via the browser ???
The thing is not if you can do that using the browser because you have to use the browser to inject some codes
And if there is just html on your website, you can’t do some attacks
Btw, owasp may help you
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\’‘ at line 1