Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alpkeskin authored Oct 25, 2020
1 parent 240962e commit 2dd5794
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

# MOSINT
developed by Alp Keskin

## :question: What is the MOSINT ?
MOSINT is an OSINT Tool for emails.
Expand All @@ -9,11 +10,29 @@ It helps you gather information about the target email.
- [need API] Verification Service { Check if email exist }
- Check social accounts with Socialscan
- Check data breach with scylla.sh
- [need API] Find related emails
- Find related phone numbers
- Scan Pastebin Dumps
- Google Search
- DNS Lookup

:bangbang: You can turn features on off from the `config.json` :bangbang:

```
[
{
"verify-email.org API Key": "set API KEY here",
"shodan.io API Key": "set API KEY here",
"Check Connections": "True",
"Social Scan": "True",
"Leaked DB": "True",
"Related Phone Numbers" : "True",
"Pastebin Dumps": "True",
"Google Search": "True",
"DNS Lookup": "True"
}
]
```

## :key: API Key:
**[not required to run the program]**
Expand Down

0 comments on commit 2dd5794

Please sign in to comment.