h3xstream / http-script-generator

ZAP/Burp plugin that generate script to reproduce a specific HTTP request (Intended for fuzzing or scripted attacks)
287 stars 65 forks source link

Cert name errors for Perl (LWP) #6

Closed mavensecurity closed 9 years ago

mavensecurity commented 10 years ago

Consider ignoring certificate errors, as test environment sometimes use a certificate from production which does not match the dev server name.

Add this line to any Perl (LWP): BEGIN { $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0 }

h3xstream commented 10 years ago

I'm planning to make this an option (checkbox to activate/deactivate). It will be available for all langages. I can't give an ETA. I'm starting two other Burp plugins. After they are stable and release, I'll come back to this plugin.

h3xstream commented 9 years ago

The functionality was implemented .. I will notify you when a build version is available.