EC2 (SSH)
- Add public key of Raspberry Pi to authorized keys
- sudo ss -tulnp
- ssh -p 2222 kali@localhost
EC2 (Web Application)
- Have captive portal files
- Run
./setupto run as low privilege user
Raspberry Pi
- Install the service scripts
- Daemon reload
- Run
sudo ./rogueap.sh - Run
sudo dhclient eth0to get internet if needed
