赤シート++ ( http://tyage.sakura.ne.jp/akasheet/ ) のサービス停止に伴い、シートのSQL dumpを公開します。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.$$ = $$; | |
| window.$ = $; | |
| processAnime = (index) => { | |
| console.log(index) | |
| const anime = $$('.list-group-element-heading')[index]; | |
| if (anime === undefined) { | |
| $$('[rel=previous]')[1].click(); | |
| setTimeout(() => processAnime(0), 1000); | |
| return; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| channels = [] // channels to delete | |
| deleteC = (i) => { | |
| TS.web.channel.confirmChannelDeletion($('form.action_list').eq(2), '#c58g7484s') | |
| $.post('/archives', { 'crumb': 's-1494232592-a84e89cf65-☃', 'do_delete': 1, 'channel_id': channels[i] }) | |
| setTimeout(() => deleteC(i+1), 1000) | |
| }; | |
| deleteC(0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 以下のURLよりダウンロードできるICカード読み取りソフト(FCFdumpソフト)のMac用ソフトウェアである FCFdump.py について、お伺いしたく連絡しました。 | |
| http://www.iimc.kyoto-u.ac.jp/ja/services/cert/support/ic_fcfdump.html | |
| 文字エンコーディング方式の変更や、その他利便性の向上のために FCFdump.py の内容を改変し、また他の利用者からも利用できるように公開したいと考えているのですが、これに関して問題があるかどうかお教えください。 | |
| (Githubにアップロードし、公開したいと考えています。) | |
| FCFdump.py自体には学内のみに機密すべき情報は含まれていないと考えております。 | |
| また毎年このソフトウェアの利用者から文字化けするといった内容の報告を聞くため、一部を改変したバージョンを公開することで利便性の向上が測れると考えています。 | |
| このソフトウェアのライセンス表記は見当たりませんでしたが、もしどこかに記述がありましたらご教授いただければ幸いです。 | |
| よろしくお願いします。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAFhYrEJV23heQWxoQYeNH7T0p3I0exYNicvqCf3UUHYysg9/PoaDyJTEb6gbEQ18EKR7LYClySJ0QQpVIZxsuleEwE+9vDkj6YD3BDO6/10PAElnAgHsBPOnO43XzV1nyokUE4MoHeC2p4nnJoHzCNw96dUgRYlTq67ZPsFE4iHP6Uheg== yoriko |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html class="normal" _type="channel" channelname="#cbctf-2017"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="Content-Script-Type" content="text/javascript"><meta http-equiv="Content-Style-Type" content="text/css"><style>html {font-family:'Courier';font-size:9pt;background-color:white;color:black;word-wrap:break-word;margin:0;padding:3px 4px 10px 4px;}body {margin:0;padding:0}img {border:1px solid #aaa;vertical-align:top;}object {vertical-align:top;}hr {margin:0.5em 2em;}.line {margin:0 -4px; padding:0 4px 1px 4px; clear:both;}.line[alternate=even] {}.line[alternate=odd] {}.line[_type=action] .sender:before {content: '• ';white-space: nowrap;}.inlineimage {margin: 10px 0 15px 40px;max-width: 200px;max-height: 150px;-webkit-box-shadow: 2px 2px 2px #888;}.avatar {display: inline;max-width: 24px;max-height: 24px;margin-right: 3px;vertical-align: middle;}.url { word-break: break-all; }.address { text-decoration: underline; word-break: break-all; }.highlight { color: #f0 |
Open help chat and wait until user list is shown.
Call to user and say “Anyaway, what is your favorite food?”.
You will get flag.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| import os | |
| import sys | |
| import random | |
| import json | |
| import cgi | |
| import cv2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~ ᐅ brew cask list | |
| adobe-acrobat-reader firefoxnightly gyazo mactex skype xquartz | |
| adobe-air font-source-code-pro hex-fiend maltego slack zeplin | |
| android-studio github-desktop intellij-idea-ce mendeley tex-live-utility zoomus | |
| atom gnucash iterm2 minecraft vagrant | |
| discord google-chrome java mysqlworkbench virtualbox | |
| docker google-drive java8 night-owl vlc | |
| dropbox google-japanese-ime jd-gui obs vysor | |
| firefox google-nik-collection limechat skim wireshark | |
| ~ ᐅ brew list |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alert(1) |