freelabz / secator

secator - the pentester's swiss knife
https://docs.freelabz.com
Other
874 stars 73 forks source link

bbot output not saved in docker #485

Open n1kn0w opened 5 days ago

n1kn0w commented 5 days ago

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):

ocervell commented 1 day 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 ?