ppf: only extract ips with port >= 10

This commit is contained in:
rofl0r
2019-01-11 03:29:13 +00:00
parent 122847d888
commit b6dba08cf0

2
ppf.py
View File

@@ -160,7 +160,7 @@ def proxyleech(proxydb, urldb, rows):
except KeyboardInterrupt as e: raise e
except: content = ''
matches = re.findall(r'([0-9]+(?:\.[0-9]+){3}:[0-9]{1,5})[\D$]', cleanhtml(content))
matches = re.findall(r'([0-9]+(?:\.[0-9]+){3}:[0-9]{2,5})[\D$]', cleanhtml(content))
uniques_dict = {}
for p in matches: