TheTechromancer

Results 275 comments of TheTechromancer

Lol @Sh4d0wHunt3rX it's coming back to me now

Okay yeah I think this feature has been requested enough that it makes sense to add. I can see how the extra cloudflare ports could be annoying.

Added in https://github.com/blacklanternsecurity/bbot/pull/1970.

@Luoooio I like you, you are very observant ;) It's a good question. The reason is because we're scanning the hosts in extremely large batches. Since we use masscan, which...

@Sh4d0wHunt3rX @Luoooio, should this take into consideration all cloud providers (i.e. Google, Amazon) or only clear-cut CDNs like cloudflare? There is a tradeoff, as including these will speed up scans...

Thanks guys; yeah right now we take both CNAMEs and IPs into consideration, and those lists are auto-updated daily. But for bigger cloud providers like Amazon, we don't distinguish between...

Please add this 🙏

This looks good @cclauss. When you rebase, can you also replace `black` in a few other places: - badge in `README.md` [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) ```markdown [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) ``` - `pyproject.toml` - `dev_environment.md` -...

> I never have much luck with Poetry so perhaps I made `ruff` a dependency instead of a dev dependency. Ah yeah you have to do `poetry add --group=dev`

Hmm good point. Although now that we're using ruff, it's a good time to add the precommit file so that it auto-formats with `ruff`. @cclauss are you up to that?