Hello
First of all: My cards work greate in monitor mode and with packet injection.
I have two cards:
One USB ZD1211 (zd1211rw driver)
One built in intel 3945 abg (ipwraw)
First: airmon-ng start eth1 6
When I try airpwn I get this:
Code:
Parsing configuration file..
Opening command socket..
Opening monitor socket..
Opening injection socket..
LORCON - tx80211_setmode(...) is deprecated, please use tx80211_setfunctionalmode(...) instead
Listening for packets...
Channel changing thread starting..
And then nothing more.
So I downloaded the latest trunk from lorcon and compiled it and then:
Code:
cp /usr/local/liborcon-1.0.0.so /usr/lib/
Next I downloaded airpwn 1.30 again and changed in airpwn.c:
Code:
if (tx80211_setmode(&ctx->monitor_tx, IW_MODE_MONITOR) != 0) {
to:
Code:
if (tx80211_setfunctionalmode(&ctx->monitor_tx, IW_MODE_MONITOR) != 0) {
Next I compiled it and run airpwn again and:
Code:
Parsing configuration file..
Opening command socket..
Opening monitor socket..
Opening injection socket..
Error setting monitor mode for interface
Listening for packets...
Channel changing thread starting..
Anyone have a clue?
I tried some more:
I used the 3945 as monitor and control interface, and it output like:
Code:
Parsing configuration file..
Opening command socket..
Opening monitor socket..
Opening injection socket..
Error setting monitor mode for interface wifi0
Listening for packets...
Channel changing thread starting..
data packet len: 60, flags: 2 <-- DS
data packet len: 60, flags: 2 <-- DS
data packet len: 60, flags: 2 <-- DS
data packet len: 70, flags: 2 <-- DS
data packet len: 60, flags: 2 <-- DS
data packet len: 70, flags: 2 <-- DS
data packet len: 60, flags: 2 <-- DS
and noting more happens... it notice that it was ONLY "<--" and no "-->"
I removed Lorcon and Airpwn and installed Lorcon from the airpwn folder (lorcon-latest-build or something like that) Then i installed Airpwn again
I tried to run Airpwn but then it says that it doesnt support zd1211rw...
So its impossible to use zd1211 with airpwn?
Documentation says:
"In theory airpwn supports any cards supported by the LORCON framework. This list as of 7/6/06 is: wlan-ng, hostap, airjack, prism54, madwifi, rtl8180 and rt2500."
And lorcon supports zd1211, but it aint work??
Whats CARDS does airpwn support!?
Bump Bump Bump
anybody knows?