OnePlusTwoBot icon indicating copy to clipboard operation
OnePlusTwoBot copied to clipboard

New idea !

Open oxicuze opened this issue 9 years ago • 26 comments

hi ! why don't we make any brute-force invitation ? a lot of invites card are unused ^^

oxicuze avatar Aug 16 '15 15:08 oxicuze

I'm not a Genius in Javascript, but there is the clear code of validating system : http://codepen.io/anon/pen/QbRjmy

oxicuze avatar Aug 16 '15 15:08 oxicuze

fail, there is the invite.js clear with renamed variables :

http://pastebin.com/8Ta4siZQ

oxicuze avatar Aug 16 '15 15:08 oxicuze

I just found this on a forum, I'm not into python but it looks like it works: http://pastebin.com/sSW0f3Ge

ikuni123 avatar Aug 30 '15 16:08 ikuni123

@ikuni123 downloaded, testing now. will update and create a pull request if it works. @oxicuze that's likeley not the correct code. if they have any brain power (which they have) they'll do it server-side only

qwerty123443 avatar Aug 31 '15 08:08 qwerty123443

@qwerty123443 it works, but it probably takes weeks until you get an invite this way

ikuni123 avatar Aug 31 '15 11:08 ikuni123

For the Bruteforce script, it says: "Steps to use: 1. replace email1 with your email and password with your password. this is used to claim the invite. 2. replace email2 with another (or the same) email. this is the email where the invites will be sent. 3. run invite_bruteforce.py"

Do you have to input the password for your gmail or the OnePlus password that you signed up your email with?

ghost avatar Aug 31 '15 20:08 ghost

You have to input your gmail password Op 31 aug. 2015 10:01 PM schreef "Has" [email protected]:

For the Bruteforce script, it says: "Steps to use: 1. replace email1 with your email and password with your password. this is used to claim the invite. 2. replace email2 with another (or the same) email. this is the email where the invites will be sent. 3. run invite_bruteforce.py"

Do you have to input the password for your gmail or the OnePlus password that you signed up your email with?

— Reply to this email directly or view it on GitHub https://github.com/JakeCooper/OnePlusTwoBot/issues/50#issuecomment-136483738 .

qwerty123443 avatar Aug 31 '15 20:08 qwerty123443

It does not work, It goes up to 6-20K and stops and gives an error.

ghost avatar Sep 01 '15 15:09 ghost

@ahmadhas03 Error Code? I never went so high

ikuni123 avatar Sep 01 '15 15:09 ikuni123

LOL! So did u find the code?

ghost avatar Sep 01 '15 15:09 ghost

I just wanted to know what error it gives you

ikuni123 avatar Sep 01 '15 15:09 ikuni123

ok, i am running it again and if I get that error again, I'll send the screenshot.

ghost avatar Sep 01 '15 15:09 ghost

Perfect

ikuni123 avatar Sep 01 '15 15:09 ikuni123

I would like to know how you ran the code and what files (scripts) you need. I only ran this file: invite_bruteforce.py in terminal "python invite_bruteforce.py"

ghost avatar Sep 01 '15 15:09 ghost

That is all you need to do, just don't forget to change the emails like mentioned in the Readme (https://github.com/qwerty123443/OnePlusTwoBot/blob/master/README.md). You can also change the time.sleep(2) at the end of the code to 1 or comment it out.

ikuni123 avatar Sep 01 '15 15:09 ikuni123

I used the same email in the <email1> and <email2> tags and in the <password> tag, I used the password for my gmail account.

ghost avatar Sep 01 '15 15:09 ghost

That should work

ikuni123 avatar Sep 01 '15 15:09 ikuni123

Just want to know, upto what number did yours go?

ghost avatar Sep 01 '15 16:09 ghost

5k without any problems

ikuni123 avatar Sep 01 '15 16:09 ikuni123

ok thanks mine is >650 no problems yet

ghost avatar Sep 01 '15 16:09 ghost

I'm over 5K, but still no invite lol

ghost avatar Sep 01 '15 19:09 ghost

As I said it could take weeks to find a invite, as there are only a few out there

The only other way I see is to write a bot that searches the forum for invite codes or posts in every new thread

ikuni123 avatar Sep 01 '15 19:09 ikuni123

Thanks @ikuni123 I'll reply when/If I get the error. Hopefully I don't get an error lol

ghost avatar Sep 01 '15 20:09 ghost

Im stuck at attempt 9870

ghost avatar Sep 02 '15 00:09 ghost

Ran it again and here is the error I got:

Traceback (most recent call last):
  File "invite_bruteforce.py", line 48, in <module>
    res1 = urllib2.urlopen(req1)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 431, in open
    response = self._open(req, data)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 449, in _open
    '_open', req)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1240, in https_open
    context=self._context)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1197, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error EOF occurred in violation of protocol (_ssl.c:590)>
Username$ Url1: https://invites.oneplus.net/claim/GL0O-ZRD3-BTUP-ULJF
-bash: Url1:: command not found

I was at Attempt 7496.

ghost avatar Sep 02 '15 01:09 ghost

You can try this: http://stackoverflow.com/questions/11772847/error-urlopen-error-errno-8-ssl-c504-eof-occurred-in-violation-of-protoco But on your specific Error I can only find this: http://stackoverflow.com/questions/31869238/urlerror-occurred-when-i-use-mechanize-to-scrap-the-website

ikuni123 avatar Sep 02 '15 08:09 ikuni123