-
Notifications
You must be signed in to change notification settings - Fork 561
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 2.0 #1235
Merged
Merged
BBOT 2.0 #1235
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1235 +/- ##
=======================================
+ Coverage 92% 93% +1%
=======================================
Files 327 347 +20
Lines 21117 25221 +4104
=======================================
+ Hits 19381 23215 +3834
- Misses 1736 2006 +270 ☔ View full report in Codecov by Sentry. |
TheTechromancer
requested review from
TMDeal,
stryker2k2,
batgoose and
liquidsec
April 19, 2024 14:47
Closed
Add RAW_DNS_RECORD Event Type
…erdict-fix fixing multiple same header extraction
Rename dns --> dnsresolve, cloud --> cloudcheck
Convert bucket modules to use request_batch
BBOT 2.0 Prerelease CLI Warning
excavate target parameter extraction / new tests
liquidsec
approved these changes
Jul 8, 2024
TMDeal
approved these changes
Jul 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the main PR for BBOT 2.0 which will be merged into
dev
at its release.Beginning with #1058, features destined for BBOT 2.0 will be merged into this branch.
New Features
-p
/--presets
)discovery_context
attribute on every event which contains a description of exactly how the event was discovered.discovery_path
attribute that contains the complete chain of parent contexts all the way back to the scan target.--json
command-line flag: alias for-c modules.stdout.format=json
--brief
command-line flag for cleaner outputScanner
is now easier:dns.brute
helper:request_batch
helper:Breaking Changes
--current-config
is now--current-preset
(or--current-preset-full
)--help-all
has gone away. To list module options, you now do--list-module-options
modules
(output_modules
andinternal_modules
have gone away):source
attribute has been renamed toparent
max_event_handlers
has been renamed tomodule_threads
Merged Features:
Feature Checklist:
cname-record
,cname-wildcard
, etc.)target.py
Error in keyboard listen task: 'bool' object has no attribute '_queue'
ORG:evilcorp
url_extension_blacklist
andurl_extension_httpx_only
spider-danger
/URL_UNVERIFIED
situation (URL_UNVERIFIEDs shouldn't be deduped by spider-danger #1208) - most likely will depend on HTTP engine rework / httpx replacementevent.source
to beevent.parent
.event.source
is confusing.