pull/372/head
guipleite 5 years ago
parent 6535e79b42
commit ad2a935950

@ -202,7 +202,7 @@ def sherlock(username, site_data, verbose=False, tor=False, unique_tor=False, pr
# Don't make request if username is invalid for the site # Don't make request if username is invalid for the site
regex_check = net_info.get("regexCheck") regex_check = net_info.get("regexCheck")
if regex_check and re.search(regex_check, username) is None: if regex_check and re.search(regex_check, username) is None and not print_found_only:
# No need to do the check at the site: this user name is not allowed. # No need to do the check at the site: this user name is not allowed.
print_invalid(social_network, "Illegal Username Format For This Site!") print_invalid(social_network, "Illegal Username Format For This Site!")
results_site["exists"] = "illegal" results_site["exists"] = "illegal"

Loading…
Cancel
Save