Moriarty Project Documentation

repository·master·Indexed 24 days ago

https://github.com/azizkpln/moriarty-project

A web-based phone number investigation tool for gathering intelligence, including owner identification, spam risk assessment, link extraction, comment retrieval, and social media connection identification.

Tokens
313
Snippets
1
Records
2
Agent score
35%

What's inside Moriarty Project

  1. Overview of Moriarty Project features

    master

    Moriarty Project is a web-based phone number investigation tool. It allows users to perform specific investigations or select a combination of the following features:

    • Owner Identification: Attempts to find the owner of a given phone number.
    • Spam Risk Assessment: Checks the spam risk status of a phone number.
    • Link Extraction: Retrieves links related to the provided number.
    • Comment Retrieval: Finds comments made regarding the given number.
    • Social Media Connection: Identifies social media platforms connected to the phone number. (Note: This feature identifies connected platforms but does not provide the specific accounts belonging to the owner).
  2. Install the Moriarty Project

    master

    To install the Moriarty Project, ensure git is installed on your system, clone the repository, run the provided installation script, and then execute the run script. Note that this tool currently does not support mobile-based environments like Termux or Kali NetHunter.

    sudo apt install git -y
    
    git clone https://github.com/AzizKpln/Moriarty-Project
    
    cd Moriarty-Project/ && bash install.sh
    
    bash run.sh