/python-spammer

Upgraded a simple python scammer made by engineer man to create more realistic fake data

Primary LanguagePython

Python AntiScam Spammer

Overview

Code originally from Engineer Man and can be found on his GitHub.

My plan is to tweak it slightly to make more realistic and harder to idenify fake email addresses and passwords.

Plan

  1. Duplicate Engineer Man's code
  2. Add last names
  3. Update email to do a mix of the following:
    1. FirstnameLastname
    2. Firstname.Lastname
    3. Firstname_Lastname
    4. Firstname-Lastname
    5. LastnameFirstname
    6. Lastname.Firstname
    7. Lastname_Firstname
    8. Lastname-Firstname
    9. All previous but with digits added to the end
  4. Send multiple email addresses instead of just "@yahoo.com"
  5. Create realistic passwords

Contributers