go-sniffer
🔎Sniffing and parsing mysql,redis,http,mongodb etc protocol. 抓包截取项目中的数据库请求并解析成相应的语句。
How to download and setup go-sniffer
Open terminal and run command
git clone https://github.com/40t/go-sniffer.git
git clone is used to create a copy or clone of go-sniffer repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with go-sniffer https://github.com/40t/go-sniffer/archive/master.zip
Or simply clone go-sniffer with SSH
[email protected]:40t/go-sniffer.git