athanstan / EvilTwin_AP_CaptivePortal

This repo contains various Design of Captive Portals for your Evil Twin/Fake Access Point Attacks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Markdownify
Sudorealm

Evil Twin Attack With Captive Portal

Mainly, for WiFi Social Engineering and credential theft.

This repo contains various Designs of Captive Portals for your Evil Twin/Fake Access Point Attacks.

Evil Twin Attack with Captive Portal for WiFi credential theft.

How To Guide

I have written a really thorough guide on how to implement this attack on a Kali Linux machine running on VirtualBox on Windows 10.

Guide on Sudorealm

Inside the Guide you will learn a great deal of techniques


Like:

  • Simple Reconnaissance.
  • Setting up your own Access Point with hostapd.
  • Distribute ips on connected hosts with dnsmasq.
  • Provide connected users with internet with iptables.
  • Write your own Rewrite rules on the Apache2 configurations.
  • Setup a cool captive portal, with modern Front-End techniques
    • Bootstrap
    • jQuery
    • Client-Side Form validation with Parsley.js Library
  • Store credentials to local MySQL Database

Needed Installations

apt-get update
apt-get upgrade

You may need to install these following services if they are not already installed in your Kali Box.

DNSmasq

apt-get install dnsmasq -y

Hostapd

apt-get install hostapd

Libraries 📚

Contribution

You are more than welcome to expand this repo by constructing your own captive portal designs, thus making this repo a cool library of Evil Twin Captive Portals for every use case scenario in the world! 🤘🌎❤

Support this Nerd

My name is Thanos, and I also go by the hacker handle d3ad_R1nger if you like my work you can support me on BuyMeACoffee

drawing

Follow me here on Github and/or on Twitter @DevThanos for more news about my coding/hacking adventures.

About

This repo contains various Design of Captive Portals for your Evil Twin/Fake Access Point Attacks.

License:MIT License


Languages

Language:JavaScript 96.3%Language:HTML 3.1%Language:PHP 0.4%Language:CSS 0.2%Language:Shell 0.1%