- Add Linux SH to SH
- Add Exec General module
- ...
type App struct {}
var Api App
# https://github.com/XRSec/xgo
# [国内] sudo wget "https://ghproxy.com/https://github.com/XRSec/xgo/releases/download/$(curl -sL "https://api.github.com/repos/crazy-max/xgo/releases/latest" | grep tag_name | awk '{print $2}' | tr -d '"' | tr -d ',')/xgo-$(uname -s)-$(uname -m)" -O /usr/local/bin/xgo
sudo wget "https://ghproxy.com/https://github.com/XRSec/xgo/releases/download/$(curl -sL "https://api.github.com/repos/crazy-max/xgo/releases/latest" | grep tag_name | awk '{print $2}' | tr -d '"' | tr -d ',')/xgo-$(uname -s)-$(uname -m)" -O /usr/local/bin/xgo
sudo chmod +x /usr/local/bin/xgo
xgo .
cd github.com/XRSec/