chvancooten / BugBountyScanner

A Bash script and Docker image for Bug Bounty reconnaissance. Intended for headless use.
MIT License
872 stars 120 forks source link

Aquatone #36

Closed anasbousselham closed 10 months ago

anasbousselham commented 3 years ago

Hi, Aquatone is better than webscreenshot!

chvancooten commented 3 years ago

Thanks for the suggestion, @anasbousselham! I'll keep this ticket open as an enhancement request for when I find the time to look into it. Do note that I don't have a lot of bandwidth to work on BugBountyScanner at the moment, so pull requests are more than welcome :)

Xitro01 commented 2 years ago

I'm not very good with pull requests, but it should be as easy as replacing: webscreenshot -i "livedomains-$DOMAIN.txt" -o webscreenshot --no-error-file With: cat livedomains-$DOMAIN.txt | aquatone -ports xlarge Then it generates a HTML page with all screenshots.

Then all it needs is some changes in names and replacing commands in install.sh to install aquatone, something like: go get -u github.com/michenriksen/aquatone

theinit01 commented 1 year ago

@chvancooten, can I work on this please? Assign this to me