Skip to content

burn3rp4int3r/cautive_bypass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cautive Bypass

Cautive portal bypass with MAC spoofing attack

How it works

This tools do a network device scan by an ARP request after clean the ARP cache to ensure fresh data, then change the MAC address of the current interface and verify the internet connection with the new MAC address, if it fails retry wit a new MAC address or restore the original MAC address.

Setup

Requirements

  • Python 3.10+
  • Linux OS
  • Root access

I Recommend using a venv

Environment

# Create venv
python3 -m venv venv
source venv/bin/activate

Usage

# Run the script as root
python3 main.py

About

cautive portal bypass tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages