ronin-rb / ronin-recon

A micro-framework and tool for performing reconnaissance.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
32 stars 9 forks source link

Add an optional worker for the BuiltWith API #113

Closed postmodern closed 2 months ago

postmodern commented 7 months ago

Add an optional worker for querying the BuiltWith API, primary the Domain API. Note this is a paid API.

AI-Mozi commented 2 months ago

Is there anything else besides SubDomain and Emails that we want to get from this API? Some URLs maybe?

postmodern commented 2 months ago

@AI-Mozi SubDomain and Emails. Maybe we could try querying their Relationships-API.

ronin-recon currently doesn't have a way to represent not-yet-requested URLs, so getting back raw URLs from their API might not be useful; this may require adding a special Values::WebPage object to differentiate between just the URL and the URL's response, status, headers, body.

postmodern commented 2 months ago

Closed by PR #163.