jkakavas / creepy

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

Instagram Not valid Json #38

Open m0l0ch opened 8 years ago

m0l0ch commented 8 years ago

Did a search for myself and ended up with this.

DEBUG:2016-02-04 04:24:47,710 In instagram.py:60: Attempting to search for targets. Search term was : . ERROR:2016-02-04 04:24:47,924 In instagram.py:81: Error searching for targets with instagram plugin. ERROR:2016-02-04 04:24:47,925 In instagram.py:82: (404) Unable to parse response, not valid JSON.

jkakavas commented 8 years ago

Have you configured the plugin?

Which version?

Which OS? On Feb 4, 2016 6:28 AM, "m0l0ch" notifications@github.com wrote:

Did a search for myself and ended up with this

DEBUG:2016-02-04 04:24:47,710 In instagrampy:60: Attempting to search for targets Search term was : ERROR:2016-02-04 04:24:47,924 In instagrampy:81: Error searching for targets with instagram plugin ERROR:2016-02-04 04:24:47,925 In instagrampy:82: (404) Unable to parse response, not valid JSON

— Reply to this email directly or view it on GitHub https://github.com/jkakavas/creepy/issues/38.

m0l0ch commented 8 years ago

I have the latest version 1.4 if I remember it right.

I was on Kali live 2016. I opened up the .py file but there was nothing that caught my attention looking completely wrong.

Then again I'm no coder, yet... realized that it is as much art as my music. And how great it would be to modify things I'm not satisfied with. On 4 Feb 2016 07:38, "Ioannis Kakavas" notifications@github.com wrote:

Have you configured the plugin?

Which version?

Which OS? On Feb 4, 2016 6:28 AM, "m0l0ch" notifications@github.com wrote:

Did a search for myself and ended up with this

DEBUG:2016-02-04 04:24:47,710 In instagrampy:60: Attempting to search for targets Search term was : ERROR:2016-02-04 04:24:47,924 In instagrampy:81: Error searching for targets with instagram plugin ERROR:2016-02-04 04:24:47,925 In instagrampy:82: (404) Unable to parse response, not valid JSON

— Reply to this email directly or view it on GitHub https://github.com/jkakavas/creepy/issues/38.

— Reply to this email directly or view it on GitHub https://github.com/jkakavas/creepy/issues/38#issuecomment-179671336.

jkakavas commented 8 years ago

Please check http://www.geocreepy.com/plugin_configuration.html on how to configure the plugins before you can use them

Ariel2012 commented 8 years ago

yea i have Kali rolling 2016.1. Everything is updated. but instagram is not accepting my tokens. dont know what to do?

DEBUG:2016-02-04 15:34:03,332 In instagram.py:61: Attempting to search for targets. Search term was : ariel_i_21 ERROR:2016-02-04 15:34:03,519 In instagram.py:82: Error searching for targets with instagram plugin. ERROR:2016-02-04 15:34:03,519 In instagram.py:83: (404) Unable to parse response, not valid JSON.

Ariel2012 commented 8 years ago

i get Error Getting Access Token

Please verify that the link you pasted was correct. Try running the wizard again.

m0l0ch commented 8 years ago

That is exactly how i did it. And then i got that error message.

I also tried with El Capitan

I get this: Please verify that the link you pasted was correct. Try running the wizard again.

And if i paste the token straight into the "Instagram Plugin Configuraton Options"

I still get the Not valid Json

On 4 February 2016 14:13:23 +01:00, Ioannis Kakavas notifications@github.com wrote:

Please check http://www.geocreepy.com/plugin_configuration.html on how to configure the plugins before you can use them

— Reply to this email directly or view it on GitHub https://github.com/jkakavas/creepy/issues/38#issuecomment-179824975.

m0l0ch commented 8 years ago

And this is the link that configuration wizard sends me to https://www.instagram.com/accounts/login/?force_classic_login=&next=/oauth/authorize%3Fredirect_uri%3Dhttp%3A//www.geocreepy.com/get_token.html%26response_type%3Dcode%26client_id%3D05f8e4eb06664006a839f0dd49a50969

On 4 February 2016 14:13:23 +01:00, Ioannis Kakavas notifications@github.com wrote:

Please check http://www.geocreepy.com/plugin_configuration.html on how to configure the plugins before you can use them

— Reply to this email directly or view it on GitHub https://github.com/jkakavas/creepy/issues/38#issuecomment-179824975.

jkakavas commented 8 years ago

That key looks correct, it should redirect you to geocreepy.com after you authenticate with instagram and show you the token that you need to input to cree.py. In El Capitan, please make sure that you copy the app to your Applications and do not try to run it directly from the dmg, as cree.py does not have the necessary permissions to write there.

jkakavas commented 8 years ago

In Kali Linux 2016.1 :

apt-get remove --purge creepy git clone https://github.com/jkakavas/creepy.git

Then go into the creepy folder and run python CreepyMain.py, it should work fine.

This will have to do until I find time to work with the debian package, sorry for the inconvenience.