Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
This commit is contained in:
Pratyush Desai 2023-10-04 13:24:11 +05:30
parent d701d1604e
commit 196056099b
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD

View File

@ -1,5 +1,23 @@
# watbot # watbot
watbot
ported watbot from wuselfuzz 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.