LINECTF 2021 - Web
Writeup by Payload as Super HexaGoN
When the chunk is deleted or updated with larger size, it frees the chunk and add to empty list with the original size.
| from universe import * | |
| from universe import config | |
| sess = UserSession(access_token = config.TEST_ACCESS_TOKEN) | |
| vod_mod = VODModule(sess) | |
| fns_mod = FNSModule(sess) | |
| print("\n\nLoad VODs") | |
| # Load all VODs | |
| vod_mod.LoadSeries(9) #IZ*ONE |