Community Patterns

Community Library Entry

7

Regular Expression
Created·2014-09-15 11:32
Updated·2023-07-27 20:59
Flavor·Python

r"
^(?:::f{4,6}:)?(?P<host>\S+) .* \"(GET|POST) [^\"]+\" 403
"
mg
Open regex in editor

Description