Greenwolf / social_mapper

A Social Media Enumeration & Correlation Tool by Jacob Wilkin(Greenwolf)
GNU General Public License v3.0
3.81k stars 788 forks source link

Instagram Login Page title field have changed #115

Closed janmei closed 5 years ago

janmei commented 5 years ago

Hey,

i got the error message that the login page title has changed on the Instagram page: Instagram Login Page title field seems to have changed, please ...

When running with Firefox, it goes straight to instagram.com and not instagram.com/accounts/login like it should do according to the code.

Can fix that issue?

Thanks

janmei commented 5 years ago

Found the Issue. Instagram Title changes based on User Location and adjusts in Location Language.

Changed in in title.startswith("Login");

Same issue with the search field. Needs to bee looked up with inspector and then changed in code to match the placeholder.

chadseven commented 5 years ago

I am sorry to post no ask but I thought this comment will be useful for someone that need help

it can fix easily, you can go /socail_mapper/moduels, find instagram moduels and edit this.

Find this(use Ctrl + F) "https://www.instagram.com/accounts/login/" and replace "https://www.instagram.com/accounts/login/?hl=en"

/?hl=en this can be automatic change youre native language to English

Greenwolf commented 5 years ago

Excellent tip, thank you @kix-s, i've added you to contributors