Regular Expressions 101

Community Patterns

1...56789...758

Search disabled SSL verification

1

Regular Expression
PCRE2 (PHP >=7.3)

/
ssl[.]{0,1}verify[ -_\"']{1,6}false['\"\\]{0,3}
/
gi

Description

Find SSLVerify = false

Submitted by @Sergiomarotco - 5 months ago