Projects STRLCPY mosint Commits bab67daa
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 3 lines
    4 4   <img src="https://raw.githubusercontent.com/alpkeskin/mosint/master/banner.png" width="500" title="mosint">
    5 5  </p>
    6 6   
    7  -## What is the MOSINT :question:
     7 +## What is the MOSINT
    8 8   
    9 9  MOSINT is an OSINT Tool for emails. It helps you gather information about the target email.
    10 10   
    11 11  #### Features: :eyes:
    12 12   
    13 13  * Email validation
    14  -* Check social accounts with Socialscan
    15  -* Check data breaches
    16  -* Find related emails
    17  -* Find related domains
    18  -* Scan Pastebin Dumps
     14 +* Check social accounts with Socialscan and Holehe
     15 +* Check data breaches and password leaks
     16 +* Find related emails and domains
     17 +* Scan Pastebin and Throwbin Dumps
    19 18  * Google Search
    20 19  * DNS Lookup
    21 20  * IP Lookup
    22  -* Find subdomains of domain
    23 21   
    24 22   
    25  -## Services (APIs): :key:
     23 +## Services (APIs):
    26 24   
    27 25  \[not required to run the program\]
    28 26   
    skipped 3 lines
    32 30  | [hunter.io](https://hunter.io/) - Public | Related Emails | :white\_check\_mark: :key: |
    33 31  | [emailrep.io](https://emailrep.io/) - Public | Breached Sites Names | :white\_check\_mark: :key: |
    34 32  | [scylla.so](https://scylla.so/) - Public | Database Leaks | :construction: |
    35  -| [breachdirectory.org](https://breachdirectory.org/) - Public | Database Leaks | :white\_check\_mark: :key: |
     33 +| [breachdirectory.org](https://breachdirectory.org/) - Public | Password Leaks | :white\_check\_mark: :key: |
     34 +| [Intelligence X](https://intelx.io/) - Public | Password Leaks | :white\_check\_mark: :key: |
    36 35   
    37  -_- API key required_
     36 +:key: API key required
    38 37   
    39 38  #### For Use:
    40 39   
    skipped 12 lines
    53 52   
    54 53  you can type `-h` for help menu.
    55 54   
    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  -```
     55 +| FLAGS | DESCRIPTION | ISREQUIRED |
     56 +|-----------|---------------------------------------------------|------------|
     57 +| -e | Set target email | Yes |
     58 +| -verify | Verify target email | No |
     59 +| -social | Social scan for target email | No |
     60 +| -relateds | Find related emails and domains with target email | No |
     61 +| -leaks | Find password leaks for target email | No |
     62 +| -dumps | Search pastebin dumps for target email | No |
     63 +| -domain | More information about target email's domain | No |
     64 +| -o | Output to text file | No |
     65 +| -v | Version of mosint | No |
     66 +| -h | Help Menu | No |
     67 +| -all | All features! | No |
    77 68   
    78 69  ### Example:
    79 70   
    80 71  `go run main.go -e [email protected] -all`
    81 72   
     73 +Just type `-o` for output file (.txt)
     74 + 
    82 75   
    83 76  ## Screen :
    84 77   
    85  -[![mosint](https://asciinema.org/a/444753.svg)](https://asciinema.org/a/444753)
     78 +[![mosint](https://asciinema.org/a/479072.svg)](https://asciinema.org/a/479072)
     79 + 
     80 +### Buy me a cofffee: :money_with_wings:
    86 81   
    87  -### My Bitcoin Wallet: :money_with_wings:
    88  -[BTC]
    89  -`19N6A1yAGcfLpaFGQtWaVf316ETWweRbUo`
     82 +https://www.buymeacoffee.com/alpkeskin
    90 83   
    91 84  #### Tested on:
    92 85   
    93 86  - [x] Linux
    94 87  - [x] macOS
    95 88   
    96  -#### To-Do list: :memo:
    97  - 
    98  -- PDF Scanner for Related Emails
    99  -- Output file (.txt)
    100  -- Related phone number sources
    101  -- Useful API's
    102  - 
    103  - 
Please wait...
Page is in error, reload to recover