diff options
author | Pratyush Desai | 2023-10-04 13:24:11 +0530 |
---|---|---|
committer | Pratyush Desai | 2023-10-04 13:24:11 +0530 |
commit | 196056099beb26cbeab1fab0ff756a18f384ea63 (patch) | |
tree | 5178c79341a13cc97403753771b027e10ceaf3f9 /README.md | |
parent | d701d1604e1264ed3e3c4a60643c4a18b969d049 (diff) | |
download | watbot-container.tar.gz watbot-container.tar.bz2 watbot-container.zip |
readmecontainer
Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,5 +1,23 @@ # watbot -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. + + + |