Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-04 18:41
Updated·2023-02-07 12:18
Flavor·Python

r"
(?:http(?:s?)|socks(?:5|5h))://(?:[A-Za-z0-9]*:[A-Za-z0-9]*@)*(?:\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}):(?:\d{2,5})
"
gm
Open regex in editor

Description

can detect socks and http proxies and also authenticated proxies

Submitted by Elyas Najibzadeh