From 1b29bf92461c7c070d466463d718d894a72a70b0 Mon Sep 17 00:00:00 2001 From: gavin-anders Date: Thu, 12 Sep 2019 15:59:10 +0100 Subject: [PATCH] Support for Python3 --- turbolist3r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbolist3r.py b/turbolist3r.py index 5887c6c..ebaa0fd 100644 --- a/turbolist3r.py +++ b/turbolist3r.py @@ -26,7 +26,7 @@ from collections import Counter try: from subbrute import subbrute except: - print "Failed to import subbrute, you will not be able to bruteforce" + print("Failed to import subbrute, you will not be able to bruteforce") import dns.resolver import requests # import dnslib, which provides better features compared to dns.resolver for finding subdomains