Results 14 comments of Keith Lee

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...

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 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...

It runs on python2.7 in Kali Linux now. Please refer to the README that i updated on here https://github.com/milo2012/osintstalker/blob/master/README facebook_access_token

You will need to download chromedriver wget https://chromedriver.googlecode.com/files/chromedriver_linux64_23.0.1240.0.zip unzip chromedriver_linux64_23.0.1240.0.zip cp chromedriver /usr/local/ chmod 755 /usr/local/chromedriver

Seems like there is some issues with chromedriver in Kali Linux. I am working on this.

I granted all during my test as I might have updates to the tool in future regarding further analysis and data gathering and I didn't want to keep changing them.

I got it working on Kali Linux The latest version of google chrome doesn't work with chromedriver, therefore you have to install the below older version. If you are using...

Remember to uninstall chrome browser (if you installed it earlier on) apt-get remove chromium-browser

I received a number of emails that many people aren't sure how to get Facebook access token. Facebook access token is used in the code to convert username to user...