Skip to content

Instantly share code, notes, and snippets.

View ry2811's full-sized avatar
🎯
Focusing

Nguyen Dang Khoi ry2811

🎯
Focusing
View GitHub Profile
#!/bin/bash
# 1. Update hệ thống
sudo apt update && sudo apt install -y golang tmux curl jq git
# 2. Setup GOPATH
mkdir -p $HOME/go/{bin,src,pkg}
echo 'export GOPATH=$HOME/go' >> ~/.bashrc
echo 'export PATH=$PATH:$GOPATH/bin:/usr/local/go/bin' >> ~/.bashrc
source ~/.bashrc
{
"swagger": "2.0",
"info": {
"title": "PoC XSS",
"version": "1.0.0"
},
"host": "webhook.site",
"basePath": "/",
"schemes": ["https"],
"paths": {