Michael Henriksen

Results 24 comments of Michael Henriksen

It looks like permission issue on the Chromium binary. Does your user have permission to execute the binary? (if not, do a `chmod +x Chromium.app` and try again)

I unfortunately don't have access to a windows machine to debug on. Are you using the latest version of Chromium?

I run aquatone on Mac and don't have any problems there. It should also work properly on Linux, so you might want to try running aquatone in a virtual machine,...

That's interesting. I do have code to add the `--no-sandbox` flag in case the EUID of the user is zero. I'll see if I can reproduce.

Can you give me a bit more details on what happens?

Yes, Aquatone still checks for subdomain takeover vulnerabilities, it happens in the [url_takeover_detector agent](https://github.com/michenriksen/aquatone/blob/master/agents/url_takeover_detector.go) which will check all responsive URLs for takeover situations across 20 different services. If it detects...

That would be a great addition! I will look into implementing throttling for HTTP requests.

Are you running Aquatone on a GUI-less server?

Oh, and can you also show me the command you used to initiate aquatone?

Is it a problem on every run, or only against a particular domain or set of hosts?