Thomas D.
Thomas D.
Hello there, Use that command to install everything, including a working pre-compiled version of `nltk`: ``` pip install docx python-pptx PyPDF2 https://s3-us-west-2.amazonaws.com/jdimatteo-personal-public-readaccess/nltk-2.0.5-https-distribute.tar.gz ``` Source: https://stackoverflow.com/questions/46977498/urllib2-httperror-http-error-403-ssl-is-required-when-installing-nltk-2-0-5
Hello @kumzugloom, Whoa, thank you for your PR: i'll soon check it!
Can you paste the command you used ?
Could you try to run the same command with several pre-v9.0 releases, to see whether it crashes or not ? https://github.com/maaaaz/thc-hydra-windows/releases I suspect a change for the SSH library.
Yes, if you can.
@Reelix, here is a build of hydra v9.1 with another version of libssh, using the one from mingw64 project (https://packages.msys2.org/package/mingw-w64-x86_64-libssh). Can you try the same command as the original one...
Arf, too bad for the crash I really don't know the cause: either compilation/linkage, or just a defect in the lib itself (parsing etc.). Does the crash happen always for...
Ok, and if it crashed again, could you try from a linux version of hydra, for instance on a kali linux ?
Hello, You indeed need to call [that function](https://github.com/maaaaz/webscreenshot/blob/master/webscreenshot.py#L474). But before that you need a proper `options` variable with parameters specified inside: launch the tool with `-vv` option and you will...
Hello, Here below a more precise answer: ``` import argparse from webscreenshot.webscreenshot import * # url list to screenshot url_list = ['http://google.fr', 'http://google.com'] # defining options manually options = argparse.Namespace(URL=None,...