Have you ever wanted to look at a bunch of malicious websites in mass? Or automate screen capture of a bunch of malicious sites? In kali there is cutycapt which can autograb a screenshot of a site for you
# cutycapt --url=http://badurl.com --out=badimage.png
It's that easy
Showing posts with label cutycapt. Show all posts
Showing posts with label cutycapt. Show all posts
Thursday, November 1, 2018
cutycapt , Screenshot your website
Saturday, January 23, 2016
Scripting Website Screenshot Captures
cutycapt is a nice tool that can allow you to script or automate collecting screenshots of websites.
As an example, after you download or install cutycapt (or use an OS like Kali that already has it installed) then you type
cutycapt --url=http://neonprimetime.blogspot.com --out=neo.png
And boom you have a screenshot in a png file.
Now add this command to some python script for example and you could in theory grab screenshots of an entire website if needed.
More about neonprimetime
Top Blogs of all-time
Top Github Contributions
Copyright © 2015, this post cannot be reproduced or retransmitted in any form without reference to the original post.
As an example, after you download or install cutycapt (or use an OS like Kali that already has it installed) then you type
cutycapt --url=http://neonprimetime.blogspot.com --out=neo.png

And boom you have a screenshot in a png file.

Now add this command to some python script for example and you could in theory grab screenshots of an entire website if needed.
More about neonprimetime
Top Blogs of all-time
Top Github Contributions
Copyright © 2015, this post cannot be reproduced or retransmitted in any form without reference to the original post.
Subscribe to:
Posts (Atom)