Skip to content

Added ouput folder with with Domain Name, removing folder confusion #2489

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

Closed
wants to merge 1 commit into from

Conversation

noob6t5
Copy link
Contributor

@noob6t5 noob6t5 commented Jun 5, 2025

This PR Solves issue with Output Folder: Output folder is Created with Domain Name given by user

I am always being troubled with finding the target folder that i scanned , It's more troublesome when you run your scan in large number of target .

Before : See here i am lost which one is my target and while automating and chaining with multiple tool's it's troublsome searching manually

getting_lost

After:

clr

fix

U can see clear folder for evil.com as for input , Now i won't get lost in between Folder's :)

@TheTechromancer
Copy link
Collaborator

TheTechromancer commented Jun 5, 2025

Thanks for the PR. Your situation makes sense, and I think it's a common issue. Having a way to correlate targets to scan names would be nice.

However there are a couple downsides to this approach. The first is that BBOT merges the output of scans with the same name. This means if you scan the same target twice, you'll get only one folder/output file, which may not be what you want. The second is that the targets are a set(), which means the scan name would be selected randomly.

In your case it might make sense to use --name to specify the scan name on the cli?

@noob6t5
Copy link
Contributor Author

noob6t5 commented Jun 5, 2025

thanks for enlightening me , I didn't test those cases😅 .

and for --name , for automating and using with large recon framework , i keep forgetting about it , i will look through some way

i came up with this

#!/bin/bash
bbot -t "$1" -p kitchen-sink --allow-deadly --name "$1"

@noob6t5 noob6t5 closed this Jun 6, 2025
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

Successfully merging this pull request may close these issues.

2 participants