Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Always same password #13

Open
hshehab opened this issue Jan 6, 2018 · 29 comments
Open

Always same password #13

hshehab opened this issue Jan 6, 2018 · 29 comments

Comments

@hshehab
Copy link

hshehab commented Jan 6, 2018

Hello,

I tried everthing for that to work, fixed tor.service issue then all my accounts show the same password:
123456 which is wrong for sure. can you help please

@complexpotato
Copy link
Owner

That means you tried it before, I am currently working on the proxy part, the social media security checks that the request is way too heavily requested from one IP, so it blocks it. The script works by deciding whether the “password wrong” is in the web, but if it detects bruting, it automatically changes the page. So the script thinks it is the right password. I am currently trying to fix this problem, I won’t close this issue.

@hshehab
Copy link
Author

hshehab commented Jan 6, 2018

Thanks for your response juniorn, yeah guess it's exactly what you're saying coz facebook sent me an email in regards of security to log in again in case i wasn't trying to log. They detected something.

anyways thanks again for your response and looking forward for your solution.

@smokeabird
Copy link

Hello Juniorn1003,
You're right ! The same problem happens with the two others services. But, the error happens after 20 passwords, after that twitter and instagram securities block the bruteforcing, telling us to retry connection one hour later.

@complexpotato
Copy link
Owner

@smokeabird You are right, but the securities will not block if we change the IP and then request, because they are made to just detect it by if it is coming from the same IP.

@NightyBoi
Copy link

Hmmm now I get the Errno 111 Connection refused after 2 passwords, like before

@complexpotato
Copy link
Owner

@PlaguedByWeirdness I know, it is because the socks proxy doesn't work in selenium. And that is what I have to figure out.

@NightyBoi
Copy link

Ohh so that's the error, well good luck in figuring it out mate!

@NightyBoi
Copy link

How is it going? If you want I could get into that too, but I would probably need some time to actually see what is done and how in order to be able to help.

@complexpotato
Copy link
Owner

@PlaguedByWeirdness Ok, so I added a socks5 proxy, you know that, but the problem is it is not compatible with selenium. A way I found is close the selenium session, and doing it again, after the IP is changed by socks. but that will take way too long time to bruteforce, so I am googling what proxy is compatible with selenium, with out any errors.

@NightyBoi
Copy link

@Juniorn1003 Alright, keep me updated on your findings if you can

@MelissaMV
Copy link

MelissaMV commented Jan 12, 2018

@Juniorn1003 If u get this to work ur really good and it will be the only tool on the net to bruteforce a facebook profile without getting locked out. Good Luck!

@jlgager24
Copy link

I'm very interested in seeing this work too. I'm a java developer so if I can be of any help please let me know. Hope you figure it out!

@complexpotato
Copy link
Owner

vanguard71 suggested to delete the username checking part, is that OK with you guys?

@NightyBoi
Copy link

@Juniorn1003 Sure, why not

@Bitwise-01
Copy link

replace your assertions with if statements, and check for data that will only occur in the HTML when an account is authenticated. You bounce your IP to keep yourself hidden, not to go around locked accounts. Sites like these know that a hacker will bounce their IP and continue to brute force if they only lock the hacker's IP; so, they lock the account and the IP. The only way to get around this is to reduce your attempt rate.

@complexpotato
Copy link
Owner

@Ethical-H4CK3R I NEVER expected you here! Wow, I actually made this because your script didn't work

@Bitwise-01
Copy link

I guess you don't want my help.

@AlzMa
Copy link

AlzMa commented Jan 17, 2018

I think he wants, and admires your work.. @Ethical-H4CK3R

@maumau35
Copy link

SeleniumHQ/selenium#2963 Maybe this? Very new to programming, so sorry if this is not where you are looking for.

@complexpotato
Copy link
Owner

@maumau35 Nah, that is Java and this is python, the problem in #2963 is the starting proxy problem, and this is a problem about the proxy during selenium is running.

@maumau35
Copy link

Thanks, for clarifying. Maybe try stackoverflow or in selenium issues?

@complexpotato
Copy link
Owner

@maumau35 Of coures I asked. But apparently no one replies, it has about a 100 views.

@complexpotato
Copy link
Owner

@antony-jr Nice advertisement, just like me

@glerinsonum
Copy link

@Juniorn1003 Hello. Brother of Good. With what type version program of python should need to demonstrate.

@ROOTH4CK3R
Copy link

Same here.
I tried the script for all facebook, twitter and instagram but the same password "123456" keep showing up and it's not correct.
What should I do?

@fiiik
Copy link

fiiik commented Feb 20, 2018

Really excited to know whether its working or not. Anyway keep pn researching bruv

@tosettil-polimi
Copy link

Hi, today the same problem remained, does anyone know if there is a solution?

@robbins
Copy link

robbins commented Mar 24, 2018

Same problem after 1 password attempt, testing Instagram.

@AbdelXY
Copy link

AbdelXY commented Jan 2, 2019

not working

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Add-Proxy
  
In progress
Development

No branches or pull requests