Skip to content

halftime/2019-sunparks-voucher-POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2019-sunparks-voucher-POC

22 apr 2019 - Reported Sunparks voucher bruteforce vunerability

2019 voucher (included in email) voucher

email to customer contact below


I noticed the codes of the scratch coupons Bel&Bo sunparks promotion have very few wrong options compared to correct options. This is because only 5 letters are used as a code.

Since the website is simple, it is easy to automatically generate valid codes with a script.

To put it to the test, I tested the range: AAAAA - AAZZZ

On these 26^3 = 17576 combinations I found 117 valid action codes. This in a span of a few minutes.

See attachment for python 3 script & found valid codes

(...)

I suggest adding some sort of verification before validating a voucher code. e.g: re-captcha, IP, cookie, etc.

And use a larger keyspace for future vouchers.

Ignc

About

Reported 22 apr 2019 Sunparks voucher bruteforce POC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages