osintstalker
osintstalker copied to clipboard
Error when running tool
root@Kali:~/Scripts/osintstalker-master# python fbstalker1.py
Traceback (most recent call last):
File "fbstalker1.py", line 60, in
Chrome also pops up with an about:blank tab. Followed instructions in readme. Running Kali.
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
[*] Username: xxx
Traceback (most recent call last):
File "fbstalker1.py", line 2041, in
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
[] Username: xxx
[] Caching Profile Page: xxx
[] Uid:
[] Caching Facebook Apps Used By: xxx
[] Caching Pages Liked By: xxx
[] Caching Videos Liked By: xxx
[] Caching Photos Of: xxx
[] Writing 0 record(s) to database table: photosOf
list index out of range
[*] Caching Photos By: xxx
^CTraceback (most recent call last):
File "fbstalker1.py", line 2041, in
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?
Please email me if you are uncomfortable listing the test usernames here.
That would really help me debug the issue as I did not encounter the error with the usernames that I tested. The live CD will ensure that everyone is running on the same platform. (Its just an idea). Please let me know what you think.
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
[] Username: https://www.facebook.com/(the users username)?fref=ts
[] Uid: 643117506
[*] Caching Facebook Apps Used By: https://www.facebook.com/(the users user name)1?fref=ts
Traceback (most recent call last):
File "fbstalker1.py", line 2030, in
You don't need to pass the whole URL, JUST the -user
did this ever get solved? below are error messages that i get:
root@kali:~/Pentest/osintstalker# python fbstalker1.py johndoe [*] Username: [!] Problem converting username to uid
HI,Please Help
File "fbstalker1.py", line 66 conn = sqlite3.connect('facebook.db') ^ IndentationError: expected an indented block