GithubHelp home page GithubHelp logo

sundaysec / anubis Goto Github PK

View Code? Open in Web Editor NEW
61.0 4.0 24.0 192 KB

Captive wifi hotspot bypass tool for Linux

Python 60.18% Shell 39.82%
penetration-testing kali-linux parrotsec hacking-tool wifi-security information-security

anubis's Introduction

Anubis Captive Wifi Hotspot bypass

Captive Portal

A Web page used on public-access networks that require a user to view and interact with before being granted access to the public network. Captive portals are widely used by businesses that offer free Wi-Fi hotspots to Internet users. Usually a captive portal requires users to read and accept the business' acceptable use policy (AUP).

Many institutions use this type of authentication in the WIFI as a 'sure' means of preventing unauthorised access.

Image Example

alt text

Carlos Pérez-Aradros Herce Captive hotspot

How Anubis works

alt text

Captive Wifi Hotspot network structure with the attacker standby The captive hotspot accepts traffic only from the registered devices anubis scans for all the devices connected on the same network It then tries to change the device IDS into the identified deviced IDs

Installing anubis

Clone the anubis project files

git clone --recursive https://github.com/sundaysec/anubis.git

Navigate to the cloned folder

cd ./anubis/

Install dependencies pip install -r requirements.txt

Run the installer pip install -r requirements.txt Run anubis

python anubis.py

anubis's People

Contributors

sundaysec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

anubis's Issues

type object '_socketobject' has no attribute 'socket

hi, i got this error :

Traceback (most recent call last):
File "anubis.py", line 106, in
ip = iface_ip(argument.interface)
File "anubis.py", line 56, in iface_ip
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
AttributeError: type object '_socketobject' has no attribute 'socket'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.