xdavidhu / mitmAP

📡 A python program to create a fake AP and sniff data.
MIT License
1.66k stars 268 forks source link

porting to ubuntu 16.04 #18

Closed linuxlizard closed 7 years ago

linuxlizard commented 7 years ago

(porting to Ubuntu 16.04)

Write files with sudo using tee. Otherwise get permission denied. https://askubuntu.com/questions/230476/when-using-sudo-with-redirection-i-get-permission-denied

Haven't tested all the features under Ubuntu yet. But needed to fix writing the config files first. Have tested simple case of running just hostapd, dnsmasq.

Thanks! -dave

xdavidhu commented 7 years ago

Hey, thanks for your pull request & for your time to create this fix.