Giter Club home page Giter Club logo

oneplustwobot's Introduction

OnePlusTwo

Mailinator Exploit (no longer working)

Context, Part 1:

https://medium.com/@JakeCooper/how-i-hacked-the-oneplus-reservation-system-120ea1a7ad82

Python (MailinatorExploit.py)

Steps to use :

  1. Fill in RESERVATIONID and APITOKEN at line 8-9
  2. Download and install Requests (http://docs.python-requests.org/en/latest/)
  3. Run! (python MailinatorExploit.py)

Javascript (mailinator.js)

1)Fill in RESERVATIONID at line 7 2)Fill in ```APITOKEN```` at line 8 3)Run the app using the command node mailinator.js

Gmail Exploit (no longer working)

Context, Part 2:

https://medium.com/@JakeCooper/so-nice-i-did-it-twice-hacking-the-oneplus-reservation-system-again-2e8226c45f9a

Method 1

  1. Fill in gmailAddress and inviteToken at line 9-10
  2. Run! (python GmailExploit.py)
  3. Click links in your gmail inbox (or add a python script to automate this)

Method 2

  1. Download and install Requests (http://docs.python-requests.org/en/latest/)
  2. Run GmailExploit2.py
  3. Enter your email WITH @gmail.com when prompted.
  4. Enter your referral code (5-6 digits found on the end of your referral link)
  5. Run EmailParser.py
  6. Enter your email WITH @gmail.com.
  7. Enter your password

Note: EmailParser.py won't work if you have 2-step authentication ON. For the time being, disable it and then run it

Method 3

Note: You will need to enable GMAIL API:

- follow the instruction from https://developers.google.com/gmail/api/quickstart/python

- just save the client_secret.json on the same directory you are going to run the script
  1. Run! (python GmailExploit3.py send_invites {your gmail address} {invite token} {cache_buster} [--dryrun])

    * [--dryrun] allow you to see the list of emails the invite will send to

  2. Wait until you received the email invites. Run! (python GmailExploit3.py process_invites)

GuerrillaMail Exploit (no longer working)

Steps to use:

  1. Fill in INVITE_TOKEN at line 9
  2. (Optional) Change how long do you want to wait for the email to arrive EMAIL_CHECK_TIMEOUT at line 10
  3. Download and install Requests (http://docs.python-requests.org/en/latest/)
  4. Run! (python GuerrillaMailExploit.py)

##Additional Components

gmailClicker - OnePlusTwo

Click on the confirmation link in a gmail message

Steps to use :

  1. Insert your email adress and your password (line 38)
  2. Install pip if it is not all done
  3. Install request package -> pip install requests
  4. run it

EmailParser

Parses emails and curls the confirmation link automatically.

  1. Run EmailParser.py
  2. Enter your email
  3. Enter your password.

Bruteforce

tries to bruteforce the Oneplus invite system.

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

oneplustwobot's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

oneplustwobot's Issues

Auto-click link on gmail?

I'm using the GMail bot, is there a way to use an extension or script to auto-click the links that come with the email?

no method working?

hi,

i tried all gmail exploits but none of them is working. they say "successfull response" but they I do not receive any email. is this due to the captcha? no way to bypass? how people is selling boost if nothing works anymore?

ty for your help

Gmail Exploit - Not receiving anymore emails

I've run it 2 times now for all 200 and something emails, and it ran smoothly. But now I'm not receiving anything anymore.

I've checked my spam folder, everything, and I receive nothing while the command says Successful Response

Python gmail click confirmation

Someone can help me implement a python script to click on the confirmation mails ?
I tried yet but I have some trouble with the imaplib :)

How does one plug in the email and run the program because im still getting a message that says "SyntaxError: multiple statements found while compiling a single statement"

EMAIL = input("Email : [email protected]")
REFERAL_CODE = input("Referral Code : KJO5FM")

def dotify(string):
if len(string) == 1:
yield string
return

for rest in dotify(string[1:]):
    yield string[0] + rest
    yield string[0] + "." + rest  

for email in list(dotify(EMAIL.split("@")[0].replace(".","") + "@" + EMAIL.split("@")[1])):
requestURL = "https://invites.oneplus.net/index.php?r=share/signup&success_jsonpCallback=success_jsonpCallback&email={0}&koid={1}&_=1438677876942".format(email.replace("@", "%40"), REFERAL_CODE)
print("Sending invite to " + email)
res = requests.get(requestURL)
if (res.status_code == 200):
print("Successfully retreived response")
else :
print("OnePlus' servers run on hamsters. Request failed.")
print()
time.sleep(5)

SyntaxError: multiple statements found while compiling a single statement

emailID

"emailID is not defined" shows after "curling"

Mailinator is patched.

There're several diposable email address oneplus added to the blacklist. Mailinator is one of them, it says this email address is not in the correct format. Anyone knows of any disposable service with api?

New idea !

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

Import errors over and over again

with GmailExploit.py I was error free but I entered in MY Email address and the referral code associated with it, and it said the emails were sending i waited two days and no emails have shown up in my spam or inbox, I tried GmailExploit2.py and it keeps saying Import Error no module named "request" and if I remove it, it says "request" is not defined, now im trying GmailExploit3.py and same thing it says Import Error no module named httplib2 same thing with oauth2client, click and requests. I have tried with Python 27 and 34 help me please

GmailExploit2: Request failed. 404

Hello,

Whenever I run GmailExploit2, I get these lines and don't get any mails.

image

Also when I use EmailParser I get this screen

image

(Using Python 3.4.3)
Thanks!

line 29 in GuerrillaMailExploit

print("Couldn't find the magic email on the mailbox after " + EMAIL_CHECK_TIMEOUT + " seconds!.")

will result in an error because EMAIL_CHECK_TIMEOUT is an integer.

it has to be like this:

print("Couldn't find the magic email on the mailbox after " + str(EMAIL_CHECK_TIMEOUT) + " seconds!.")

gmailClicker is gone

So, no idea WTF happened, or if it was ever committed in the first place, but can someone either recommit gmailClicker, or let me know to remove it from the README.

I've added my EmailParse, which does the same thing, so maybe it's not necessary? I dunno, it might be nice to have it back.

EmailParser.py

am getting this error while running emailparser.py

Traceback (most recent call last):
File "D:\EmailParser.py", line 52, in
rv, mailboxes = M.list()
File "C:\Python34\lib\imaplib.py", line 525, in list
typ, dat = self._simple_command(name, directory, pattern)
File "C:\Python34\lib\imaplib.py", line 1133, in _simple_command
return self._command_complete(name, self._command(name, *args))
File "C:\Python34\lib\imaplib.py", line 881, in _command
', '.join(Commands[name])))
imaplib.error: command LIST illegal in state NONAUTH, only allowed in states AUTH, SELECTED

EmailParser issue

2-veri is off

Traceback (most recent call last):
File "C:\Users\Manreet\Desktop\OnePlusTwoBot-master\EmailParser.py", line 53, in
rv, mailboxes = M.list()
File "C:\Python34\lib\imaplib.py", line 525, in list
typ, dat = self._simple_command(name, directory, pattern)
File "C:\Python34\lib\imaplib.py", line 1133, in _simple_command
return self._command_complete(name, self._command(name, *args))
File "C:\Python34\lib\imaplib.py", line 881, in _command
', '.join(Commands[name])))
imaplib.error: command LIST illegal in state NONAUTH, only allowed in states AUTH, SELECTED

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.