2018-10-20 01:30:20 +02:00
|
|
|
# watbot
|
|
|
|
|
2018-10-20 01:40:15 +02:00
|
|
|
ported watbot from wuselfuzz
|
2023-10-04 09:54:11 +02:00
|
|
|
|
|
|
|
## 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.
|
|
|
|
|
|
|
|
|
|
|
|
|