glebarez / padre

Blazing fast, advanced Padding Oracle exploit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore mismatch between certificate name and hostname in the URL

enricocavalli opened this issue · comments

Is it possibile to add maybe a copule of options to relax x509 certificate checks in requests?

  • ignore errors about unknown CA (or self signed certificates)
  • ignore certificate name vs URL hostname mismatch?

Both check can be bypassed for instance using burp proxy and trusting burp CA at "system level", but it could be useful to fire padre without proxies in between.

Thanks a lot !

commented

Fixed in Release 2.0.4
Thank you for reporting