Skip to content

Commit

Permalink
GitBook: [master] 2 pages modified
Browse files Browse the repository at this point in the history
  • Loading branch information
alpkeskin authored and gitbook-bot committed Jun 26, 2021
1 parent 35ce9a6 commit abd56ab
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 52 deletions.
113 changes: 61 additions & 52 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,81 +1,90 @@
# MOSINT


## :question: What is the MOSINT ?
MOSINT is an OSINT Tool for emails.
It helps you gather information about the target email.
#### :briefcase: Features:
- Verification Service { Check if email exist }
- Check social accounts with Socialscan
- Check data breaches
- [need API] Find related emails
- Find related phone numbers
- Find related domains
- Scan Pastebin Dumps
- Google Search
- DNS Lookup

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

```json
[
{
"verify-email.org API Key": "set API KEY here",
"hunter.io API Key": "set API KEY here",
"Breached Sites[leak-lookup.com API Key]": "set API KEY here",
"Social Scan": "True",
"Leaked DB": "True",
"Related Phone Numbers" : "True",
"Related Domains" : "True",
"Pastebin Dumps": "True",
"Google Search": "True",
"DNS Lookup": "True"
}
## What is the MOSINT ?

MOSINT is an OSINT Tool for emails. It helps you gather information about the target email.

#### Features:

* Verification Service { Check if email exist }
* Check social accounts with Socialscan
* Check data breaches
* \[need API\] Find related emails
* Find related phone numbers
* Find related domains
* Scan Pastebin Dumps
* Google Search
* DNS Lookup



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

```javascript
[
{
"verify-email.org API Key": "set API KEY here",
"hunter.io API Key": "set API KEY here",
"Breached Sites[leak-lookup.com API Key]": "set API KEY here",
"Social Scan": "True",
"Leaked DB": "True",
"Related Phone Numbers" : "True",
"Related Domains" : "True",
"Pastebin Dumps": "True",
"Google Search": "True",
"DNS Lookup": "True"
}
]
```
```

## APIs:

## :key: APIs:
[not required to run the program]
\[not required to run the program\]

| Service | Function | Status |
|-|-|-|
| [verify-email](https://verify-email.org/) | Email Verification | :white_check_mark: :key: |
| [hunter.io](https://hunter.io/) - Public | Related Emails | :white_check_mark: :key: |
| [leak-lookup](https://leak-lookup.com/) | Breached Sites Names | :white_check_mark: :key: |
| [scylla.sh](https://scylla.sh/) | Database Leaks | :white_check_mark: |
| [hackertarget](https://hackertarget.com/) | DNS Lookup | :white_check_mark: |
| [psbdmp](https://psbdmp.ws/) | Pastebin Dumps | :white_check_mark: |
| :--- | :--- | :--- |
| [verify-email](https://verify-email.org/) | Email Verification | :white\_check\_mark: :key: |
| [hunter.io](https://hunter.io/) - Public | Related Emails | :white\_check\_mark: :key: |
| [leak-lookup](https://leak-lookup.com/) | Breached Sites Names | :white\_check\_mark: :key: |
| [scylla.sh](https://scylla.sh/) | Database Leaks | :white\_check\_mark: |
| [hackertarget](https://hackertarget.com/) | DNS Lookup | :white\_check\_mark: |
| [psbdmp](https://psbdmp.ws/) | Pastebin Dumps | :white\_check\_mark: |

*:key: - API key required*
_- API key required_

#### For Use:

Save your API key in the `config.json`

## Cloning:

## :package: Cloning:
`git clone https://github.com/alpkeskin/mosint.git`

## :shipit: Usage:
## Usage:

`cd mosint`

`pip3 install -r requirements.txt`

- You can edit the `config.json` file
* You can edit the `config.json` file

`python3 mosint.py`

- Set Target Email
* Set Target Email

Also, you can **exit** by pressing the `q` key.

## :computer: Screen:
## Screen:

[![mosint](https://asciinema.org/a/2vXl00ACUTpPULeQsYcDiFsXy.svg)](https://asciinema.org/a/2vXl00ACUTpPULeQsYcDiFsXy)

### :money_with_wings: My Bitcoin Wallet:
### My Bitcoin Wallet:

`3NFfd1QXUVFsZzfbwGJiAJdehtPB9D88tK`

#### :white_check_mark: Tested on:
- Kali Linux
- Parrot OS
- MacOS (without SocialScan module)
#### Tested on:

* Kali Linux
* Parrot OS
* MacOS \(without SocialScan module\)

4 changes: 4 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Table of contents

* [MOSINT](README.md)

0 comments on commit abd56ab

Please sign in to comment.