Skip to content

Instantly share code, notes, and snippets.

@wataken44
wataken44 / detect.sh
Created March 30, 2024 00:44
xz backdoor detect.sh
#! /bin/bash
set -eu
# find path to liblzma used by sshd
path="$(ldd $(which sshd) | grep liblzma | grep -o '/[^ ]*')"
# does it even exist?
if [ "$path" == "" ]
then
虚無期間にすることのおすすめってどっかあったっけ?自分でリスト化するとこんな感じかと思うんだけど欠けある?
・周回するステージを信頼度稼ぐ編成に更新する
・SoC、購買証、アーツ学を集める(素材がイベント他で足りている場合)
・モジュールの条件を満たしていく
・危機契約訓練場の等級を上げておく
・強襲クリアしていないステージをクリアする
・使いそうなスキルを特化する
・使いそうなキャラを昇進2にしてないなら育成する
・ストーリーをクリアしていないなら進める
import sys
def main():
n = int(sys.argv[1])
print(nth_prime(n))
def nth_prime(n):

通常時成功率(↓) * エクストラスロット成功率(→)表

+18%, 同名なし

100%100%100%100%88%78%73%58%48%
0->1
100%
1->2
90%
2->3
85%
3->4
70%
4->5
60%
5->6
55%
6->7
40%
7->8
30%

作りたいもの

  • 3セット
    • SOP アスソ エテファ マナレヴ グレース (有名なやつ)
    • SOP アスソ エテファ マナレヴ 何か グレース (可能ならこっち)

あるもの

  • 特殊能力移植パス
(create-fontset-from-ascii-font "Consolas-16:weight=normal:slant=normal" nil "consolas_msgothic")
(set-fontset-font "fontset-consolas_msgothic" 'japanese-jisx0213.2004-1 "MS ゴシック-16:weight=normal:slant=normal" nil 'append)
(add-to-list 'default-frame-alist '(font . "fontset-consolas_msgothic"))
canonical
javascript:(function(){var els=document.getElementsByTagName("link");for(var i=0;i<els.length;++i){var el=els[i];if(el.rel==="canonical"&&location.href!=el.href){ location.href=el.href;}};}())
amazon
javascript:(function(){var s=location.href;var r=new RegExp("(dp|product)/([A-Z0-9]{10})");var m=r.exec(s);if(m){location.href="https://www.amazon.co.jp/dp/"+m[2];}}())
hatena
javascript:(function(){var dest=location.href;var els=document.getElementsByTagName("link");for(var i=0;i<els.length;++i){var el=els[i];if(el.rel==="canonical"){ dest=el.href;}};location.href="https://b.hatena.ne.jp/entry/"+dest;}())
ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAFoIO5F4f2deCBC8HqJ7+4B0MWwwYOnMlfozQtCyWRpTBLDob3MSGRoz6Jwz1PqAV+H89E69psMVk/OfeQJuElZXAB2nZXSIYEveHhjywuioV24lSdGy1nzcH/Lhuw8uwrkOaOnTEcC2LFT3wRBhuuXqqmnKlshiW9hErd+6TbH3FTdpw== wataken44@tembin
{
"editor.fontSize": 16,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"files.exclude": {
"**/#*": true,
"**/*~": true,
"**/.#*": true,