You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
[INFO] output.csv: Saved CSV output to /root/.bbot/scans/brown_laura/output.csv
[INFO] output.emails: Saved 13 email addresses to /root/.bbot/scans/brown_laura/emails.txt
[INFO] output.json: Saved JSON output to /root/.bbot/scans/brown_laura/output.json
[INFO] output.txt: Saved TXT output to /root/.bbot/scans/brown_laura/output.txt
[INFO] Saved word cloud (7 words) to /root/.bbot/scans/brown_laura/wordcloud.tsv
Current alias for docker alias secator="docker run -it --rm --net=host -v ~/.secator:/root/.secator freelabz/secator" Desktop (please complete the following information):
OS: Ubuntu 24.04.1 LTS
Docker version 27.3.1
Secator version 0.7.0
The text was updated successfully, but these errors were encountered:
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):
The text was updated successfully, but these errors were encountered: