Giter Site home page Giter Site logo

azizkpln / moriarty-project Goto Github PK

View Code? Open in Web Editor NEW
1.4K 48.0 210.0 26.73 MB

This tool gives information about the phone number that you entered.

License: MIT License

Python 50.04% Shell 1.95% HTML 48.01%
osint osint-tool advanced-osint-tool advanced information-gathering information phone phone-number phone-number-information moriarty

moriarty-project's Introduction

Moriarty Project Remastered V4.1.2.

Documentation Page

https://azizkpln.github.io/moriartyproject/

About

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

Question And Answers

Tutorial Videos

  • I'll share here if you send me a video about moriarty

Donations

🙌 Use donations to support this project 🙌

BTC - 17qHWGUnP5FSpMsqLiJxz3xkbLWC3y33MB
ETH - 0x7f734c0834cdf1abf744e34912c6d4dfdffceb57

moriarty-project's People

Contributors

azizkpln avatar luketeakirk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

moriarty-project's Issues

Failure at the end

I used telephone number tracking and it worked but finally it gived a fail:

Traceback (most recent call last):
File "Moriarty.py", line 201, in
deep_info_two(options.phone_number)
File "Moriarty.py", line 154, in deep_info_two
deep_info2.deep_two(phone_number)
File "/root/Moriarty-Project/risks_and_deep_search/deep_info2.py", line 29, in deep_two
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div[1]/div[1]/div/form/input"))).send_keys(phone_number)
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/support/wait.py", line 86, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

error

i download the last version of chrome driver and put it in moriarty folder and still git this

Accounts For The Number:

[-]Something Went Wrong! Please Reset Your Modem And Try To Use The Tool Again!
[-]Something Went Wrong! Please Reset Your Modem And Try To Use The Tool Again!
[-]Something Went Wrong! Please Reset Your Modem And Try To Use The Tool Again!
[-]Something Went Wrong! Please Reset Your Modem And Try To Use The Tool Again!
[-]Something Went Wrong! Please Reset Your Modem And Try To Use The Tool Again!
[-]Something Went Wrong! Please Reset Your Modem And Try To Use The Tool Again!
[-]Something Went Wrong! Please Reset Your Modem And Try To Use The Tool Again!

Deep Search:

Traceback (most recent call last):
File "Moriarty.py", line 295, in
deep_info_one(options.phone_number)
File "Moriarty.py", line 213, in deep_info_one
deep_info1.deep_one(phone_number)
File "/home/kali/tools/Moriarty-Project/risks_and_deep_search/deep_info1.py", line 27, in deep_one
driver = webdriver.Chrome(options=options,service=serv)
File "/usr/lib/python3/dist-packages/selenium/webdriver/chrome/webdriver.py", line 95, in init
RemoteWebDriver.init(
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 152, in init
self.start_session(capabilities, browser_profile)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 249, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute
self.error_handler.check_response(response)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 83

Error message

File "/home/kali/Moriarty-Project/Moriarty.py", line 166, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/home/kali/Moriarty-Project/Moriarty.py", line 60, in microsoft_mail
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/main/div/a[2]"))).click()
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py", line 80, in click
self._execute(Command.CLICK_ELEMENT)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py", line 672, in _execute
return self._parent.execute(command, params)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute
self.error_handler.check_response(response)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element ... is not clickable at point (392, 327). Other element would receive the click:

...

(Session info: headless chrome=89.0.4389.114)

I get this error when I run it on both windows and on kali, any idea why?

Unknown Issue Completing Scan

Hey Guys.
When i Installed the project and had a few driver issues that I had to work out; but i got that sorted and now it launches fine. I can enter my login info, login works (verified by microsoft activity), and the scan begins.
I get the correct results for country, timezone and i amagine carrier (if available); but then it errors out. Screen shots attached.
Screen Shot 2022-03-10 at 7 59 18 PM

Ive tried re-installing chrome drivers and the program itself a few times, no luck.
As suggested, i also tried this as normal user and sudo; no changes...
Any advice, am i missing something?

OutlookAccount/username.moriarty Not found

When running the script I get this error.
Python3 Moriarty.py - -no -social media -rf -Pn +55xxxxxxxxx

Traceback (most recent call last):
File "/opt/osint/Moriarty-Project/Moriarty.py", line 171, in
MP=Moriarty_Project()
File "/opt/osint/Moriarty-Project/Moriarty.py", line 34, in init
self.getLoginInfoQuick()
File "/opt/osint/Moriarty-Project/Moriarty.py", line 48, in getLoginInfoQuick
with open("OutlookAccount/username.moriarty","r") as username:self.username=username.read()
FileNotFoundError: [Errno 2] No such file or directory: 'OutlookAccount/username.moriarty'

Important note: this tool will alert the phone number owner

Ran the tool on two phone numbers I have and received a 2FA text from (833) 640-1079. Unsure exactly what service that is associated with, but I wanted to let people know that this tool will send people a text if you run it on their phone number.

urllib.error.HTTPError: HTTP Error 404: Not Found

Hello, just ran this command

python3 Moriarty.py -pn +62xxxxxxxxxx

gave my outlook email, password, press enter, then got this error :

raceback (most recent call last):
  File "Moriarty.py", line 173, in <module>
    MP.run1()
  File "Moriarty.py", line 162, in run1
    self.spamcalls_()
  File "Moriarty.py", line 122, in spamcalls_
    spamcalls().spamcallsStart(self.phoneNumber)
  File "/home/xyzdc/SC_PYTHON/Moriarty-Project/DeepInfo/risks.py", line 10, in __init__
    self.driver=uc.Chrome(options=options,version_main=f.read())
  File "/home/xyzdc/.local/lib/python3.8/site-packages/undetected_chromedriver/__init__.py", line 208, in __init__
    patcher.auto()
  File "/home/xyzdc/.local/lib/python3.8/site-packages/undetected_chromedriver/patcher.py", line 118, in auto
    release = self.fetch_release_number()
  File "/home/xyzdc/.local/lib/python3.8/site-packages/undetected_chromedriver/patcher.py", line 140, in fetch_release_number
    return LooseVersion(urlopen(self.url_repo + path).read().decode())
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

Is it because of the country code that i put ? Thanks.

Edit : Also i dont use any proxy and using linux on a VM (VB)

FileNotFoundError: [WinError 2] The system cannot find the file specified

I've got the following error. Anyone have an idea how to fix the problem??

[+]Country:Germany
[+]Time Zone:Europe/Berlin
[+]Carrier:O2
Traceback (most recent call last):
File "Moriarty.py", line 175, in
MP.run()
File "Moriarty.py", line 145, in run
self.spamcalls_()
File "Moriarty.py", line 122, in spamcalls_
spamcalls().spamcallsStart(self.phoneNumber)
File "C:\Users\The_Trickster80\projekte\Moriarty-Project\DeepInfo\risks.py", line 8, in init
display=Display(visible=0,size=(1024, 768))
File "C:\Users\The_Trickster80.pyenv\pyenv-win\versions\3.8.1\lib\site-packages\pyvirtualdisplay\display.py", line 54, in init
self._obj = cls(
File "C:\Users\The_Trickster80.pyenv\pyenv-win\versions\3.8.1\lib\site-packages\pyvirtualdisplay\xvfb.py", line 44, in init
AbstractDisplay.init(
File "C:\Users\The_Trickster80.pyenv\pyenv-win\versions\3.8.1\lib\site-packages\pyvirtualdisplay\abstractdisplay.py", line 85, in init
helptext = get_helptext(program)
File "C:\Users\The_Trickster80.pyenv\pyenv-win\versions\3.8.1\lib\site-packages\pyvirtualdisplay\util.py", line 13, in get_helptext
p = subprocess.Popen(
File "C:\Users\The_Trickster80.pyenv\pyenv-win\versions\3.8.1\lib\subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\The_Trickster80.pyenv\pyenv-win\versions\3.8.1\lib\subprocess.py", line 1307, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified

Won't search

When I try: python3 Moriarty.py -g [email protected] <redacted email address, so I used my rabbit's name>

I get this: Usage: Moriarty.py [options]

Moriarty.py: error: Please Use '-h' Parameter To Get Help!

What am I doing wrong?

Huge error

Traceback (most recent call last):
File "/home/jay/Moriarty-Project/Moriarty.py", line 179, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/home/jay/Moriarty-Project/Moriarty.py", line 59, in microsoft_mail
driver = uc.Chrome(options=options)
File "/home/jay/.local/lib/python3.9/site-packages/undetected_chromedriver/init.py", line 51, in new
instance.init(*args, **kwargs)
File "/usr/lib/python3/dist-packages/selenium/webdriver/chrome/webdriver.py", line 95, in init
RemoteWebDriver.init(
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 152, in init
self.start_session(capabilities, browser_profile)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 249, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute
self.error_handler.check_response(response)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 89
Current browser version is 88.0.4324.182 with binary path /usr/bin/chromium

I installed the program without sudo permission everything was good but when i run the program with my outlook and pass it doesn't work. Is this tool still getting updated or abandoned?

Problem to identification

hi Aziz, i have problem with this one

Owner Name/Number Information:

Traceback (most recent call last):
File "Moriarty.py", line 179, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "Moriarty.py", line 62, in microsoft_mail
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/form[1]/div/div/div[1]/div[2]/div[2]/div/div/div/div[2]/div[2]/div/input[1]"))).send_keys(username)
File "/home/oegeks/.local/lib/python3.8/site-packages/selenium/webdriver/support/wait.py", line 86, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

what suppose to do?

Traceback (most recent call last):

Hello when I run python3 Moriarty.py -rf -pn +49xxxxx on Ubuntu 20 , I get the following error.

Traceback (most recent call last):
File "/home/projekt/Moriarty-Project/DeepInfo/risks.py", line 31, in spamcallsStart
user_reports=WebDriverWait(self.driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div[2]/div[1]/div/p[1]"))).text
File "/home/projekt/.local/lib/python3.9/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
#0 0x5642b2ca1ad3
#1 0x5642b2a01568
#2 0x5642b2a37c46
#3 0x5642b2a37e01
#4 0x5642b2a6aa64
#5 0x5642b2a5561d
#6 0x5642b2a68824
#7 0x5642b2a554e3
#8 0x5642b2a2ad1a
#9 0x5642b2a2be75
#10 0x5642b2ccfefd
#11 0x5642b2ce919b
#12 0x5642b2cd1c65
#13 0x5642b2ce9ec8
#14 0x5642b2cc5360
#15 0x5642b2d05a68
#16 0x5642b2d05be8
#17 0x5642b2d1f7fd
#18 0x7f185ccc3d80

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/projekt/Moriarty-Project/DeepInfo/risks.py", line 45, in spamcallsStart
spam_risk=WebDriverWait(self.driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div[2]/div[1]/div/div[2]/div[1]/div/div[1]/span[2]"))).text
File "/home/projekt/.local/lib/python3.9/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
#0 0x5642b2ca1ad3
#1 0x5642b2a01568
#2 0x5642b2a37c46
#3 0x5642b2a37e01
#4 0x5642b2a6aa64
#5 0x5642b2a5561d
#6 0x5642b2a68824
#7 0x5642b2a554e3
#8 0x5642b2a2ad1a
#9 0x5642b2a2be75
#10 0x5642b2ccfefd
#11 0x5642b2ce919b
#12 0x5642b2cd1c65
#13 0x5642b2ce9ec8
#14 0x5642b2cc5360
#15 0x5642b2d05a68
#16 0x5642b2d05be8
#17 0x5642b2d1f7fd
#18 0x7f185ccc3d80

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/projekt/Moriarty-Project/Moriarty.py", line 175, in
MP.run()
File "/home/projekt/Moriarty-Project/Moriarty.py", line 145, in run
self.spamcalls_()
File "/home/projekt/Moriarty-Project/Moriarty.py", line 122, in spamcalls_
spamcalls().spamcallsStart(self.phoneNumber)
File "/home/projekt/Moriarty-Project/DeepInfo/risks.py", line 57, in spamcallsStart
spam_risk=WebDriverWait(self.driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div[2]/div[1]/div/div[2]/div[1]/div/div[1]/h4"))).text
File "/home/projekt/.local/lib/python3.9/site-packages/selenium/webdriver/support/wait.py", line 89, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
#0 0x5642b2ca1ad3
#1 0x5642b2a01568
#2 0x5642b2a37c46
#3 0x5642b2a37e01
#4 0x5642b2a6aa64
#5 0x5642b2a5561d
#6 0x5642b2a68824
#7 0x5642b2a554e3
#8 0x5642b2a2ad1a
#9 0x5642b2a2be75
#10 0x5642b2ccfefd
#11 0x5642b2ce919b
#12 0x5642b2cd1c65
#13 0x5642b2ce9ec8
#14 0x5642b2cc5360
#15 0x5642b2d05a68
#16 0x5642b2d05be8
#17 0x5642b2d1f7fd
#18 0x7f185ccc3d80

in line #166 of moriart.py

i am on kali linux and running it as non root
everything was fine but after running python3 Moriaty.py -n +1-202-555-0125
i am getting the error

Traceback (most recent call last):
File "/home/frog/Desktop/Moriarty-Project/Moriarty.py", line 166, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/home/frog/Desktop/Moriarty-Project/Moriarty.py", line 61, in microsoft_mail
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.NAME, "loginfmt"))).send_keys(username)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py", line 511, in send_keys
{'text': "".join(keys_to_typing(value)),
File "/usr/lib/python3/dist-packages/selenium/webdriver/common/utils.py", line 153, in keys_to_typing
for i in range(len(val)):
TypeError: object of type 'NoneType' has no len()

Execution Error

I have an error when execute the script, after check twitter account:

Traceback (most recent call last):
  File "Moriarty.py", line 196, in <module>
    google_phone(options.phone_number)
  File "Moriarty.py", line 134, in google_phone
    google.gg(phone_number)
  File "/home/mateusfg7/Tools/Moriarty-Project/social_media/google.py", line 36, in gg
    WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, '/html/body/div[1]/div[1]/footer/div/div/div[1]/div[1]/div[38]'))).click()
  File "/usr/lib/python3/dist-packages/selenium/webdriver/support/wait.py", line 86, in until
    raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message: 


image

Error when searching

I tried to search for a phone number and got this error

Owner Name/Number Information:

Traceback (most recent call last):
File "Moriarty.py", line 177, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "Moriarty.py", line 59, in microsoft_mail
driver = uc.Chrome(options=options)
File "/home/tobi437a/.local/lib/python3.8/site-packages/undetected_chromedriver/init.py", line 51, in new
instance.init(*args, **kwargs)
File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py", line 95, in init
RemoteWebDriver.init(
File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 152, in init
self.start_session(capabilities, browser_profile)
File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 249, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute
self.error_handler.check_response(response)
File "/home/tobi437a/.local/lib/python3.8/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally.
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location /usr/bin/chromium is no longer running, so ChromeDriver is assuming that Chrome has crashed.)

install doesn't right work

a first information: i have macos as operating system.

after the install I get the following message:

sudo: apt-get: command not found
sudo: apt-get: command not found
unzip: cannot find or open chromedriver_linux64.zip, chromedriver_linux64.zip.zip or chromedriver_linux64.zip.ZIP.
rm: chromedriver_linux64.zip: No such file or directory
cp: directory path does not exist
cp: directory risks_and_deep_search does not exist
cp: directory social_media does not exist
sudo: apt-get: command not found

.
.

chown: **: No such file or directory
chown: **:**: No such file or directory
chown: **: No such file or directory
chown: **: No such file or directory

Chromedriver etc is actually installed. but I don't understand why "cp:..." are not found. They are included in this Moriarty download folder.

after usage; I get only the general information about the number - Country, time zone, provider -

Where is the problem?

ModuleNotFoundError: No module named 'selenium'

Traceback (most recent call last):
File "/Moriarty-Project/Moriarty.py", line 2, in
from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'

can some one help although i have selenium

Won't work with correct email

I just created a new Outlook account, but it didn't work,

NOTE: The tool won't work properly if you didn't give correct email information

I've confirmed the email account, and it works fine.

Owner Name/Number Information: Traceback (most recent call last):

when i run the tool :
python3 Moriarty.py -n +201xxxxxxxx

it gives me this error :
Owner Name/Number Information:

Traceback (most recent call last):
File "/home/mrlink/Downloads/Moriarty-Project/Moriarty.py", line 166, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/home/mrlink/Downloads/Moriarty-Project/Moriarty.py", line 61, in microsoft_mail
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.NAME, "loginfmt"))).send_keys(username)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webelement.py", line 540, in send_keys
{'text': "".join(keys_to_typing(value)),
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/common/utils.py", line 146, in keys_to_typing
for i in range(len(val)):
TypeError: object of type 'NoneType' has no len()

INSTALLING ERROR

root@kali:~/tools/recconessance/Moriarty-Project# pip3 install -r requiremenets.txt

Traceback (most recent call last):

File "/usr/bin/pip3", line 6, in

from pkg_resources import load_entry_point

File "/usr/local/lib/python3.8/dist-packages/pkg_resources.py", line 1479, in

register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider)

AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'

Kontrol Gerekli.

python3 Moriarty.py -g [email protected] -p 1234 -n +90555555555 sorgusunda

Traceback (most recent call last):
  File "Moriarty.py", line 229, in <module>
    with open("output/comments1.txt","w+") as file:
PermissionError: [Errno 13] Permission denied: 'output/comments1.txt'

Hatası dönüyor.

Yönetici izni ile çalıştırıldığında ise;

Traceback (most recent call last):
  File "Moriarty.py", line 14, in <module>
    from clint.textui import colored
ModuleNotFoundError: No module named 'clint'

hatası dönüyor.

Bug : TimeOut Error

Getting Below Error when trying to execute the command mentioned in ReadMe doc.

Owner Name/Number Information:

Traceback (most recent call last):
  File "Moriarty.py", line 166, in <module>
    microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
  File "Moriarty.py", line 62, in microsoft_mail
    WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/form[1]/div/div/div/div[2]/div/div/div[1]/div[3]/div/div/div/div[4]/div/div/div/div[2]/input"))).click()
  File "/Library/Python/3.8/site-packages/selenium/webdriver/support/wait.py", line 80, in until
    raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

all packages are install correctly but still not running

Traceback (most recent call last):
File "Moriarty.py", line 166, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "Moriarty.py", line 58, in microsoft_mail
driver = uc.Chrome(options=options)
File "/mnt/d/wubuntu/.local/lib/python3.8/site-packages/undetected_chromedriver/init.py", line 57, in new
instance.init(*args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/chrome/webdriver.py", line 76, in init
RemoteWebDriver.init(
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary

try to use microsoft account

thanks for the tool but it always said try to use microsoft account and sync faild although i used microsoft account

Search Failed

I got an error. what's the solution?
OS: Ubuntu
Version: 18.04
User: Non-Root

Traceback (most recent call last):
  File "Moriarty.py", line 179, in <module>
    microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
  File "Moriarty.py", line 59, in microsoft_mail
    driver = uc.Chrome(options=options)
  File "/home/user/.local/lib/python3.6/site-packages/undetected_chromedriver/__init__.py", line 51, in __new__
    instance.__init__(*args, **kwargs)
  File "/home/user/.local/lib/python3.6/site-packages/selenium/webdriver/chrome/webdriver.py", line 100, in __init__
    desired_capabilities=desired_capabilities)
  File "/home/user/.local/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 152, in __init__
    self.start_session(capabilities, browser_profile)
  File "/home/user/.local/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 249, in start_session
    response = self.execute(Command.NEW_SESSION, parameters)
  File "/home/user/.local/lib/python3.6/site-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute
    self.error_handler.check_response(response)
  File "/home/user/.local/lib/python3.6/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: DevToolsActivePort file doesn't exist

# Got Issues

Owner Name/Number Information:

Traceback (most recent call last):
File "/home/martin/Desktop/Hunter/Moriarty-Project/Moriarty.py", line 168, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/home/martin/Desktop/Hunter/Moriarty-Project/Moriarty.py", line 62, in microsoft_mail
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/form[1]/div/div/div[2]/div/div/div[1]/div[2]/div[2]/div/div/div/div[4]/div/div/div/div[2]/input"))).click()
File "/usr/lib/python3/dist-packages/selenium/webdriver/support/wait.py", line 86, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

i dont understand

Owner Name/Number Information:

Traceback (most recent call last):
File "/home/kali/Moriarty-Project/Moriarty.py", line 179, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/home/kali/Moriarty-Project/Moriarty.py", line 59, in microsoft_mail
driver = uc.Chrome(options=options)
File "/usr/local/lib/python3.9/site-packages/undetected_chromedriver/init.py", line 51, in new
instance.init(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/chrome/webdriver.py", line 92, in init
self.service.start()
File "/usr/local/lib/python3.9/site-packages/selenium/webdriver/common/service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "/usr/local/lib/python3.9/subprocess.py", line 947, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/local/lib/python3.9/subprocess.py", line 1819, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: './chromedriver'

Owner Of The Number:Invaild Microsoft Account And Password!

Hello, it seems like in v2.6 there is an error in connecting to Microsoft account,
I use this format for the tool : python3 Moriarty.py -m [email protected] -p xxxxxxxxx -n +9xxxxxxxx, without root and it always return this line, Owner Of The Number:Invaild Microsoft Account And Password!
I have tried multiple Microsoft account and still it didn't work, also why logging in with gmail option has been removed it was working like charm before

Issues

Traceback (most recent call last):
File "/home/lijin/Moriarty-Project/Moriarty.py", line 168, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/home/lijin/Moriarty-Project/Moriarty.py", line 58, in microsoft_mail
driver = uc.Chrome(options=options)
File "/home/lijin/.local/lib/python3.9/site-packages/undetected_chromedriver/init.py", line 51, in new
instance.init(*args, **kwargs)
File "/usr/lib/python3/dist-packages/selenium/webdriver/chrome/webdriver.py", line 92, in init
self.service.start()
File "/usr/lib/python3/dist-packages/selenium/webdriver/common/service.py", line 104, in start
raise WebDriverException("Can not connect to the Service %s" % self.path)
selenium.common.exceptions.WebDriverException: Message: Can not connect to the Service ./chromedriver

try running without root

i try to running without root then i hv problem :

Traceback (most recent call last):
File "Moriarty.py", line 167, in
with open("output/comments2.txt","w+") as file:
PermissionError: [Errno 13] Permission denied: 'output/comments2.txt'

my OS Kali Linux ver 2020.3

what suppose to do?

undetected_chromedriver

after install and i try to run tool i get this error

python3 Moriarty.py -h
Traceback (most recent call last):
File "/opt/Moriarty-Project/Moriarty.py", line 17, in
from social_media import facebook
File "/opt/Moriarty-Project/social_media/facebook.py", line 17, in
import undetected_chromedriver as uc
ModuleNotFoundError: No module named 'undetected_chromedriver'

tried to apt-cache cearch for the chromedriver it says i am missing but search yields no results.

ModuleNotFoundError: No module named 'clint'

I was Running Normally On this Command and

python3 Moriarty.py -n +phone_number

Traceback (most recent call last):
File "/home/kali/Moriarty-Project/Moriarty.py", line 14, in
from clint.textui import colored
ModuleNotFoundError: No module named 'clint'

Tool crashes after running commands

When I run: python3 Moriarty.py -n [number]
the tool crashes with output:

Owner Name/Number Information:

Traceback (most recent call last):
File "Moriarty.py", line 179, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "Moriarty.py", line 59, in microsoft_mail
driver = uc.Chrome(options=options)
File "/home/utilitarian/.local/lib/python3.8/site-packages/undetected_chromedriver/init.py", line 51, in new
instance.init(*args, **kwargs)
File "/usr/lib/python3/dist-packages/selenium/webdriver/chrome/webdriver.py", line 95, in init
RemoteWebDriver.init(
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 152, in init
self.start_session(capabilities, browser_profile)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 249, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute
self.error_handler.check_response(response)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary

03/04/2021 error iv done everything i suppose to do please help urgently thank you ASAP

i need help i dont get it at all what do i do thank you

iv installed it and everything and then it was downloading for like 10 mins then i type

cd Moriarty-Project
then
python3 Moriarty.py -m [email protected] -p ************** -n +4474********

outlook is microsoft also and this comes up

then it comes like this

Owner Name/Number Information:

Traceback (most recent call last):
File "/home/birksy/Moriarty-Project/Moriarty.py", line 179, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/home/birksy/Moriarty-Project/Moriarty.py", line 62, in microsoft_mail
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/form[1]/div/div/div[1]/div[2]/div[2]/div/div/div/div[2]/div[2]/div/input[1]"))).send_keys(username)
File "/home/birksy/.local/lib/python3.9/site-packages/selenium/webdriver/support/wait.py", line 86, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

how to fix this error

chromedriver unexpectedly exited. Status code was: 127

Running on Windows10 WSL2 Ubuntu-20.04, throws this error, any ideas?
Edit got a new error, the previous is gone now:
Traceback (most recent call last): File "Moriarty.py", line 166, in <module> microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password) File "Moriarty.py", line 60, in microsoft_mail WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/main/div/a[2]"))).click() File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/webelement.py", line 80, in click self._execute(Command.CLICK_ELEMENT) File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/webelement.py", line 633, in _execute return self._parent.execute(command, params) File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute self.error_handler.check_response(response) File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <a data-v-5d22f278="" href="https://login.microsoftonline.com/common/oauth2/v2.0/authorize?response_type=code&amp;respone_mode=query&amp;client_id=000000004818BA61&amp;redirect_uri=https://www.truecaller.com/auth/microsoft/callback&amp;scope=openid profile email User.Read" class="flex items-center py-3 pl-4 pr-2 rounded bg-panelColor border border-borderColor text-fontPrimaryColor text-xs font-semibold w-full max-w-sm mb-4 hover:bg-panelHoverColor">...</a> is not clickable at point (392, 327). Other element would receive the click: <p data-v-039ea216="" class="cd__text">...</p> (Session info: headless chrome=92.0.4515.107)
Deprecated error:
Traceback (most recent call last): File "Moriarty.py", line 166, in <module> microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password) File "Moriarty.py", line 58, in microsoft_mail driver = uc.Chrome(options=options) File "/usr/local/lib/python3.8/dist-packages/undetected_chromedriver/__init__.py", line 57, in __new__ instance.__init__(*args, **kwargs) File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/chrome/webdriver.py", line 73, in __init__ self.service.start() File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/common/service.py", line 98, in start self.assert_process_still_running() File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/common/service.py", line 109, in assert_process_still_running raise WebDriverException( selenium.common.exceptions.WebDriverException: Message: Service ./chromedriver unexpectedly exited. Status code was: 127

Why dont you create just CLI script?

That script doesnt work properly on nethunter. And even with email and password still no information came on command line.
Get it fixed just to work on command line.

problem

Hi I've problem with start this ripo
image

can you help?

Search Error

I am getting this error after giving MS account, and mobile number. Please help...

Traceback (most recent call last):
File "Moriarty.py", line 179, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "Moriarty.py", line 61, in microsoft_mail
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/main/div/a[2]"))).click()
File "/usr/local/lib/python3.8/dist-packages/selenium/webdriver/support/wait.py", line 86, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:

it doesn't work

Owner Name/Number Information:

Traceback (most recent call last):
File "/root/Desktop/Moriarty-Project/Moriarty.py", line 166, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/root/Desktop/Moriarty-Project/Moriarty.py", line 60, in microsoft_mail
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/main/div/a[2]"))).click()
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py", line 80, in click
self._execute(Command.CLICK_ELEMENT)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py", line 672, in _execute
return self._parent.execute(command, params)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute
self.error_handler.check_response(response)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element ... is not clickable at point (392, 327). Other element would receive the click:

...


(Session info: headless chrome=92.0.4515.107)

Doesn t work - error log.

Traceback (most recent call last):
  File "Moriarty.py", line 175, in <module>
    MP.run()
  File "Moriarty.py", line 145, in run
    self.spamcalls_()
  File "Moriarty.py", line 122, in spamcalls_
    spamcalls().spamcallsStart(self.phoneNumber)
  File "/home/andrejki/Moriarty-Project/DeepInfo/risks.py", line 8, in __init__
    display=Display(visible=0,size=(1024, 768))
  File "/home/andrejki/.local/lib/python3.8/site-packages/pyvirtualdisplay/display.py", line 54, in __init__
    self._obj = cls(
  File "/home/andrejki/.local/lib/python3.8/site-packages/pyvirtualdisplay/xvfb.py", line 44, in __init__
    AbstractDisplay.__init__(
  File "/home/andrejki/.local/lib/python3.8/site-packages/pyvirtualdisplay/abstractdisplay.py", line 85, in __init__
    helptext = get_helptext(program)
  File "/home/andrejki/.local/lib/python3.8/site-packages/pyvirtualdisplay/util.py", line 13, in get_helptext
    p = subprocess.Popen(
  File "/usr/lib/python3.8/subprocess.py", line 858, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'Xvfb'

Hi, this is the error. Thank you kindly for this, but it just doesn t work?
Best regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.