Daehee

Results 8 comments of Daehee

I had the same issue, but fixed by pointing `aquatone` to executable within Chromium.app folder, i.e. one of the below: ``` /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome /Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary /Applications/Chromium.app/Contents/MacOS/Chromium...

Possible duplicate issue, same as https://github.com/michenriksen/aquatone/issues/186 (suggested solution)

Experiencing this same SSL error (on Ubuntu 19.04) while running the algo script: > TASK [cloud-digitalocean : Get regions] ****************************************************** > fatal: [localhost]: FAILED! => {"changed": false, "content": "", "msg":...

@davidemyers I believe they are latest standard versions from the normal Ubuntu package upgrades/installations: > ❯ openssl version > OpenSSL 1.1.1b 26 Feb 2019 >env ❯ python --version > Python...

@davidemyers thanks for confirming on your end. I'll dig around some more and try deploying from another machine if needed. Re: your question: > ❯ dpkg --verify ca-certificates no output,...

Not sure if related, but I ran into the below "Permission denied" error when attempting to destroy the lab: ``` aws_iam_user.bilbo: Destroying... [id=cg-bilbo-vulnerable_lambda_cgidp8qfucf5l2] aws_iam_user.bilbo: Provisioning with 'local-exec'... aws_iam_user.bilbo (local-exec): Executing:...

You'll need to load signatures first: ``` jaeles config init ``` Then run jaeles with a pattern match against desired signature: ``` jaeles scan -s 'jira' -u vulnerable-jira-host.com ``` More...

Thanks for looking at this. That makes sense on separating the concerns. My hack at the moment is actually similar e.g. `obj.toJson().fromJson().pretty()`. As context, my current use case is scraping/monitoring...