You know that GPKI sucks right?
Yes, me either. Let's make it better by playing Bad Apple on it.
Yes, You've seen it. Bad Apple Running on South Korean Government Portal (정부24). very funny isn't it
Buggy Demo available at here (YouTube)
Name | Status |
---|---|
ESLint |
- Install graphicsmagick
- Install ffmpeg
- Download badapple youtube video, which I won't do it for you.
Because Copyright / Licensing issues. - Download it I don't care how you donwnload it. and place it on root directory. rename the file as
footage.mp4
- run
ffmpeg -i footage.mp4 -vf fps=24 image/%05d.png
on output directory - Run server via
yarn start
- open up gov.kr and try to login, when the GPKI popup opens, open developer tools. (disable breakpoints if necessary)
- copy the contents of
browser.js
- paste it into console.
- run code via typing
start()
.