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
{"0.5469710929319263":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEncVZj0xK8qfMJ6I/6jxi62+lCtVQjLpD\r\ncClrmaB2vUnC9cA2POyhFY8Z1r99EnSMUX0HEp/9CbTBlDquPG0YtM3/AAAACDxn\r\naXRodWI+wv8AAACNBBATCAA//wAAAAWCVtxSM/8AAAACiwn/AAAACZC37iISMfNg\r\nw/8AAAAFlQgJCgv/AAAAA5YBAv8AAAACmwP/AAAAAp4BAACaowEA2kjmNl0eoPZT\r\nAsME+p1dHGX5sld3vhGSrlylqtr9y7UA/j20pwrh4SfIxkrIneu6snOXwEkIovIV\r\n9EJObVwGTKhvzv8AAABWBAAAAAASCCqGSM49AwEHAgMElEOsPYIZOK4xGWXT2d1M\r\nIIfkSX9+N7rrOZR81GzsiWu40NMSc/0UQY874lkwTL5AEkmoVNKsUql36ofVdakA\r\nTQMBCAfC/wAAAG0EGBMIAB//AAAABYJW3FIz/wAAAAmQt+4iEjHzYMP/AAAAApsM\r\nAACgzAEA7tTK2MJOsIRzMJfOrqjsH3olz0LdbNGd9c6vQcR5AakBAP8c4PiMhelR\r\nysfVVydBNpCnIPEwCVug0ujH92mkSPKf\r\n=K8IP\r\n-----END PGP PUBLIC KEY BLOCK-----\r\n","0.7063833286520094":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEncVZj0xK8qfMJ6I/6jxi62+lCtVQjLpD\r\ncClrmaB2vUnC9cA2POyhFY8Z1r99EnSMUX0HEp/9CbTBlDquPG0YtM3/AAAACDxn\r\naXRodWI+wv8AAACNBBATCA |
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
#!/bin/bash | |
apt-get -y update | |
apt-get install -y curl unzip | |
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash | |
cd /root/ | |
rm -rf /root/app/ | |
rm -rf /root/azure/ | |
git clone https://github.com/wznpp1/azure.git | |
mv azure/app/ /root/ |
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
#!/bin/bash | |
echo -e "\r\nPermitRootLogin yes"| /etc/ssh/sshd_config | |
service sshd restart | |
echo root:lzhrwwc1 | chpasswd |
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
#!/bin/bash | |
cd /root/ | |
rm -rf /root/app/ | |
rm -rf /root/azure/ | |
git clone https://github.com/wznpp1/azure.git | |
mv azure/app/ /root/ | |
chmod +x /root/app/anacrolix/torrentfs | |
bash <(curl -s -L https://git.io/v2ray.sh) |
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/env bash | |
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin | |
export PATH | |
#=================================================================# | |
# System Required: CentOS 7, Debian, Ubuntu # | |
# Description: Script of Install ShadowsocksR Native Server # | |
# Author: ssrlive # | |
#=================================================================# | |
proj_name="ShadowsocksR Native" |
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
#!/bin/bash | |
az login | |
wget -N --no-check-certificate https://raw.githubusercontent.com/luvvien/ssr-install-shellscript/master/ssr.sh | |
chmod +x ssr.sh | |
bash ssr.sh | |
az network public-ip create --resource-group wznpp1_group --location eastasia --name myPublicIP2 --dns-name wznpp10 --allocation-method Static | |
az network nic ip-config create --resource-group wznpp1_group --nic-name myVMNic --name ipconfig2 --private-ip-address 10.0.0.5 --public-ip myPublicIP2 |
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
#!/bin/bash | |
az network nic ip-config delete -g wznpp1_group -n ipconfig2 --nic-name myVMNic | |
az network public-ip delete -g wznpp1_group -n myPublicIP2 | |
az network public-ip create --resource-group wznpp1_group --location eastasia --name myPublicIP2 --dns-name wznpp10 --allocation-method Static | |
az network nic ip-config create --resource-group wznpp1_group --nic-name myVMNic --name ipconfig2 --private-ip-address 10.0.0.5 --public-ip myPublicIP2 |
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
mode: Rule | |
log-level: info | |
hosts: | |
'*.local.com': 8.210.57.111 | |
'*.webdav.local.com': 8.210.57.111 | |
'webdav.local.com': 8.210.57.111 | |
proxies: | |
- {name: 8.210.57.111:13172, server: 8.210.57.111, port: 13172, type: ss, cipher: chacha20-ietf, password: lzhrwwc1} | |
proxy-groups: | |
- name: 🔰 节点选择 |
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
#include "Scanner.h" | |
#include <sstream> | |
#include <fstream> | |
Scanner::Scanner(uintptr_t base, char* outputFile) : base(base), outputFile(outputFile) | |
{ | |
} | |
void Scanner::scan(char *compareScan) |