Re: Airdrop-ng lorcon error
It looks like it was trying to set to channel 138 which of course wont work..
I can only imagine that the airodump bug was causing channel 138 to be seen and that airdrop was
trying to apply a rule on it.
Suppose you could try filtering the airodump output down to the network you are looking at specifically before running
airdrop and see if that removes the issue.
Of course that may limit the scope of airdrop depending on what your plans were !
Re: Airdrop-ng lorcon error
I've also had this before, and I believe it's because the AP isn't in your card's range. maybe the client is, but the AP needs to be aswell to succesfully deauth the client. airodump cannot determine the correct channel the AP is using, and posts strange channels like 110,138,.. and tells airdrop to use those channels, which aren't correct so it fails.
try a simple injection test on that AP, then you'll know.
L
Re: Airdrop-ng lorcon error
What is your command?
Code:
root@bt:/pentest/wireless/airdrop-ng# python airdrop-ng.py -b -i mon0 -t /root/petest-01.csv -r /root/rules
in rules file is and I allow ZyXEL1 cause its where Im connected
Code:
a/ZyXEL1|any
d/any|any
Re: Airdrop-ng lorcon error
cheers for the feedback guys.
I dont it was a issue in regards range of AP Lucifer,as i was pretty close.But the issue did resolve itself and works fine now.
I would probably agree with what =TAPE= said
Quote:
It looks like it was trying to set to channel 138 which of course wont work..
I can only imagine that the airodump bug was causing channel 138 to be seen and that airdrop was
trying to apply a rule on it.
As i was pretty sure it was a problem with Airodump .csv output and not Airdrop as otrginally thought.
Thanks
Pieface
Re: Airdrop-ng lorcon error
yes ofcourse it's the csv that was wrong, airodump couldn't determine the correct channel, and this could've been caused by being too far away from the ap, or like tape said, due to a bug.
grtz, .L