AzizKpln / Moriarty-Project

This tool gives information about the phone number that you entered.
MIT License
1.47k stars 215 forks source link

try to use microsoft account #9

Closed pretech86 closed 4 years ago

pretech86 commented 4 years ago

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

AzizKpln commented 4 years ago

You have to input -m parameter for microsoft account. And you have to input your password. There shouldnt be an error as long as you input the information correctly. Sync error is not something important ignore that

pretech86 commented 4 years ago

I already entered -m and -p and the tool stuck and not complete

AzizKpln commented 4 years ago

Are you root? You have run the tool as a normal user

pretech86 commented 4 years ago
yes im root 

[-]Something Went Wrong! Please Reset Your Modem And Try To Use The Tool Again! [-]This Phone Number Is Not Connected To Any Yandex Account!

Deep Search: Traceback (most recent call last): File "Moriarty.py", line 306, in deep_info_three(options.phone_number) File "Moriarty.py", line 217, in deep_info_three deep_info3.deep_three(phone_number) File "/root/tools/reconnesence/Moriarty-Project/risks_and_deep_search/deep_info3.py", line 29, in deep_three WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, '//*[@id="oos_content"]/div[1]/form/table/tbody/tr/td[1]/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:

AzizKpln commented 4 years ago

You have to run it as non-root. Read the readme.md file. I run it and it works properly

pretech86 commented 4 years ago

i test it on a normal user also it give me the same error

AzizKpln commented 4 years ago

Where are you from? I tried it and it didn't issue me an error

pretech86 commented 4 years ago

saudi arabia

StarsAlAndroid commented 4 years ago

im also have this error

Owner Name/Number Information:

[!]This Will Take A While Please Wait <3
[-]Please try to use microsoft mail.
[-]Sync Error.
[-]Sync Error.

and ...

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

AzizKpln commented 4 years ago

Those are not something important. You can ignore them

StarsAlAndroid commented 4 years ago

Ok thanks .

How i can send sms messages ?

and how i can get Amazon Key !!

AzizKpln commented 4 years ago

print(colored.yellow("[!]https://www.youtube.com/watch?v=5oBHvl1hurE This Video Will Help You If Don't Know How To Use Aws."))

pretech86 commented 4 years ago

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! [-]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 304, in deep_info_one(options.phone_number) File "Moriarty.py", line 213, in deep_info_one deep_info1.deep_one(phone_number) File "/root/tools/reconnesence/Moriarty-Project/risks_and_deep_search/deep_info1.py", line 27, in deep_one driver = webdriver.Chrome(options=options,service=serv) TypeError: init() got an unexpected keyword argument 'service'

johndoehack commented 4 years ago

i have kali linux i run your program on root and not root user and i get error all the time.

AzizKpln commented 4 years ago

v2.4 has been released. Try to install the tool again.

shanow7 commented 4 years ago

I've this:

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/csi/Moriarty-Project/risks_and_deep_search/deep_info1.py", line 27, in deep_one driver = webdriver.Chrome(options=options,service=serv) File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 100, in init desired_capabilities=desired_capabilities) File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 152, in init self.start_session(capabilities, browser_profile) File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 249, in start_session response = self.execute(Command.NEW_SESSION, parameters) File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute self.error_handler.check_response(response) File "/usr/local/lib/python3.7/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 81

AzizKpln commented 4 years ago

You have to download the latest version of chrome driver. When installation is done, copy the chromedriver into Moriarty-Project/path directory.