KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
mcfux
★ 18
Open GitHub ↗
PoC for abusing McDonald's deals system
Download README (.md)
Explore Similar Repositories
pgbackup
:
Automated PostgreSQL Backup on Linux
News_app
:
A simple and clean news app made with Flutter and Dart
djangowarehouse
:
Create a datawarehouse using Django: serializers, ORM, slowly changing dimensions ...
zwt_life_flutter_app
:
2019.4.4
SPPU_BE_COMP_2015
:
BE computer (2015 syllabus) Lab Programs
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mcfux
?
Download (.md)
# McFux ### PoC for abusing McDonald's deals system Exploiting the fact that any account doesn't require any email confermation and using fuzzed device/account infos, making two requests (one for registering the account and the other one to reedem the code) gets unlimited coupons. 24/08/2019 Update: McD updated their backend, so this PoC is no longer working. #### Requirements - Python >= 3.7 - Java >= 8 - Install requests using <code>pip3 install requests --user</code> #### Usage Run via <code>python3 mcfux.py</code> It opens a webserver on 127.0.0.1:8081 where you can get a coupon code (15916) as proof of the generation. #### TODO - Make this work with the new >=2.0 McD app update - Rewrite the x-plexure-api-key generaton in Python #### Future development An updated version of this PoC will be done eventually. #### Legal stuff Is a PoC not inteded to harm/be used in any circumstances other than testing. I take no responsibilities for any usage of this code. It was fun to make, that's it.