Closed ssst0n3 closed 11 months ago
import ( "github.com/ctrsploit/sploit-spec/vulnerability" "github.com/ctrsploit/sploit-spec/checksec" ) def Output() { vulns := vulnerability.Vulns{ vulnerability.Vuln{ Name: xxx, Exists: true, } } checksec.Output(vulns, env) }
done by #44