Greenwolf / social_mapper

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

Instagram Login Page title field seems to have changed #212

Closed lightshadow2 closed 2 years ago

lightshadow2 commented 3 years ago

I execute the following command: python3 social_mapper.py -f imagefolder -i ./Input-Examples/imagefolder/ -m fast -fb -ig

Here are my results:

[+] Facebook Login Page loaded successfully [+] [+] Facebook Login Success [+]

Facebook Check 1/1 : test image Instagram Login Page title field seems to have changed, please make an issue on: https://github.com/Greenwolf/social_mapper Instagram Check 1/1 : test image

Results file: SM-Results/results-social-mapper.csv HTML file: SM-Results/results-social-mapper.html

Task Duration: 0:00:32.248312

=== It seems to work fine with facebook but not instagram.

giga-dotcom commented 3 years ago

line 1355, in for person in peoplelist: TypeError: 'NoneType' object is not iterable

Did you experience this problem while running?

lightshadow2 commented 3 years ago

I just retested and it appears to work now.

I reviewed the geckodriver.log file and didn't find the error you mentioned just FYI.

giga-dotcom commented 3 years ago

I just retested and it appears to work now.

I reviewed the geckodriver.log file and didn't find the error you mentioned just FYI.

So you successfully managed to get the Instagram links to the image you input?

lightshadow2 commented 3 years ago

So you successfully managed to get the Instagram links to the image you input?

That I can't confirm mainly because I don't exactly know how this tool works. I assumed it works because I got no errors. When I tested, the results didn't show a match possibly because the image I'm using isn't found on Instagram nor does it have a similar image it can match with. I can test with an image of a celebrity to see if it does find a match. Would this be the correct way of confirming this works?

giga-dotcom commented 3 years ago

So you successfully managed to get the Instagram links to the image you input?

That I can't confirm mainly because I don't exactly know how this tool works. I assumed it works because I got no errors. When I tested, the results didn't show a match possibly because the image I'm using isn't found on Instagram nor does it have a similar image it can match with. I can test with an image of a celebrity to see if it does find a match. Would this be the correct way of confirming this works?

Yes, it would. Try testing it out with famous people first. If it works, please let me know. I need help getting this program fixed to work.

If it works, could you please send me your copy of the program? I would greatly appreciate that.