diff --git a/ppf.py b/ppf.py index d0df5ba..40541bd 100755 --- a/ppf.py +++ b/ppf.py @@ -146,7 +146,7 @@ def proxyleech(sqlite, rows): except KeyboardInterrupt as e: raise e except: content = '' - matches = re.findall(r'[0-9]+(?:\.[0-9]+){3}:[0-9]+', cleanhtml(content)) + matches = re.findall(r'([0-9]+(?:\.[0-9]+){3}:[0-9]{1,5})[\D$]', cleanhtml(content)) uniques_dict = {} for p in matches: