Open n1kn0w opened 5 days ago
Hi, yes that's correct afaik bbot doesn't allow to change the output directory although I might have missed the right option. However you should still have secator's output saved which contains most of bbot's findings ?
Describe the bug From a docker install, the output generated by bbot task is not part of the folder shared between the docker and the host. The output is lost after the task.
To Reproduce Steps to reproduce the behavior: From a docker install :
secator x bbot -ps email-enum somedomain.com
Expected behavior The output files of the bbot task should be saved in the docker /root/.secator folder wich will be be accessible on the host ~/.secator folder. Actually it's saved in the docker /root/.bbot folder wich is not part of the folder accessible on the host. Output
Current alias for docker
alias secator="docker run -it --rm --net=host -v ~/.secator:/root/.secator freelabz/secator"
Desktop (please complete the following information):