httpscreenshot
httpscreenshot copied to clipboard
Hello, first of all, thank for your tool ! Can you create this feature for a next release of your tool : Add a option to redirect all .html /...
Hi, Tried to install it on Kali2021.1 but i got some issues. Reading package lists... Done Building dependency tree... Done Reading state information... Done Package firefox is not available, but...
`Reading package lists... Done Building dependency tree Reading state information... Done Package xvfb is not available, but is referred to by another package. This may mean that the package is...
to fix "Selenium support for PhantomJS has been deprecated, please use headless versions of Chrome or Firefox instead"
root@kali:~/playbook2/httpscreenshot# cat masshttp.sh #!/bin/sh masscan -p80,443 -iL networks.txt -oG http.gnmap --rate 5000 -e tun0 cd httpscreenshots python ~/playbook2/httpscreenshot/httpscreenshot.py -i ../http.gnmap -p -t 30 -w 50 -a -vH -r 1 python...
I have a problem, where I get stuck at **[-] Something bad happened with URL: http://xx.xx.xx.xx:80**. Most of the times it happens, it will simply move along, but sometimes I...
**How or where to fix:** /usr/local/lib/python2.7/dist-packages/selenium/webdriver/phantomjs/webdriver.py:49: UserWarning: Selenium support for PhantomJS has been deprecated, please use headless versions of Chrome or Firefox instead warnings.warn('Selenium support for PhantomJS has been deprecated,...
I am using httpscreenshot to see if sites are up and understanding what they are hosting. This list has 675 domains and I am using the --headless flag. The list...
Add a CLI option to pass a single host to httpscreenshot from the command line. Example: ``` $ python2 httpscreenshot.py -H "http://foo.com" ```
Implements #10 by adding a -o/--output_dir argument to allow you to save screenshots to a specified directory. The default is to save in the current working directory.