7 comments

[ 4.2 ms ] story [ 29.6 ms ] thread
(comment deleted)
They should upsell the openai credits like everyone else lol...
> Please note that although these results can sometimes be pretty inaccurate & unreliable, they can greatly differ from time to time due to their self-improvement capabilities.

Of course the snake-oil disclosure needs to be added since this is another so-called AI buzzword tool.

Indeed. I’m struggling to see how AI here is superior to simple subdomain enumeration and tech fingerprinting.
(comment deleted)
Not sure why this needs to be distributed as a Python package, all it's doing is making a GET request to http://api.subdomain.center/?domain={domain}. It's also missing requests as a dependency, so you'll need to install that separately.

A simple curl one-liner would've sufficed, surely?

    curl -sL "https://api.subdomain.center/?domain=${1}" | jq -r '.[]'
Saved you a `pip`