-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running tool #10
Comments
Can you run the chromedriver executable ? Let me know if you get any errors. I have this issue before and it was due to chromedriver not being able to run. |
Once I manually start Chromedriver in a different terminal and let it continue to run, that error goes away. Unfortunately, there are several others. I have never gotten this to work. It spits out this error when you are already authenicated: root@Kali:~/Scripts/osintstalker-master# python fbstalker1.py -user xxx Somewhere in the process I'm pretty sure this blocked all images in Chrome. It says "this setting has been enforced by your administrator" and I have yet to find a fix. In the off chance you actually get the thing to start without an error, it doesn't work. All the URLs it visits in Chrome are invalid and it doesn't find anything. Here is an example before I stopped it: root@Kali:~/Scripts/osintstalker-master# python fbstalker1.py -user xxx [] Caching Pages Liked By: xxx Hopefully this potentially great and useful software will become stable in the near future. Oh, and this was running the latest version as of this comment. Thanks. |
Hi guys, I am building a bootable live CD. It would be really useful if you could provide me some facebook usernames which you are having problems with so that I can run some tests on the live CD before I publish the live CD? |
I realized that I received the same error when the facebook_username and facebook_password are incorrect. That's why i get all 0 in all results. I am not sure if you are having the same issues ? facebook_username is the same as the email address used to register for your facebook account. I will write some code to handle the exception. Please try. |
running into same issues, any progress ever made? |
Hey guys, i am getting this error myself.. any advice would be much appreciated! I have double checked the username and password in the python.py file and i did not spell anything wrong when editing the file. root@Kali:/opt/osintstalker# python fbstalker1.py -user https://www.facebook.com/(the users user name)1?fref=ts |
You don't need to pass the whole URL, JUST the -user , AGAIN: NOT -user http://.. |
did this ever get solved? root@kali:~/Pentest/osintstalker# python fbstalker1.py johndoe |
HI,Please Help File "fbstalker1.py", line 66 |
root@Kali:
/Scripts/osintstalker-master# python fbstalker1.py/Scripts/osintstalker-master#Traceback (most recent call last):
File "fbstalker1.py", line 60, in
driver = webdriver.Chrome(chrome_options=chromeOptions)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/chrome/webdriver.py", line 64, in init
desired_capabilities=desired_capabilities)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 72, in init
self.start_session(desired_capabilities, browser_profile)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 114, in start_session
'desiredCapabilities': desired_capabilities,
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 165, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 158, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: u'Unable to either launch or connect to Chrome. Please check that ChromeDriver is up-to-date. Using Chrome binary at: /usr/bin/google-chrome'
root@Kali:
Chrome also pops up with an about:blank tab. Followed instructions in readme. Running Kali.
The text was updated successfully, but these errors were encountered: