Coder Social home page Coder Social logo

vaginessa / connectedclients Goto Github PK

View Code? Open in Web Editor NEW

This project forked from r3dfish/connectedclients

0.0 1.0 0.0 280 KB

Connected Clients is an infusion for the Wifi Pineapple that gives information about connected clients

PHP 62.85% JavaScript 37.15%

connectedclients's Introduction

About Connected Clients Infusion

Connected Clients is an infusion for the Wifi Pineapple that gives information about connected clients

DHCP Leases tab

The DHCP Leases tab references /tmp/dhcp.leases to get the list of dhcp leases that have been given out by the wifi pineapple. This does not mean that all clients with DHCP leases are currently connected as a client can disconnect from the pineapple but the DHCP lease can still exist.

The blacklist button will add the mac address to Karma's blacklist.

Connected Clients tab

The Connected Clients tab uses the 'iw' command to get a list of all the clients currently associated with the pineapple. The clients listed on this tab are broken down according to the interface they are connected to. wlan0 is the interface that is used by pineap to trick victims into connecting to the pineapple. wlan0-1 is the interal inteface used by the pineapple that throws up the built in accesspoint, which is protected by WPA2 by default.

The deauthenticate and disassociate buttons can be clicked to send the respective command to the selected client. By first blacklisting a client's mac address, and then either deauthenticating them or disassociating them, you can kick the selected device off of networks provided by the pineapple and simultaneously block the client from re-connecting.

Blacklist tab

The Blacklist tab shows the mac addresses currently in Karma's blacklist. Macs listed in the blacklist will not be allowed to associate with the pineapple.

The remove button will remove the selected mac address from Karma's blacklist.

Changelog

v1.3

Updated code to work with pineapple firmware 2.1.0. Added the deauthenticate and disassociate buttons to the connected clients tab. Split the connected clients tab into wlan0 and wlan0-1.

v1.2

Connected Clients tab changed to show currently connected mac addresses from 'iw' output. DHCP leases from /tmp/dhcp.leases moved to DHCP Leases tab.

v1.1

Added Blacklist tab and ability to blacklist mac addresses from DHCP leases.

v1.0

Initial Release. Shows DHCP leases.

connectedclients's People

Contributors

r3dfish avatar

Watchers

 avatar

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.