Skip to content

Mohammedmustaf/3vilTwinAttacker

 
 

Repository files navigation

3vilTwinAttacker v0.5.9

Framework for EvilTwin Attacks Tool Home

dependencies:

  • Python-scapy
  • Python-nmap
  • BeautifulSoup
  • Airbase-ng include in aircrack-ng
  • DHCP-server

Ubuntu and Kali install

$ chmod +x install.sh
$ sudo ./install --install

[install DHCP in Debian-based]

Ubuntu
$ sudo apt-get install isc-dhcp-server
Kali linux
$ echo "deb http://ftp.de.debian.org/debian wheezy main " >> /etc/apt/sources.list
$ apt-get update && apt-get install isc-dhcp-server
Blackarch or Arch Assault and Arch Linux
$ sudo pacman -S dhcp

[install DHCP in redhat-based]

Fedora
$ sudo yum install dhcp

Tools

  • Etter.dns: Edit etter.dns to loading module dns spoof.

  • Dns Spoof: Start dns spoof attack in interface ath0 fake AP.

  • Ettercap: Start ettercap attack in host connected AP fake Capturing login credentials.

  • Sslstrip: The sslstrip listen the traffic on port 10000.

  • Driftnet: The driftnet sniffs and decodes any JPEG TCP sessions, then displays in an window.

Modules

  • Deauth Attack: kill all devices connected in AP (wireless network) or the attacker can Also put the Mac-address in the Client field, Then only one client disconnects the access point.

  • Probe Request: Probe request capture the clients trying to connect to AP,Probe requests can be sent by anyone with a legitimate Media Access Control (MAC) address, as association to the network is not required at this stage.

  • Mac Changer: you can now easily spoof the MAC address. With a few clicks, users will be able to change their MAC addresses.

  • Device FingerPrint: list devices connected the network mini fingerprint, is information collected about a local computing device.

  • DHCP Starvation Attack: this module DHCP Starvation can be classified as a Denial of Service attack. is an attack that works by broadcasting vast numbers of DHCP requests with spoofed MAC addresses simultaneously.

  • DNS Spoof Manager: this module DNS spoofing is the making change in hostname ip-address table, this table tells the route will be that DNS address for that particular IP address, thus changing the address of this table we can redirect wherever we want.

  • Windows Update Attack: this module is an attack DNS spoof que generate an update the page fake Windows, causing the victim to download a fake file update.

  • ARP Posion Attack: change tables ARPspoof the target and redirect all request tcp to ip attacker.

Videos tutorials:

The MIT License (MIT)

Copyright (c) 2015 P0cL4bs Team

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Framework for EvilTwin Attacks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.8%
  • CSS 20.8%
  • Shell 2.9%
  • HTML 2.1%
  • PHP 0.4%