Download Web Proxy Checker Pro Now
[+] Extract proxies from web pages using PERL-compatible regular expression (regexp). The regular expression must be enclosed by slashes (/). The first group in the regular expression matches the IP, the second group matches the Port (regexp groups are enclosed by parentheses).
Example of regular expression to find proxies:
/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}):(\d{1,5})/
In this example (\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) matches the IP, (\d{1,5}) matches the Port.
[+] Extract proxies from web pages using PERL-compatible regular expression (regexp). The regular expression must be enclosed by slashes (/). The first group in the regular expression matches the IP, the second group matches the Port (regexp groups are enclosed by parentheses).
Example of regular expression to find proxies:
/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}):(\d{1,5})/
In this example (\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) matches the IP, (\d{1,5}) matches the Port.
No comments:
Post a Comment