Cyber security

Moriarty Project Remastered V4.1.2 – A Comprehensive Guide To Advanced Phone Number Investigation

Moriarty Project is a powerful web based phone number investigation tool. It has 6 features and it allows you to choose either all features, or the features you like.

You can visit documentation page to learn more about features.

Situation

Social Media Stuck Issue Fixed.

Current Features

  • Tries To Find The Owner Of The Given Phone Number.
  • Tries To Find The Spam Risk Situation Of The Given Phone Number.
  • Tries To Get Links Related With The Given Number.
  • Tries To Find Comments That’s Been Made For The Given Number.
  • Tries To Find Social Media Platforms Connected With The Phone Number.

Anti Features & Future Developments

  • This tool doesn’t support mobile based usage(termux,kali nethunter etc.)
  • I might make another tool for mobile OS based usage. But currently it’s not supported.
  • SocialMedia feature doesn’t provide the accounts that’s belong to the phone number owner.
  • This tool doesn’t provide tracking/hacking or anything that could harm/endanger the owner. It’s just an investigation tool.

Installation

sudo apt install git -y

git clone https://github.com/AzizKpln/Moriarty-Project

cd Moriarty-Project/ && bash install.sh

bash run.sh

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Comments in Bash Scripts

What Are Bash Comments? In Bash scripting, comments are notes in your code that the…

3 hours ago

Shebang (#!) in Bash Script

When you write a Bash script in Linux, you want it to run correctly every…

23 hours ago

Bash String Concatenation – Bash Scripting

Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…

1 day ago

Learn Bash Scripting: How to Create and Run Shell Scripts for Beginners

What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…

2 days ago

Bash if…else Statement – Bash Scripting

When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…

2 days ago

Bash Functions Explained: Syntax, Examples, and Best Practices

Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…

4 days ago