All Projects → systematicat → Hack Captive Portals

systematicat / Hack Captive Portals

Licence: other
Hack any Captive portal using MAC-spoofing technique

Programming Languages

shell
77523 projects
bash
514 projects
script
160 projects
hack
652 projects

Projects that are alternatives of or similar to Hack Captive Portals

Linux Wifi Hotspot
Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
Stars: ✭ 434 (+82.35%)
Mutual labels:  wifi, ubuntu
8821au-20210708
Linux Driver for USB WiFi Adapters that are based on the RTL8811AU and RTL8821AU Chipsets - v5.12.5.2
Stars: ✭ 40 (-83.19%)
Mutual labels:  ubuntu, wifi
Hostapd
Script for compiling, patching and packing hostapd from sources
Stars: ✭ 36 (-84.87%)
Mutual labels:  wifi, ubuntu
wifi-deauther
A fully automatic wifi deauther coded in Python
Stars: ✭ 25 (-89.5%)
Mutual labels:  ubuntu, wifi
88x2bu
Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets
Stars: ✭ 122 (-48.74%)
Mutual labels:  wifi, ubuntu
Django Netjsonconfig
Configuration manager for embedded devices, implemented as a reusable django-app
Stars: ✭ 213 (-10.5%)
Mutual labels:  wifi
Termite Style
Simple script to change color-schemes and fonts for Termite.
Stars: ✭ 224 (-5.88%)
Mutual labels:  ubuntu
Windy Afternoon
Gitbook based Blog, Android, Linux, Deep Learning, Computer Vision
Stars: ✭ 213 (-10.5%)
Mutual labels:  ubuntu
Marquee Scroller
Marquee Scroller Clock News Weather and More
Stars: ✭ 211 (-11.34%)
Mutual labels:  wifi
Libreoffice Impress Templates
Freely-licensed LibreOffice Impress templates
Stars: ✭ 238 (+0%)
Mutual labels:  ubuntu
Iotwifi
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Stars: ✭ 236 (-0.84%)
Mutual labels:  wifi
Mindforger Repository
MindForger documentation repository.
Stars: ✭ 221 (-7.14%)
Mutual labels:  ubuntu
Howdy
🛡️ Windows Hello™ style facial authentication for Linux
Stars: ✭ 3,237 (+1260.08%)
Mutual labels:  ubuntu
Iir1
IIR realtime filter library written in C++
Stars: ✭ 224 (-5.88%)
Mutual labels:  ubuntu
Linux Unattended Installation
This project provides all you need to create an unattended installation of a minimal setup of Linux.
Stars: ✭ 215 (-9.66%)
Mutual labels:  ubuntu
Openbangla Keyboard
An OpenSource, Unicode compliant Bengali Input Method
Stars: ✭ 235 (-1.26%)
Mutual labels:  ubuntu
Dotfiles
My lovely dots ~/.💖
Stars: ✭ 212 (-10.92%)
Mutual labels:  ubuntu
Reactivenetwork
Android library listening network connection state and Internet connectivity with RxJava Observables
Stars: ✭ 2,484 (+943.7%)
Mutual labels:  wifi
Subiquity
Ubuntu Server Installer
Stars: ✭ 228 (-4.2%)
Mutual labels:  ubuntu
Radareeye
A tool made for specially scanning nearby devices[BLE, Bluetooth & Wifi] and execute our given command on our system when the target device comes in-between range.
Stars: ✭ 218 (-8.4%)
Mutual labels:  wifi

Hack Captive portals script

This script is using MAC-spoofing technique. This method is the only one which is present in all wireless and some wired
Captive portals by design. Once a host is authorized by the Captive portal, its MAC and IP address are allowed
unrestricted access.
All we need to do is sniff traffic on the network, find a host that is authorized, and spoof its IP and MAC address.
Spoofing a MAC is dependent on your network card and driver but most modern network devices today support it.
The downside of course is that you have to observe someone already authenticated, but in places such as a crowded airport
lobby this may be less difficult than it seems.

Hack Captive portal

Installation and usage

You need sipcalc and nmap for this script. Then download .sh script and run it.

sudo apt -y install sipcalc nmap
wget https://raw.githubusercontent.com/systematicat/hack-captive-portals/master/hack-captive.sh
sudo chmod u+x hack-captive.sh
sudo ./hack-captive.sh

Tested in Ubuntu 16.04 with different Captive portals in airports and hotels all over the world.

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].