Skip to content

sebastiendarocha/wifirover

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wifirover

Captive portal project

Debian build

The following packages are required:

  • bzip2
  • git
  • make
  • libncurses-dev
  • zlib1g-dev

LEDE/OpenWRT packages required:

  • iptables-mod-conntrack-extra
  • zoneinfo-core
  • zoneinfo-europe
  • lighttpd
  • lighttpd-mod-cgi
  • lighttpd-mod-rewrite
  • lighttpd-mod-auth
  • lighttpd-mod-authn_file
  • php7-cgi
  • php7-mod-json
  • bash
  • dnsmasq or dnsmasq-full (for whitelist domains)
  • wireless-tools

Running unit tests on docker

Prepare

You need docker and docker-compose

You have to create 2 networks:

docker network create --subnet 192.168.22.0/24 lan
docker network create --subnet 192.168.32.0/24 corporate

Running test

docker-compose up --build wifirover

About

Captive portal project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 75.0%
  • Shell 23.0%
  • Python 1.5%
  • Other 0.5%