emeric254 / raspberryphish

https://github.com/emeric254/raspberryphish#raspberryphish
2 stars 0 forks source link

raspberryphish

=================

TODO

dependencies

# for raspbian
aptitude -y install hostapd dnsmasq python3 python3-tornado python3-openssl

configuration

edit the INSTALL.sh file as you wish

nano INSTALL.sh

basic vars

Name explanation default
INTERFACE interface to use wlan0
DRIVER driver to use nl80211
CHANNEL wifi channel to use 6
SSID SSID to use test
PAGE html pages the server have to use test
SERVERPATH where the server will be installed /USB

radius vars

Name explanation default
ACTIVATERADIUS boolean, to activate radius set 1 as value 0
RADIUSLOGPATH where radius server logs will be write "$SERVERPATH/radius-log"
RADIUSSECRET the password to communicate with the radius "testing"
AUTHSERVER maybe the pi itself here 127.0.0.1
AUTHPORT default authentification radius port 1812
ACCTSERVER maybe the pi itself here 127.0.0.1
ACCTPORT default accounting radius port 1813

install raspberryphish on your system

execute the INSTALL.sh file (with permissions)

# remember to verify your permissions !
# use « sudo » or execute that as « root » user 
bash INSTALL.sh