Projects STRLCPY mosint Commits 2dd5794f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    1 1  [![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
    2 2   
    3 3  # MOSINT
     4 +developed by Alp Keskin
    4 5   
    5 6  ## :question: What is the MOSINT ?
    6 7  MOSINT is an OSINT Tool for emails.
    skipped 2 lines
    9 10   - [need API] Verification Service { Check if email exist }
    10 11   - Check social accounts with Socialscan
    11 12   - Check data breach with scylla.sh
     13 + - [need API] Find related emails
     14 + - Find related phone numbers
    12 15   - Scan Pastebin Dumps
    13 16   - Google Search
    14 17   - DNS Lookup
    15 18  
    16 19   :bangbang: You can turn features on off from the `config.json` :bangbang:
     20 +
     21 + ```
     22 + [
     23 + {
     24 + "verify-email.org API Key": "set API KEY here",
     25 + "shodan.io API Key": "set API KEY here",
     26 + "Check Connections": "True",
     27 + "Social Scan": "True",
     28 + "Leaked DB": "True",
     29 + "Related Phone Numbers" : "True",
     30 + "Pastebin Dumps": "True",
     31 + "Google Search": "True",
     32 + "DNS Lookup": "True"
     33 + }
     34 +]
     35 + ```
    17 36   
    18 37  ## :key: API Key:
    19 38  **[not required to run the program]**
    skipped 30 lines
Please wait...
Page is in error, reload to recover