Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bbot output not saved in docker #485

Open
n1kn0w opened this issue Nov 21, 2024 · 1 comment
Open

bbot output not saved in docker #485

n1kn0w opened this issue Nov 21, 2024 · 1 comment

Comments

@n1kn0w
Copy link

n1kn0w commented Nov 21, 2024

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
@ocervell
Copy link
Contributor

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants