AzizKpln / Moriarty-Project

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

undetected_chromedriver #23

Closed highrider0602 closed 3 years ago

highrider0602 commented 3 years ago

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.

highrider0602 commented 3 years ago

so ended up loosing all my data due to dell repair depot for their work fixing my no power issue on my laptop recently, had to reinstall fresh kali again loosing everything, but after doing a fresh install of this tool, i now am getting this output that i cant figure out why or what im doing wrong.

Owner Name/Number Information:

Traceback (most recent call last):
File "/root/Desktop/Moriarty-Project/Moriarty.py", line 179, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/root/Desktop/Moriarty-Project/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/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.82)

there were no errors during install or anything, i am root user, fresh install of kali was earlier today a few hours prior to reinstalling this tool. not sure why i cant get this to work for me, any tips would be welcome.

AzizKpln commented 3 years ago

Moriarty-Project doesn't work properly at the moment.

highrider0602 commented 3 years ago

Moriarty-Project doesn't work properly at the moment.

oh i see, bummer. is it going to work again sometime?