diff --git a/arpspoofing/xss_test/inject.js b/arpspoofing/xss_test/inject.js new file mode 100644 index 0000000..cf93ba2 --- /dev/null +++ b/arpspoofing/xss_test/inject.js @@ -0,0 +1,4 @@ +if (ip.proto == TCP && tcp.src == 80) { + replace("", ""); + msg("Внедрен JS в страницу!\n"); +} diff --git a/arpspoofing/xss_test/xss_test.ef b/arpspoofing/xss_test/xss_test.ef new file mode 100644 index 0000000..617a598 Binary files /dev/null and b/arpspoofing/xss_test/xss_test.ef differ