项目作者: tomellericcardo

项目描述 :
A RaspberryPi-based evil captive portal
高级语言: CSS
项目地址: git://github.com/tomellericcardo/cattive-portal.git
创建时间: 2019-11-27T16:11:57Z
项目社区:https://github.com/tomellericcardo/cattive-portal

开源协议:Apache License 2.0

下载


cattive-portal

Sets up your Raspberry Pi as an indipendent wireless AP and runs an evil captive portal which logs the credentials of the unsuspicious users.

How to

To set up the AP and make the portal run at boot, enter:

  1. sh install.sh

To stop the AP and use the Pi as a WiFi client (it will restart as an AP anyway), enter:

  1. sh stop.sh

To manage the AP by yourself and just run the captive portal web-app, enter:

  1. python portal.py

To do

Create a real authentication system, in order to provide Internet connection to the registered user and perform a MITM attack.