Moriarty Project : This Tool Gives Information About The Phone Number That You Entered

Moriarty is a tool that tries to find good information about the phone number that you provided

  • Tries To Find Owner Of The Number
  • Tries To Find Risk Level Of The Number
  • Tries To Find Location,Time Zone Of The Number,Carrier
  • Tries To Find Social Media Platforms That The Number Is Registered
  • Tries To Find Links About Phone Number
  • Tries To Find Comments About Phone Number
  • Sends Sms To Phone Number With Amazon Aws
  • Advanced Information Gathering And Osint Tool

Installation

  • chmod 755 install.sh
  • ./install.sh

Note About Installation

  • This tool has to be run as non-root. And it has to be downloaded in the directory that doesnt require any root permission. That feature will be added in the next release

Usage

Output

Sending SMS

  • It is necessery to have an amazon aws account otherwise sms won’t be sent.

CURRENT VERSION

  • v2.4

Note

  • Please don’t use your real gmail account open a fake account and don’t add your phone number for better usage of the tool.
  • This tool will not steal your account. Codes are opensource you can check.
R K

Recent Posts

ss Command in Linux: Display Socket Statistics and Connections

The ss command in Linux lists open sockets and active network connections. It replaced the deprecated netstat command and…

13 hours ago

ftp Command in Linux: Connect to Servers and Transfer Files

The ftp command in Linux connects to a remote FTP server and transfers files. FTP transmits everything…

13 hours ago

lsmod Command in Linux: List and Inspect Kernel Modules

The lsmod command in Linux lists all currently loaded kernel modules. It reads /proc/modules — a virtual file maintained…

13 hours ago

rename Command in Linux: Batch Rename Files with Perl Regex

The rename command in Linux renames multiple files at once using Perl regular expressions. Unlike mv, which handles…

13 hours ago

pgrep Command in Linux: Find and Filter Running Processes

The pgrep command in Linux finds the PIDs of running processes based on a name or other…

1 day ago

unlink Command in Linux: Remove a Single File or Symlink

The unlink command in Linux removes a single file by deleting its directory entry. It is a…

1 day ago