All Projects → Leviathan36 → Ska

Leviathan36 / Ska

Licence: gpl-3.0
Simple Karma Attack

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Ska

Justtryharder
JustTryHarder, a cheat sheet which will aid you through the PWK course & the OSCP Exam. (Inspired by PayloadAllTheThings)
Stars: ✭ 450 (+718.18%)
Mutual labels:  penetration-testing, pentest, pentest-scripts
Kaboom
A tool to automate penetration tests
Stars: ✭ 322 (+485.45%)
Mutual labels:  penetration-testing, pentest, pentest-scripts
Esp8266 beaconspam
Creates up to a thousand WiFi access points with custom SSIDs.
Stars: ✭ 575 (+945.45%)
Mutual labels:  wifi, attack
Habu
Hacking Toolkit
Stars: ✭ 635 (+1054.55%)
Mutual labels:  penetration-testing, pentest
Sublert
Sublert is a security and reconnaissance tool which leverages certificate transparency to automatically monitor new subdomains deployed by specific organizations and issued TLS/SSL certificate.
Stars: ✭ 699 (+1170.91%)
Mutual labels:  penetration-testing, pentest
Dictionary Of Pentesting
Dictionary collection project such as Pentesing, Fuzzing, Bruteforce and BugBounty. 渗透测试、SRC漏洞挖掘、爆破、Fuzzing等字典收集项目。
Stars: ✭ 492 (+794.55%)
Mutual labels:  wifi, pentest
Thc Hydra
hydra
Stars: ✭ 5,645 (+10163.64%)
Mutual labels:  penetration-testing, pentest
Lockdoor Framework
🔐 Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources
Stars: ✭ 677 (+1130.91%)
Mutual labels:  penetration-testing, pentest-scripts
Penetration Testing Study Notes
Penetration Testing notes, resources and scripts
Stars: ✭ 461 (+738.18%)
Mutual labels:  penetration-testing, pentest
Pwncat
pwncat - netcat on steroids with Firewall, IDS/IPS evasion, bind and reverse shell, self-injecting shell and port forwarding magic - and its fully scriptable with Python (PSE)
Stars: ✭ 904 (+1543.64%)
Mutual labels:  penetration-testing, pentest
Awesome Oscp
A curated list of awesome OSCP resources
Stars: ✭ 804 (+1361.82%)
Mutual labels:  penetration-testing, pentest
Wi Pwn
ESP8266 Deauther ​with a material design WebUI 📶
Stars: ✭ 839 (+1425.45%)
Mutual labels:  wifi, attack
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (+761.82%)
Mutual labels:  penetration-testing, pentest
Chimera
Chimera is a (shiny and very hack-ish) PowerShell obfuscation script designed to bypass AMSI and commercial antivirus solutions.
Stars: ✭ 463 (+741.82%)
Mutual labels:  penetration-testing, attack
Payloadsallthethings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Stars: ✭ 32,909 (+59734.55%)
Mutual labels:  penetration-testing, pentest
Sn1per
Attack Surface Management Platform | Sn1perSecurity LLC
Stars: ✭ 4,897 (+8803.64%)
Mutual labels:  pentest-scripts, penetration-testing
Evilurl
Generate unicode evil domains for IDN Homograph Attack and detect them.
Stars: ✭ 654 (+1089.09%)
Mutual labels:  pentest, attack
Pwndoc
Pentest Report Generator
Stars: ✭ 417 (+658.18%)
Mutual labels:  penetration-testing, pentest
Angularconcepts
Key Angular Concepts using Latest Angular version 5
Stars: ✭ 31 (-43.64%)
Mutual labels:  router, karma
Hacker Roadmap
📌 Your beginner pen-testing start guide. A guide for amateur pen testers and a collection of hacking tools, resources and references to practice ethical hacking and web security.
Stars: ✭ 7,752 (+13994.55%)
Mutual labels:  penetration-testing, pentest

Release Language License LastUpdate

logo

About

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.

Details

The script implements these steps:

  1. selection of NICs for the attack (one for LAN and one for WAN)

  2. capture of probe-requests to choice the fake AP name (tcpdump)

  3. activation of fake AP (hostapd and dnsmasq)

    • the new AP has a DHCP server which provides a valide IP to the target and prevents possible alerts on the victim devices
  4. activation of HTTP redirection (iptables)

    • only HTTP requests are redirect to fake site, while the HTTPS traffic continues to route normally
  5. activation of Apache server for hosting the phising site

  6. at the end of the attack the script cleans all changes and restores Apache configuration

Screenshots

complete execution



Press CTRL-C to kill all processes and restore the configuration files.

restore configuration files with CTRL-C

FAQ

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:

  1. resolve Network Manager conflict 1

    section: "Resolve airmon-ng and Network Manager Conflict"

  2. resolve Network Manager conflict 2

  3. disable dnsmasq

In summary

  1. Disable DNS line in your NetworkManager configuration file (look into /etc/NetworkManager/):

    #dns=dnsmasq

  2. Insert the MAC of your wireless adapter between the unmanaged devices to allow hostapd works properly:

    unmanaged-devices=mac:XX:XX:XX:XX:XX:XX




Disclaimer:

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.

License:

SKA is released under GPLv3 license. See LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].