This commit is contained in:
Jing Ling
2020-09-16 00:56:57 +08:00
parent 685d9ff5d2
commit 30423e7bf5
3 changed files with 3 additions and 9 deletions
+2 -2
View File
@@ -689,11 +689,11 @@ def match_subdomains(domain, html, distinct=True, fuzzy=True):
def check_random_subdomain(subdomains):
if not subdomains:
logger.log('ALERT', f'The generated dictionary is empty')
return False
return
for subdomain in subdomains:
if subdomain:
logger.log('ALERT', f'Please check whether {subdomain} is correct or not')
return True
return
def get_url_resp(url):