SolomonSklash / chomp-scan

A scripted pipeline of tools to streamline the bug bounty/penetration test reconnaissance phase, so you can focus on chomping bugs.
https://www.solomonsklash.io/chomp-scan-update.html
GNU General Public License v3.0
393 stars 76 forks source link

Aquatone error when trying to look at the gathered screenshots #18

Closed Comodooo closed 5 years ago

Comodooo commented 5 years ago

Hi,

Just want to start with saying that this is a awesome tool, have had some really fun weeks working with it and trying it out (and thanks for the ubuntu script ;).

Problem is when I'm using the aquatone module the screenshots become corrupted, I don't know if it's because of chromium of why this is happening.

Comodooo commented 5 years ago

After some more testing it seems like because I'm using chomp with sudo the .png's get locked to sudo. Running "sudo xdg-open" on the .png the image comes back ok. Should I just don't use sudo if I dont need to use masscan?

SolomonSklash commented 5 years ago

Thanks for the feedback, and I'm glad you're enjoying Chomp Scan!

If you don't need to use masscan, then there is no reason to run as root. Like you've found with aquatone, any files created by Chomp Scan will be owned by root and you'll need to be root or use sudo to view them.

I'll close this for now, feel free to open a new issue if you have any more trouble.