Skip to content

BruceGitHub/grabScreenUrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grabScreenUrl

grab image screen from list url

Usage

./grabscreenurl.py -i list.txt -g cutycap "--javascript=off --insecure --url=<url> --out=<outfiname>"

url and outfiname will replace at runtime

Full example with webkit2png

./grabscreenurl.py -i sample_dirsearch.log -c dirsearch -g "webkit2png -o <outfilename> --timeout=2000 <url>"

Full example with cutycapt

./grabscreenurl.py -i sample_dirsearch.log -c dirsearch -g "cutycapt --javascript=off --insecure --url=<url> --out=<outfiname>"

convert param

convert origin file to flat list url

list converter

-c dirsearch

todo

implement converter from dirbuster

Releases

No releases published

Packages

No packages published

Languages