When I checking the source code, I got these quest...
# development
d
When I checking the source code, I got these questions: - Is there anyway when user run those linux shell process like:
Copy code
go
ncutils.RunCmd("wg-quick down "+confPath, true)
can be utilised the shell injection by end user? - From doc mentioned using wireguard-go, but I can't find the code counterpart , I can only found the RunCMD to call wg-quick, if call wireguard-go should be call the Go func/methods directly Any idea about my concern would be appreciated 🙂