TheTechromancer
TheTechromancer
Low priority, but it would be nice to add custom error handling inside the scan's multiprocess pool so we don't get errors like this when we cancel the scan: ```python...
For detecting elasticsearch instances (and whether they're open/exposed without auth)
For the 2.0 release, we should have a preset for spidering websites + extracting secrets from javascript. As originally suggested in https://github.com/blacklanternsecurity/bbot/discussions/1173: > The use case is different enough I...
It would be nice to also have a debug feature that outputs to stderr
It seems that after using `ansible_runner.run()` in a Python script, `KeyboardInterrupt`s no longer have any effect. To reproduce run the following code in a terminal window and note that CTRL+C...
We should take a look at these repos to see if we can add any of their sources: - https://github.com/oldrho/ip2provider - https://github.com/v2fly/domain-list-community - https://github.com/lord-alfred/ipranges - https://github.com/schniggie/cdn-ranges - https://kaeferjaeger.gay/ Providers to...
This PR simplifies the port scanner situation in BBOT by deleting `nmap` and replacing it with a brand-new masscan implementation, augmented to handle hostnames. This accomplishes a few things: -...
TODO: - [x] Code comments for: - [x] `request_batch` - [x] `request_custom_batch` - [x] Tests for async cancellation (during `request_batch()`) - [x] Tests for `raise_error=True` - [x] Fix strange race...
For anyone running the bbot nuclei module, the silent rejection of some URLs tends to cause confusion:  I'm sure we had a good reason for this setting but to...