24 lines
250 B
Markdown
24 lines
250 B
Markdown
# watbot
|
|
|
|
ported watbot from wuselfuzz
|
|
|
|
## Installation
|
|
|
|
### Prerequisites
|
|
|
|
* podman
|
|
* git
|
|
|
|
|
|
### Setup
|
|
|
|
* `git clone <repo>`
|
|
* `cd <repo>`
|
|
* `podman build -f DOCKERFILE`
|
|
* `podman run <container-id>
|
|
|
|
Note: You might wanna detach at the end there.
|
|
|
|
|
|
|