Fluepke / mcdonalds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Free_coke.py not working after counter measures from fast-insight

Fluepke opened this issue · comments

It is no longer possible to first GET a session and the POST this to the voucher.php. Now it is necessary to fill out a complete survey. This has yet to be implemented in the script.

Probably McDonalds has discovered people generating thousands of free vouchers for cokes and coffees and thus required its subcontractor fast-insight to fix this issue.

Voucher codes (access codes) can already be generated using the restaurantId (please refer to this gist for restaurant IDs).
The super secure "encryption" algorithm viginiere with the secret "byebyemysteryshopping" is being used to generate the access code.

commented

can you tell me how you discovered the "encryption" algorithm ?

Start here and take a look at the commented JavaScript.

commented

Sorry I really dont get it. There is to much js which looks like a big mess. Could you be a little bit more specific?