Breaks Securly via custom Chrome app. Deploy to chromebooks using a laptop/desktop.
If you clear your browser cache, the program gets essentually wiped off the app. If you clear your cookies you just have to re-enable killswitch.
- Install python
- Install dependencies for epicdnschef
pip install -r epicdnschef\requirements.txt
and install flaskpip install flask
- Target Machine
- On target machine, goto
chrome://flags
and gotoUnsafely treat insecure origins as secure
- Add
http://toggle.securly.com
to the list and hitRestart
- On target machine, goto
- Windows Distribution Machine
- Turn on your mobile hotspot (changing the network name and password is recommended)
- Open
start_hotspot.bat
and leave the amount of days blank
- Back at the Target Machine
- Have target machine connect to WiFi network
- Install PWA from website (if this doesn't work, check if the command prompts updated or not)
- After install, right-click the Google app and look for "Killswitch"
- After opening, it installs itself and you can now disconnect from the hotspot. Also make sure to click
Disable Securly
on the way
- Install python
- Make venv
python -m venv .
- Install dependencies for epicdnschef
./bin/pip install -r epicdnschef\requirements.txt
and install flask./bin/pip install flask
- Target Machine
- On target machine, goto
chrome://flags
and gotoUnsafely treat insecure origins as secure
- Add
http://toggle.securly.com
to the list and hitRestart
- On target machine, goto
- Linux Distribution Machine
- Connect to a WiFi/hotspot that allows for http and dns servers
- Personal hotspots are perfered
- Some networks that may not work are business or school networks due to firewalls on ports
- Open
start_regular.sh
and type in your server IP (found withip a
), then leave the amount of days blank
- Connect to a WiFi/hotspot that allows for http and dns servers
- Back at the Target Machine
- Have target machine connect to WiFi network
- Have target machine's DNS server the same as the server's ip
- Install PWA from website (if this doesn't work, check if the command prompts updated or not)
- After install, right-click the Google app and look for "Killswitch"
- After opening, it installs itself and you can now disconnect from the hotspot. Also make sure to click
Disable Securly
on the way