aquatone icon indicating copy to clipboard operation
aquatone copied to clipboard

False positive on screenshots success

Open x1mdev opened this issue 6 years ago • 4 comments

Hey,

I've ran a couple of test runs on a RPi3+ with a Kali OS running on it and I seem to get a false positive on the screenshot success message.

This is the output after a successful run:

screenshot 2018-11-05 at 16 00 26

Running Linux kali 4.14.62-Re4son-v7+ #2 SMP Sat Sep 22 22:53:40 AEST 2018 armv7l GNU/Linux with chromium. It may be due to the error from chromium that tells us to use --no-sandbox, but I saw something in the code about that here: url_screenshotter.go

x1mdev avatar Nov 05 '18 15:11 x1mdev

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.

michenriksen avatar Nov 06 '18 08:11 michenriksen

Yeah that's what I saw too, I'll run a few more tests when I get home.

x1mdev avatar Nov 08 '18 10:11 x1mdev

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.

Guys did you figure it out? Because i don't have screenshots too :( My command is cat targets.txt | ./aquatone -chrome-path "/mnt/c/Users/Admin/desktop/tools/aquatone_windows_amd64_1.4.2/chrome-win" -debug and getting this: [agent:url_screenshotter] Error: fork/exec /mnt/c/Users/Admin/desktop/tools/aquatone_windows_amd64_1.4.2/chrome-win: permission denied http://: screenshot failed: fork/exec /mnt/c/Users/Admin/desktop/tools/aquatone_windows_amd64_1.4.2/chrome-win: permission denied

shadowzoom avatar Dec 17 '18 02:12 shadowzoom

I'm currently getting this error and no screenshots on Ubunut 18.04 cat target.txt | aquatone -chrome-path /snap/bin

error is: screenshot failed: fork/exec /snap/bin: permission denied

jdonsec avatar Oct 10 '19 01:10 jdonsec