Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@ The script will search for potential e-mail addresses of a target according to i

The script asks for the following user inputs (mandatory inputs are marked with asterisk):
```
Name*: Insert the first name of your target (e.g. john)
Name*: Insert the first name of your target (tatiana)

Surname*: Insert the last name of your target (e.g. smith)
Surname*: Insert the last name of your target (brukis)

Birth year: Insert birth year in its full form (e.g. 1984), otherwise (e.g. if you input 84) the script will assume you don't know the exact birth year.
Birth year: Insert birth year in its full form (e.g. 1986), otherwise (e.g. if you input 84) the script will assume you don't know the exact birth year.
You can also input "no" if you don't know the year of birth.

Username: Insert any known username of the target (only one). You can also input "no" if you don't know any username.
Username: Insert any known username of the target (no). You can also input "no" if you don't know any username.

Add extra e-mail formats: Use static or dynamic formats for the username of the e-mail (part of e-mail before the @ symbol).
Add extra e-mail formats: Use static or dynamic formats for the username of the e-mail (mouse@gmai).
This option will add e-mail usernames to an already pre-configured list in the script (see link below for pre-configured usernames table)
If you want to add static formats just input them (e.g. josmi94) but if you want to use dynamic formats then use any structure
If you want to add static formats just input them (e.g. tatiana2001) but if you want to use dynamic formats then use any structure
containing the following:
- f!! (first char of the target's first name),
- first!! (target's first name),
- l!! (first char of the target's last name) and
- last!! (target's last name).
Example: f!!+last!! --> j+smith@domain
- f!! (t),
- first!! (tatiana),
- l!! (b) and
- last!! (brukis).
Example: f!!+last!! --> t+brukis@domain

Skype automation: The user is asked if he would like the tool to add all Skype usernames used by persons with this name in Skype. For example, if I look for John Smith, the tool will scrape and add to the pool all usernames of people called John Smith like "live:john.smith.guy" or "iamjohnsmith32" or similar. Experiment a little if you wish to understand this function more.

Expand Down