sensepost / mana

*DEPRECATED* mana toolkit for wifi rogue AP attacks and MitM
https://w1f1.net/
Other
1.09k stars 275 forks source link

Problems modifying configuration file #43

Closed bamnsec closed 8 years ago

bamnsec commented 9 years ago

I have been working all night to get Mana to work with a TP Link WN722N, and keep failing. What I notice is that whenever I change the hostapd-karma.conf file to listen on wlan2 it always defaults itself back to wlan0, which does not support master mode, and forces the entire attempt to fail. Also, I have changed the driver to the driver indicated by airmon-ng and it keeps telling me that the driver cannot be found. What am I doing wrong?

Bryantp757 commented 9 years ago

chmod the file permissions, 777 or whatever you feel is appropriate. If your driver successfully loads when you run the script, give me a shout. I seem to be having issues

theleestarr commented 8 years ago

you need to edit the script for YOUR interface names.

output should look something like

!/bin/bash

upstream=eno1 phy=wlp3s0 conf=/etc/mana-toolkit/hostapd-mana.conf hostapd=/usr/lib/mana-toolkit/hostapd

singe commented 8 years ago

As theleestarr said, the start-*.sh scripts modify the hostapd conf, so make sure you put the right interface in there otherwise changes to the conf will be overwritten.