开发者 | sasiddiqui |
---|---|
更新时间 | 2024年6月28日 18:45 |
PHP版本: | 3.5 及以上 |
WordPress版本: | 6.5 |
版权: | GPLv3 |
版权网址: | 版权信息 |
Reflected XSS
and Self-XSS
.
For Reflected XSS, it checks the URL and redirects it if you enabled the Enable Blocking
option and URL contains any Vulnerable code in it. It only block some parameters which are not allowed in URL and shown Block Parameters section. You can skip some of the parameters from it if you still like them to be used.
To provide more security, this plugin also escape the HTML in the $_GET
parameter which is commonly used to get parameters in PHP from the URL and print them in the HTML. This way, HTML properties will not work if anyone provided it in the URL.
There are many ways by which the plugin can be tested but it may varies for different sites according to their structure and development functionality.
prevent-xss-vulnerability
folder to the /wp-content/plugins/
directoryPrevent XSS Vulnerability
page from the Admin DashboardA. Installing this plugin is the easiest way to prevent your site from XSS Vulnerability.
A. Yes, this plugin escape HTML in $_GET
variable which is mostly use to print the data from the URL to HTML. If your site is using $_GET
then it is safe and the HTML will be escaped otherwise you need to check.
A. No, this plugin doesn't have any conflict with any plugin.