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 18, 2022
1 parent b6c54bc commit 93e11ab
Showing 1 changed file with 17 additions and 46 deletions.
63 changes: 17 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
# MOSINT

<p align="center">
<img src="https://raw.githubusercontent.com/alpkeskin/mosint/master/banner.png" width="500" title="mosint">
<img src="https://raw.githubusercontent.com/alpkeskin/mosint/master/banner2-2.png" width="500" title="mosint">
</p>

## What is the MOSINT

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

#### Features: :eyes:

* Email validation
* Check social accounts with Socialscan and Holehe
* Check social accounts
* Check data breaches and password leaks
* Find related emails and domains
* Scan Pastebin and Throwbin Dumps
* Scan Pastebin Dumps
* Google Search
* DNS Lookup
* IP Lookup
* Output to text file


## Services (APIs):
Expand All @@ -27,62 +25,35 @@ MOSINT is an OSINT Tool for emails. It helps you gather information about the ta

| Service | Function | Status |
| :--- | :--- | :--- |
| [ipapi.co](https://ipapi.co/) - Public | More Information About Domain | :white\_check\_mark: |
| [ipapi.co](https://ipapi.co/) - Public | More Information About Domain | :construction: |
| [hunter.io](https://hunter.io/) - Public | Related Emails | :white\_check\_mark: :key: |
| [emailrep.io](https://emailrep.io/) - Public | Breached Sites Names | :white\_check\_mark: :key: |
| [scylla.so](https://scylla.so/) - Public | Database Leaks | :construction: |
| [breachdirectory.org](https://breachdirectory.org/) - Public | Password Leaks | :white\_check\_mark: :key: |
| [psbdmp.ws](https://psbdmp.ws/) - Public | Pastebin Dumps | :white\_check\_mark: :key: |
| [Intelligence X](https://intelx.io/)| Password Leaks | :white\_check\_mark: :key: |

:key: API key required

#### For Use:
#### If you want to use mosint with full features, set your API keys:

- Save your API key in the `keys.json`
- Install Go and Python on your system
```
mosint set hunter <hunter.io API key>
mosint set emailrep <emailrep.io API key>
mosint set intelx <intelx.io API key>
mosint set psbdmp <psbdmp.ws API key>
mosint set breachdirectory <breachdirectory.org API key>
```

## Installation:

`git clone https://github.com/alpkeskin/mosint.git`

`cd mosint`

`pip3 install -r requirements.txt`
`go install -v github.com/alpkeskin/mosint@latest`

## Usage:

you can type `-h` for help menu.

| FLAGS | DESCRIPTION | ISREQUIRED |
|-----------|---------------------------------------------------|------------|
| -e | Set target email | Yes |
| -verify | Verify target email | No |
| -social | Social scan for target email | No |
| -relateds | Find related emails and domains with target email | No |
| -leaks | Find password leaks for target email | No |
| -dumps | Search pastebin dumps for target email | No |
| -domain | More information about target email's domain | No |
| -o | Output to text file | No |
| -v | Version of mosint | No |
| -h | Help Menu | No |
| -all | All features! | No |

### Example:

`go run main.go -e example@domain.com -all`

Just type `-o` for output file (.txt)

`mosint example@email.com`

## Screen :

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

### Buy me a coffee: :money_with_wings:

https://www.buymeacoffee.com/alpkeskin
[![mosint](https://asciinema.org/a/529726.svg)](https://asciinema.org/a/529726)

#### Tested on:

- [x] Linux
- [x] macOS

0 comments on commit 93e11ab

Please sign in to comment.