ilektrojohn / creepy

A geolocation OSINT tool. Offers geolocation information gathering through social networking platforms.
http://www.geocreepy.com
GNU General Public License v3.0
1.25k stars 303 forks source link

Browser not opening for authorization in BT5 (moved) #22

Closed ilektrojohn closed 12 years ago

ilektrojohn commented 12 years ago

Copying here from a comment on another issue by @facelessloser

I'm using creepy with backtrack5 but when i have to press the authorize creepy button nothing happens. I've got firefox set as my default browser and set in my preferred application list

ilektrojohn commented 12 years ago

Most probably has to do with invalid conf file. Which version are you using ?

Can you run creepy from the terminal and paste the output here ?

Also take a look in the source code here in github, check the format and contents of creepy.conf and verify that your creepy.conf in your ~/.creepy directory is the same

facelesstech commented 12 years ago

I checked the creepy.conf file and it was different from the one on your github. how do I run creepy from the terminal. I tried navigating to the creepy folder and running ./cree.py

ilektrojohn commented 12 years ago

You can run it with "python creepymap.py" . I am guessing you are missing the cons_string line from the conf file, you can copy paste it from here to your local file

facelesstech commented 12 years ago

I copied the conf file from here over my conf file. This is what i get from running creepy in terminal

^Croot@bt:/pentest/misc/creepy# python creepymap.py /usr/lib/pymodules/python2.6/flickrapi/init.py:45: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md5 Traceback (most recent call last): File "creepymap.py", line 511, in button_authorize_twitter url = self.oauth.get_authorization_url(True) File "/pentest/misc/creepy/tweepy/auth.py", line 103, in get_authorization_url raise TweepError(e) tweepy.error.TweepError: HTTP Error 401: Unauthorized

ilektrojohn commented 12 years ago

Then your problem is the same with the one described in the issue you posted to before. Check the solution there and if it is not resolved we can continue there. I am closing this for now.