-
Updated
Aug 13, 2021 - Go
zap
Here are 207 public repositories matching this topic...
Hi,
I am getting some XSS Reflected and persistent alerts generated when a .xls or .pdf file contains unsantised XSS injection strings. I do not want to add an alert filter because it is an .asp page that generates these files and so there could be another XSS vulnerability on the page.
I was wondering if the XSS rule could check the Content-Type header and the file identifying line (first
-
Updated
Jul 18, 2021 - Go
-
Updated
Aug 16, 2021 - Java
-
Updated
Apr 20, 2021 - Python
-
Updated
Apr 17, 2021 - JavaScript
If HTTP sites (is not HTTPS ones) use the Access-Control-Allow-Origin header then the site will typically not work.
ZAP should automatically fix this header.
https://stackoverflow.com/questions/61940616/how-do-i-work-with-http-sites-using-the-hud-in-owasps-zap-proxy
-
Updated
Oct 28, 2019 - Python
-
Updated
Mar 2, 2021 - Go
-
Updated
May 31, 2021 - Go
-
Updated
May 19, 2021 - Go
-
Updated
Apr 29, 2020 - Java
-
Updated
Apr 20, 2019 - Go
-
Updated
Apr 4, 2019 - CSS
-
Updated
Aug 12, 2021 - HTML
-
Updated
Jun 11, 2021 - Go
-
Updated
Aug 14, 2021 - Python
-
Updated
Feb 20, 2020 - Go
-
Updated
Nov 2, 2018 - Shell
Improve this page
Add a description, image, and links to the zap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zap topic, visit your repo's landing page and select "manage topics."
Apache 部署GVA
部署版本
GVA 2.4.0
具体配置
VirtualHost 配置中加入:
<Proxy /api> Order deny,allow Allow from all </Proxy> ProxyPass /api http://127.0.0.1:8888 ProxyPassReverse /api http://127.0.0.1:8888注意
Apache 需要开启
proxy_modulehttp://127.0.0.1:8888 为后端默认地址,如已更改记得替换