Script - Gather Emails
Simple python script to generate google dorks to gather employees' emails
Last updated
Was this helpful?
Simple python script to generate google dorks to gather employees' emails
Last updated
Was this helpful?
Was this helpful?
email_domain = input("Email domain : ")
print(f"""The domain of the email is {email_domain}
Google dorks for gathering emails :
""")
def google_dorks(domain):
dorks =