├── README.md ├── case1 ├── Sudoku.png ├── start2.html ├── start.html └── index.html └── case2 ├── Sudoku.png ├── start.html ├── start2.html ├── index.html ├── start3.html └── terjanq.html /README.md: -------------------------------------------------------------------------------- 1 | # postMessage Vulnerability Demo 2 | 3 | :) -------------------------------------------------------------------------------- /case1/Sudoku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voorivex/postMessage-poc/HEAD/case1/Sudoku.png -------------------------------------------------------------------------------- /case2/Sudoku.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Voorivex/postMessage-poc/HEAD/case2/Sudoku.png -------------------------------------------------------------------------------- /case1/start2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /case1/start.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |Start 7 | 8 | 18 | 19 | 20 | 21 |Start
22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /case2/start.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |Start 7 | 8 | 18 | 19 | 20 | 21 |Start
22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /case2/start2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |Start 7 | 8 | 14 | 15 | 16 | 17 |Start
18 |19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /case1/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |Some Site 7 | 8 | 21 | 22 | 23 | 24 | 25 |Game is loading...
26 |27 | 28 | 29 | -------------------------------------------------------------------------------- /case2/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
Some Site 7 | 8 | 9 | 32 | 33 | 34 | 35 | 36 |Game is loading...
37 |38 | 39 | 40 | -------------------------------------------------------------------------------- /case2/start3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 29 | -------------------------------------------------------------------------------- /case2/terjanq.html: -------------------------------------------------------------------------------- 1 | 2 | 32 | --------------------------------------------------------------------------------