Bull is an simple reverse shell manager with a async http server.
Install Golang from https://go.dev/
Bull Installation script
git clone https://github.com/delltaxa/bull
cd bull/
Build bull by simply running
go build .
Note that you have to be in the source directory.
Running with default settings
./bull
Configuring Server
./bull <local_addr>:<local_port>
or (this will run the server on all devices)
./bull :<local_port>