Simple Karma Attack
SKA allows you to implement a very simple and fast karma attack. You can sniff probe requests to choose the fake AP name or, if you want, you can insert the name of the AP manually (evil twin attack). When target is connected to your WLAN you can active the HTTP redirection and perform a MITM attack.
The script implements these steps:
activation of fake AP (hostapd and dnsmasq)
activation of HTTP redirection (iptables)
SKA alerts you if there are some problems with NetworkManager demon or Apache configuration file. Anyway you could find the answers to your problems in the links below:
resolve Network Manager conflict 1
section: “Resolve airmon-ng and Network Manager Conflict”
Disable DNS line in your NetworkManager configuration file (look into /etc/NetworkManager/):
#dns=dnsmasq
Insert the MAC of your wireless adapter between the unmanaged devices to allow hostapd works properly:
unmanaged-devices=mac
XX
XX
XX
Author assume no liability and are not responsible for any misuse or damage caused by this program.
SKA is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
SKA is released under GPLv3 license. See LICENSE for more details.