Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instagram login is a false positive #33

Closed
MansoorMajeed opened this issue Dec 27, 2017 · 9 comments
Closed

Instagram login is a false positive #33

MansoorMajeed opened this issue Dec 27, 2017 · 9 comments

Comments

@MansoorMajeed
Copy link

On a wrong password, the script says the instagram password is successful.

#Now let's check if it was success by trying to use the same form again and if I could use it then the login not success
	try:
		browser.select_form(form2)
		browser.close()
		return "{2} -[{1}{3} {0} {4}{2}] Login unsuccessful!{4}".format(name,R,W,Bold,end)
	except:
		browser.close()
		return "{2} -[{1}{3} {0} {4}{2}] Login successful !{4}".format(name,G,W,Bold,end)

I think this is the part where the issue is.

@upgoingstar
Copy link

Same goes for Linkedin. That's also a false positive. If I get some time this weekend, I will try to send a pull request.

@h3ct0rjs
Copy link

h3ct0rjs commented Jan 9, 2018

Confirmed @MansoorMajeed Instagram is a false positive, the if you don't enter a password it will mark instagram as sucessful

@D4Vinci
Copy link
Owner

D4Vinci commented Jan 10, 2018

Started to work on the new update, wait for it very soon

@h3ct0rjs
Copy link

cool, please send us a message to be beta testers.

@D4Vinci
Copy link
Owner

D4Vinci commented Jan 12, 2018

Instagram removed and version 0.3 released check it out and please reopen the issue if their's still an issue

@D4Vinci D4Vinci closed this as completed Jan 12, 2018
@h3ct0rjs
Copy link

Hi @D4Vinci can you reference the commit that solves the problem, it seems that you're
trying to get the len size of a data type bool.

Check this Core/ispwned.py", line 41

Final_text = "\n(GG)Results from haveibeenpwned website (W): (Y)"+str(len(data))

@D4Vinci
Copy link
Owner

D4Vinci commented Jan 12, 2018

This variable should not be bool this error may appear because haveibeenpwned blocked you after many tries with their rate limiting
Maybe I will make haveibeenpwned runs from command line argument to avoid block after 3-4 uses :3

@D4Vinci
Copy link
Owner

D4Vinci commented Jan 12, 2018

Released a hotfix now check it out and please respond if there's any problem remaining

@h3ct0rjs
Copy link

Hi @D4Vinci please try to reference the hotfix with the commit id, is more helpful to find the changes that you did.

It seems okay to me, but in the last version it didn't try to make a test against instagram.

Regards,
Hector F.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants