yes it works
I use the alfa awus036h with BT.
It has always worked perfectly for cracking.
Does airpwn work with it?
yes it works
For Airpwn, is it a must to have 2 Alfas then?....one for monitor and one for injection?
xlogicx
No, you only need one Alfa, it will do both actions.
Could you please tell me how to configure Airpwn then?
When you start Airpwn you must tell it what driver to use.
My Alfa AWUS036H has an realtek 8187 chipset, that driver is not in the list, what other driver could i use?
There are a bunch of other rXXXX drivers, would these work?
Thanks
It works with rtl8180. So, with your interface already in monitor mode you'll have to do something like this:
airpwn -i wlan0 -c conf/airpwned_img -d rtl8180 -v
Works, thanks!
Im using the same setup an Alfa using r8187 drivers. I use the following code to setup airpwn.
"airpwn -c airpwn.conf -d rtl8180 -i wlan0 -v"
and recieve the following error:
"parsing configuration file.."
"opening command socket..."
"error initializing lorcon."
When I try to use any other drivers it seems to work:
"airpwn -c airpwn.conf -d madwifi -i wlan0 -v"
"parsing configuration file.."
"opening command socket.."
"opening monitor socket.."
"opening injection socket.."
"listening for packets..."
However it does not seem to work as all my wireless devices have no interruption of normal service.
Obviously there is a problem with my lorcon configuration which I will look into later, just hoping someone here had a similer problem and could provide a quick fix.
Morpheus: "You take the blue pill - the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill - you stay in Wonderland and I show you how deep the rabbit-hole goes."
Neo: "What if I take both?"
Morpheus: "Don't do that! You end up like Nick Nolte!"
Did you ever fix this? I have the "error initializing lorcon" error and I can't seem to fix it.
Getting Airpwn to work is ruining my life
svn co ://802.11ninja.net/svn/lorcon/trunk/ lorcon
cd lorcon
./configure
make && make install
wget ://downloads.sourceforge.net/airpwn/airpwn-1.3.tgz
tar xzf airpwn-1.3.tgz
cd airpwn-1.3
./configure && make && make install
airpwn -c conf/js_html -i wlan1 -d rtl8180 -v -v -F -K we:p:ke:y.:
rtl8180 with an alfa 500
iwlwifi with an ipw3945
++