Projects STRLCPY mosint Commits abd56abb
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    1 1  # MOSINT
    2 2   
     3 +## What is the MOSINT ?
    3 4   
    4  -## :question: What is the MOSINT ?
    5  -MOSINT is an OSINT Tool for emails.
    6  -It helps you gather information about the target email.
    7  -#### :briefcase: Features:
    8  - - Verification Service { Check if email exist }
    9  - - Check social accounts with Socialscan
    10  - - Check data breaches
    11  - - [need API] Find related emails
    12  - - Find related phone numbers
    13  - - Find related domains
    14  - - Scan Pastebin Dumps
    15  - - Google Search
    16  - - DNS Lookup
     5 +MOSINT is an OSINT Tool for emails. It helps you gather information about the target email.
    17 6   
    18  - :bangbang: You can turn features on off from the `config.json` :bangbang:
     7 +#### Features:
    19 8   
    20  - ```json
    21  - [
    22  - {
    23  - "verify-email.org API Key": "set API KEY here",
    24  - "hunter.io API Key": "set API KEY here",
    25  - "Breached Sites[leak-lookup.com API Key]": "set API KEY here",
    26  - "Social Scan": "True",
    27  - "Leaked DB": "True",
    28  - "Related Phone Numbers" : "True",
    29  - "Related Domains" : "True",
    30  - "Pastebin Dumps": "True",
    31  - "Google Search": "True",
    32  - "DNS Lookup": "True"
    33  - }
     9 +* Verification Service { Check if email exist }
     10 +* Check social accounts with Socialscan
     11 +* Check data breaches
     12 +* \[need API\] Find related emails
     13 +* Find related phone numbers
     14 +* Find related domains
     15 +* Scan Pastebin Dumps
     16 +* Google Search
     17 +* DNS Lookup
     18 + 
     19 + 
     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 +}
    34 37  ]
    35  - ```
     38 +```
    36 39   
    37  -## :key: APIs:
    38  -[not required to run the program]
     40 +## APIs:
     41 + 
     42 +\[not required to run the program\]
    39 43   
    40 44  | Service | Function | Status |
    41  -|-|-|-|
    42  -| [verify-email](https://verify-email.org/) | Email Verification | :white_check_mark: :key: |
    43  -| [hunter.io](https://hunter.io/) - Public | Related Emails | :white_check_mark: :key: |
    44  -| [leak-lookup](https://leak-lookup.com/) | Breached Sites Names | :white_check_mark: :key: |
    45  -| [scylla.sh](https://scylla.sh/) | Database Leaks | :white_check_mark: |
    46  -| [hackertarget](https://hackertarget.com/) | DNS Lookup | :white_check_mark: |
    47  -| [psbdmp](https://psbdmp.ws/) | Pastebin Dumps | :white_check_mark: |
     45 +| :--- | :--- | :--- |
     46 +| [verify-email](https://verify-email.org/) | Email Verification | :white\_check\_mark: :key: |
     47 +| [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 | :white\_check\_mark: |
     50 +| [hackertarget](https://hackertarget.com/) | DNS Lookup | :white\_check\_mark: |
     51 +| [psbdmp](https://psbdmp.ws/) | Pastebin Dumps | :white\_check\_mark: |
    48 52   
    49  -*:key: - API key required*
     53 +_- API key required_
    50 54   
    51 55  #### For Use:
     56 + 
    52 57  Save your API key in the `config.json`
    53 58   
     59 +## Cloning:
    54 60   
    55  -## :package: Cloning:
    56 61  `git clone https://github.com/alpkeskin/mosint.git`
    57 62   
    58  -## :shipit: Usage:
     63 +## Usage:
     64 + 
    59 65  `cd mosint`
    60 66   
    61 67  `pip3 install -r requirements.txt`
    62 68   
    63  -- You can edit the `config.json` file
     69 +* You can edit the `config.json` file
    64 70   
    65 71  `python3 mosint.py`
    66 72   
    67  -- Set Target Email
     73 +* Set Target Email
    68 74   
    69 75  Also, you can **exit** by pressing the `q` key.
    70 76   
    71  -## :computer: Screen:
     77 +## Screen:
    72 78   
    73 79  [![mosint](https://asciinema.org/a/2vXl00ACUTpPULeQsYcDiFsXy.svg)](https://asciinema.org/a/2vXl00ACUTpPULeQsYcDiFsXy)
    74 80   
    75  -### :money_with_wings: My Bitcoin Wallet:
     81 +### My Bitcoin Wallet:
     82 + 
    76 83  `3NFfd1QXUVFsZzfbwGJiAJdehtPB9D88tK`
    77 84   
    78  -#### :white_check_mark: Tested on:
    79  -- Kali Linux
    80  -- Parrot OS
    81  -- MacOS (without SocialScan module)
     85 +#### Tested on:
     86 + 
     87 +* Kali Linux
     88 +* Parrot OS
     89 +* MacOS \(without SocialScan module\)
     90 + 
    82 91   
  • ■ ■ ■ ■ ■
    SUMMARY.md
     1 +# Table of contents
     2 + 
     3 +* [MOSINT](README.md)
     4 + 
     5 + 
Please wait...
Page is in error, reload to recover