add logo to customizer, change path for genuser.sh, adjust README accordingly

This commit is contained in:
t3chn0m4g3
2024-03-22 17:27:21 +01:00
parent fc0ca4c935
commit 9c1120384b
3 changed files with 40 additions and 29 deletions

View File

@ -1,2 +1,2 @@
#!/usr/bin/env bash
docker run -v $PWD:/data --entrypoint bash -it -u $(id -u):$(id -g) dtagdevsec/tpotinit:alpha "/opt/tpot/bin/genuser.sh"
docker run -v $HOME/tpotce:/data --entrypoint bash -it -u $(id -u):$(id -g) dtagdevsec/tpotinit:alpha "/opt/tpot/bin/genuser.sh"