xssee:http://web2hack.org/xssee
xssee:http://evilcos.me/lab/xssee
程默的博客(DES,3DES,AES,RC,Blowfish,Twofish,Serpent,Gost,Rijndael,Cast,Xtea,RSA):http://tool.chacuo.net/cryptdes
在线编码解码(多种并排):http://bianma.911cha.com
在线加密解密(多种):http://encode.chahuo.com
| javascript:(function()%7Bvar%20a=window.open('about:blank').document;a.write('%3C!DOCTYPE%20html%3E%3Chtml%3E%3Chead%3E%3Ctitle%3ESource%20of%20'+location.href+'%3C/title%3E%3Cmeta%20name=%22viewport%22%20content=%22width=device-width%22%20/%3E%3C/head%3E%3Cbody%3E%3C/body%3E%3C/html%3E');a.close();var%20b=a.body.appendChild(a.createElement('pre'));b.style.overflow='auto';b.style.whiteSpace='pre-wrap';b.style.wordWrap="break-word";b.appendChild(a.createTextNode(document.documentElement.innerHTML))%7D)(); |
xssee:http://web2hack.org/xssee
xssee:http://evilcos.me/lab/xssee
程默的博客(DES,3DES,AES,RC,Blowfish,Twofish,Serpent,Gost,Rijndael,Cast,Xtea,RSA):http://tool.chacuo.net/cryptdes
在线编码解码(多种并排):http://bianma.911cha.com
在线加密解密(多种):http://encode.chahuo.com
| iptables -t nat -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8388 | |
| iptables -t nat -A PREROUTING -p udp -m udp --dport 80 -j REDIRECT --to-ports 8388 | |
| iptables -t nat -A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 8388 | |
| iptables -t nat -A PREROUTING -p udp -m udp --dport 443 -j REDIRECT --to-ports 8388 |
| #cd /etc/caddy/Caddyfile | |
| example.com { | |
| root /usr/share/nginx/html | |
| gzip | |
| log /var/log/caddy/access.log | |
| #fastcgi / unix:/var/run/php-fpm/php-fpm.sock php # Fast CGI php interpreter | |
| #fastcgi / fastcgi / 127.0.0.1:9000 php # Fast CGI php interpreter | |
| #using with laravel | |
| fastcgi / unix:/var/run/php-fpm/php-fpm.sock php { | |
| index index.php |
| apt update && apt install default-jdk unzip -y | |
| adduser hath | |
| login hath | |
| wget https://repo.e-hentai.org/hath/HentaiAtHome_1.4.1.zip | |
| unzip HentaiAtHome_1.4.1.zip -d hath/ | |
| exit | |
| wget https://github.com/Yukariin/hath-scripts/raw/master/hentaiathome -O /etc/init.d/hentaiathome | |
| wget https://github.com/Yukariin/hath-scripts/blob/master/systemd.service -O /etc/systemd/system/hentaiathome.service | |
| chmod 755 /etc/init.d/hentaiathome | |
| /etc/init.d/hentaiathome start |
| <TaskerData sr="" dvi="1" tv="5.0b9m"> | |
| <Profile sr="prof2" ve="2"> | |
| <cdate>1504855112439</cdate> | |
| <clp>true</clp> | |
| <edate>1504968962389</edate> | |
| <id>2</id> | |
| <mid0>3</mid0> | |
| <nme>短信转发</nme> | |
| <Event sr="con0" ve="2"> | |
| <code>7</code> |
opkg update
opkg install kmod-usb-serial kmod-usb-serial-wwan kmod-usb-serial-option usb-modeswitch smstools3 curl iconvvi /usr/local/bin/pushsms
#!/bin/sh| echo "deb http://deb.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/jessie-backports.list | |
| echo "deb http://deb.debian.org/debian jessie-backports-sloppy main" >> /etc/apt/sources.list.d/jessie-backports.list | |
| apt update | |
| apt install shadowsocks-libev simple-obfs curl -y | |
| cat > /etc/shadowsocks-libev/config.json <<EOF | |
| { | |
| "server":"0.0.0.0", | |
| "server_port":443, | |
| "local_port":1080, |
| wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13.3/linux-image-4.13.3-041303-generic_4.13.3-041303.201709200606_amd64.deb && dpkg -i linux-image-*.deb && rm linux-image-*.deb | |
| sed -i '/net.core.default_qdisc/d' /etc/sysctl.conf | |
| sed -i '/net.ipv4.tcp_congestion_control/d' /etc/sysctl.conf | |
| echo "net.core.default_qdisc = fq" >> /etc/sysctl.conf | |
| echo "net.ipv4.tcp_congestion_control = bbr" >> /etc/sysctl.conf | |
| sysctl -p | |
| echo "deb http://ftp.debian.org/debian jessie-backports main" > /etc/apt/sources.list.d/jessie-backports.list | |
| apt update |