どうもどうも,冴えないオタクくんのざきまつです.
この記事は,日本陰キャ協会 Advent Calendar 2022 15日目の記事になります.
なお,この協会はクリスマス当日に消滅する可能性があります.
| // 3D Dom viewer, copy-paste this into your console to visualise the DOM as a stack of solid blocks. | |
| // You can also minify and save it as a bookmarklet (https://www.freecodecamp.org/news/what-are-bookmarklets/) | |
| (() => { | |
| const SHOW_SIDES = false; // color sides of DOM nodes? | |
| const COLOR_SURFACE = true; // color tops of DOM nodes? | |
| const COLOR_RANDOM = false; // randomise color? | |
| const COLOR_HUE = 190; // hue in HSL (https://hslpicker.com) | |
| const MAX_ROTATION = 180; // set to 360 to rotate all the way round | |
| const THICKNESS = 20; // thickness of layers | |
| const DISTANCE = 10000; // ¯\\_(ツ)_/¯ |
どうもどうも,冴えないオタクくんのざきまつです.
この記事は,日本陰キャ協会 Advent Calendar 2022 15日目の記事になります.
なお,この協会はクリスマス当日に消滅する可能性があります.
TsukuCTF にひとりチーム(syake)として参加し、16位でした。
他の方のwriteupを読むまで、Googleレンズというものを知りませんでした………。OSINT初心者のwriteupです。
TsukuCTF公式Twitterのアカウント名がそのままFlagとなっている
TsukuCTF{2021}
| const headerCell = document.createElement("th"); | |
| const headerRow = document.querySelector(".header-row"); | |
| headerCell.innerText = "プレイリスト"; | |
| headerCell.setAttribute("data-col", "playlist"); | |
| headerCell.style.width = "32%"; | |
| headerRow.insertBefore( | |
| headerCell, | |
| headerRow.querySelector('[data-col="play-count"]') |
| import array | |
| import secrets | |
| CIPHER_MAX = 54 | |
| PLAIN_MAX = 45 | |
| base62_table = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'] | |
| printable_table = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '!', '"', '#', '$', '%', '&', '\'', '(', ')', '*', '+', ',', '-', '.', '/', ':', ';', '<', '=', '>', '?', '@', '[', '\\', ']', '^', '_', '`', '{', '|', '}', '~', ' ', '\n', '\0', '\t'] | |
| tablesize = len(printable_table)//1 |
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg