Projects STRLCPY mosint Commits f1c0a06b
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    1 1  # MOSINT
    2 2   
    3  -## What is the MOSINT ?
     3 +<p align="center">
     4 + <img src="https://raw.githubusercontent.com/alpkeskin/mosint/master/banner.png" width="500" title="mosint">
     5 +</p>
     6 + 
     7 +## What is the MOSINT :question:
    4 8   
    5 9  MOSINT is an OSINT Tool for emails. It helps you gather information about the target email.
    6 10   
    7  -#### Features:
     11 +#### Features: :eyes:
    8 12   
    9  -* Verification Service { Check if email exist }
     13 +* Email validation
    10 14  * Check social accounts with Socialscan
    11 15  * Check data breaches
    12  -* Find related emails [API & PDFs]
    13  -* Find related phone numbers
     16 +* Find related emails
    14 17  * Find related domains
    15 18  * Scan Pastebin Dumps
    16 19  * Google Search
    17 20  * DNS Lookup
     21 +* IP Lookup
     22 +* Find subdomains of domain
    18 23   
    19 24   
    20  - 
    21  -You can turn features on off from the `config.json`
    22  - 
    23  -```javascript
    24  -[
    25  -{
    26  - "verify-email.org API Key": "set API KEY here",
    27  - "hunter.io API Key": "set API KEY here",
    28  - "Breached Sites[leak-lookup.com API Key]": "set API KEY here",
    29  - "Social Scan": "True",
    30  - "Leaked DB": "True",
    31  - "Related Phone Numbers" : "True",
    32  - "Related Domains" : "True",
    33  - "Pastebin Dumps": "True",
    34  - "Google Search": "True",
    35  - "DNS Lookup": "True"
    36  -}
    37  -]
    38  -```
    39  - 
    40  -## APIs:
     25 +## Services (APIs): :key:
    41 26   
    42 27  \[not required to run the program\]
    43 28   
    44 29  | Service | Function | Status |
    45 30  | :--- | :--- | :--- |
    46  -| [verify-email](https://verify-email.org/) | Email Verification | :white\_check\_mark: :key: |
     31 +| [ipapi.co](https://ipapi.co/) - Public | More Information About Domain | :white\_check\_mark: |
    47 32  | [hunter.io](https://hunter.io/) - Public | Related Emails | :white\_check\_mark: :key: |
    48  -| [leak-lookup](https://leak-lookup.com/) | Breached Sites Names | :white\_check\_mark: :key: |
    49  -| [scylla.sh](https://scylla.sh/) | Database Leaks | :construction: |
    50  -| [hackertarget](https://hackertarget.com/) | DNS Lookup | :white\_check\_mark: |
    51  -| [psbdmp](https://psbdmp.ws/) | Pastebin Dumps | :white\_check\_mark: |
     33 +| [emailrep.io](https://emailrep.io/) - Public | Breached Sites Names | :white\_check\_mark: :key: |
     34 +| [scylla.so](https://scylla.so/) - Public | Database Leaks | :construction: |
     35 +| [breachdirectory.org](https://breachdirectory.org/) - Public | Database Leaks | :white\_check\_mark: :key: |
    52 36   
    53 37  _- API key required_
    54 38   
    55 39  #### For Use:
    56 40   
    57  -Save your API key in the `config.json`
     41 +- Save your API key in the `keys.json`
     42 +- Install Go and Python on your system
    58 43   
    59  -## Cloning:
     44 +## Installation:
    60 45   
    61 46  `git clone https://github.com/alpkeskin/mosint.git`
    62 47   
    63  -## Usage:
    64  - 
    65 48  `cd mosint`
    66 49   
    67 50  `pip3 install -r requirements.txt`
    68 51   
    69  -* You can edit the `config.json` file
     52 +## Usage:
     53 + 
     54 +you can type `-h` for help menu.
     55 + 
     56 +```text
     57 ++-------+--------------------------------+------------+
     58 +| FLAGS | DESCRIPTION | ISREQUIRED |
     59 ++-------+--------------------------------+------------+
     60 +| -e | Set target email | Yes |
     61 +| -v | Verify the target email | No |
     62 +| -ss | Social scan for target email | No |
     63 +| -re | Find related emails with | No |
     64 +| | target email | |
     65 +| -rd | Find related domains with | No |
     66 +| | target email | |
     67 +| -l | Find password leaks for target | No |
     68 +| | email | |
     69 +| -pd | Search pastebin dumps for | No |
     70 +| | target email | |
     71 +| -er | EmailRep.io API | No |
     72 +| -d | More information about target | No |
     73 +| | email's domain | |
     74 +| -all | All features! | No |
     75 ++-------+--------------------------------+------------+
     76 +```
    70 77   
    71  -* Set Target Email [ -e / --email ]
     78 +### Example:
    72 79   
    73  -`python3 mosint.py -e [email protected]`
     80 +`go run main.go -e [email protected] -all`
    74 81   
    75 82   
    76 83  ## Screen :
    77 84   
    78  -[![mosint](https://asciinema.org/a/2vXl00ACUTpPULeQsYcDiFsXy.svg)](https://asciinema.org/a/2vXl00ACUTpPULeQsYcDiFsXy)
     85 +[![mosint](https://asciinema.org/a/444753.svg)](https://asciinema.org/a/444753)
     86 + 
     87 +### My Bitcoin Wallet: :money_with_wings:
     88 +[BTC]
     89 +`19N6A1yAGcfLpaFGQtWaVf316ETWweRbUo`
    79 90   
    80  -### My Bitcoin Wallet:
     91 +#### Tested on:
    81 92   
    82  -`3NFfd1QXUVFsZzfbwGJiAJdehtPB9D88tK`
     93 +- [x] Linux
     94 +- [x] macOS
    83 95   
    84  -#### Tested on:
     96 +#### To-Do list: :memo:
    85 97   
    86  -* Kali Linux
    87  -* Parrot OS
    88  -* MacOS
     98 +- PDF Scanner for Related Emails
     99 +- Output file (.txt)
     100 +- Related phone number sources
     101 +- Useful API's
    89 102   
    90 103   
Please wait...
Page is in error, reload to recover