Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

bc1bb/webra1n-as-a-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Webra1n As a Service

Installer for headless devices that will install Checkra1n and add Webra1n As a Service on the system.

How to run

git clone https://github.com/jusdepatate/webra1n-as-a-service
cd webra1n-as-a-service
bash MAIN.sh

Now what ?

  • You can access Webra1n (port 80 by default, you can edit the port by editing the webra1n.service at line 13)
  • You can access Checkra1n on SSH (port 22 by default, default user/password is checkra1n/checkra1n and is sudoer for all checkra1n-related executables)

How to uninstall

bash MAIN.sh uninstall

To be done

Warning

  • There is only support for Systemd
  • I am absolutely not a pro, feel free to examinate code, open an issue or a PR if you have any type of idea.