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
I've lost the logs but unstructured has a function to unpack folders and re-raise them as files.
When testing it out using bbot -t target -m github_org, git_clone, trufflehog, unstructured
trufflehog accepts the folders that are emited by git_clone and scans them using git as intended. But unstructured also accepts these folders and re-raises them as files which trufflehog also is scanning.
I could probably add a filter to the trufflehog module to keep a record of all the paths that have been scanned and if a new event is within the same path that has been scanned skip it.
The text was updated successfully, but these errors were encountered:
Describe the bug
I've lost the logs but unstructured has a function to unpack folders and re-raise them as files.
When testing it out using
bbot -t target -m github_org, git_clone, trufflehog, unstructured
trufflehog accepts the folders that are emited by git_clone and scans them using git as intended. But unstructured also accepts these folders and re-raises them as files which trufflehog also is scanning.
I could probably add a filter to the trufflehog module to keep a record of all the paths that have been scanned and if a new event is within the same path that has been scanned skip it.
The text was updated successfully, but these errors were encountered: