wapiti-scanner / wapiti

Web vulnerability scanner written in Python3
https://github.com/wapiti-scanner/wapiti
GNU General Public License v2.0
1.2k stars 180 forks source link

Sslyze module #279

Closed anasbousselham closed 1 year ago

anasbousselham commented 2 years ago

Hi, I have this error Unable to import module ssl however I have already installed.

image

bretfourbe commented 2 years ago

HI @anasbousselham, can you have a look at https://github.com/wapiti-scanner/wapiti/issues/268 please ?

anasbousselham commented 2 years ago

already installed sslyze and work perfectly with python3 but not with wapiti3

jhammons commented 2 years ago

You need to also install humanize.

devl00p commented 2 years ago

Hey @anasbousselham !

How did you install Wapiti ? using pip or your system package provider or git clone ?

Can you provide the output if the pip freeze command in this environment ?

Regards

devl00p commented 1 year ago

Dependencies should be all good with the new release, 3.1.5, closing