Closed pwneddesal closed 6 years ago
Can you try adding the -vvv
option please ?
debug? look like there is not problem
[DEBUG][General] Options: {'log_level': 'DEBUG', 'http_username': None, 'input_file': 'test.txt', 'workers': 2, 'http_password': None, 'output_directory': None, 'header': None, 'proxy_type': None, 'verbosity': 2, 'timeout': 30, 'proxy_auth': None, 'multiprotocol': False, 'cookie': None, 'ssl': False, 'port': None, 'proxy': None}
[INFO][General] 'google.com' has been formatted as 'http://google.com:80' with supplied overriding options
[+] 1 URLs to be screenshot
[DEBUG][http://google.com:80] Shell command to be executed
'phantomjs --ignore-ssl-errors true --ssl-protocol any --ssl-ciphers ALL "/vagrant/tools/webscreenshot/webscreenshot.js" url_capture="http://google.com:80" output_file="/vagrant/tools/webscreenshot/screenshots/http_google.com_80.png"'
[DEBUG][http://google.com:80] Shell command PID 3513 ended normally
[INFO][http://google.com:80] Screenshot OK
[+] 1 actual URLs screenshot
[+] 0 error(s)
So you don't have anything here : /vagrant/tools/webscreenshot/screenshots/http_google.com_80.png
?
Have you checked your user UNIX rights to this folder ?
no problem, it has 777
permission
I don't have any idea about your issue.
I had the same issue and it was because I was using phantomjs 1.9.8 after upgrading to 2.1.1 everything works
Thank you @infosecsecurity
I have installed this tool successfully. I tried to
python webscreenshot.py -i test.txt
, but the screenshot directory is empty. why?