TheTechromancer

Results 216 issues of TheTechromancer

https://github.com/emptynebuli/dauthi

module todo

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...

enhancement
low priority

For detecting elasticsearch instances (and whether they're open/exposed without auth)

enhancement

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...

enhancement

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...

needs_verified

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: ![image](https://github.com/blacklanternsecurity/bbot/assets/20261699/33a22c9d-bf89-4405-93e4-4f02a37a2011) I'm sure we had a good reason for this setting but to...

enhancement