I hereby claim:
- I am moesoha on github.
- I am soha (https://keybase.io/soha) on keybase.
- I have a public key whose fingerprint is C0C8 8AEB 0CF8 BA40 2DA5 B831 27DB 133C D5EB D3BE
To claim this, I am signing this object:
#!/bin/sh | |
if [ $# -ne 1 ] | |
then | |
echo take port number as argument | |
exit 1 | |
fi | |
apt update && apt install -y git curl build-essential libssl-dev zlib1g-dev |
#!/bin/sh | |
LOCKFILE="/tmp/login_lte.pid" | |
TMP=$(mktemp -u) | |
WEBADDR="192.168.0.1" | |
PASSWORD="cGFzc3dvcmQ=" # in base64 | |
# GENERAL FUNCTIONS | |
operation_prepare() { | |
touch ${TMP} | |
curl 'http://'${WEBADDR}'/goform/goform_set_cmd_process' -q -c ${TMP} -b ${TMP} -H 'Referer: http://'${WEBADDR}'/index.html' --data 'isTest=false&goformId=LOGIN&password='${PASSWORD} |
window.document.location.search.substr(1).split('&').forEach(function (v){ | |
if(v.split('=')[0] == 'console'){ | |
if(!window.VConsole){ | |
var s = document.createElement('script'); | |
s.src = 'https://res.wx.qq.com/mmbizwap/zh_CN/htmledition/js/vconsole/3.0.0/vconsole.min.js'; | |
window.document.body.appendChild(s); | |
} | |
var c=setInterval(function (){ | |
if(window.VConsole){ | |
clearInterval(c); |
html { | |
font-size: 93.8%; | |
background-color: #f1f2f3; | |
background-image: | |
-webkit-linear-gradient(0deg, transparent .05em, rgba(0,0,0,.05) .05em, rgba(0,0,0,.05) .125000em, transparent .125000em), | |
-webkit-linear-gradient(rgba(0,0,0,.05) .062500em, transparent .062500em); | |
background-image: | |
-moz-linear-gradient(0deg, transparent .05em, rgba(0,0,0,.05) .05em, rgba(0,0,0,.05) .125000em, transparent .125000em), | |
-moz-linear-gradient(rgba(0,0,0,.05) .062500em, transparent .062500em); | |
background-image: |
I hereby claim:
To claim this, I am signing this object: