路漫漫其修远兮,吾将上下而求索

导航

2021年3月5日 #

反射型XSS(POST方式)

摘要: 反射型XSS(POST方式) <html> <head> <script> windows.onload = function(){ document.getElementById("postsubmit").click(); } </script> </head> <body> <form met 阅读全文

posted @ 2021-03-05 01:36 爱在西元间 阅读(531) 评论(0) 推荐(0) 编辑