ctrsploit / sploit-spec

1 stars 4 forks source link

checksec output common structure #11

Closed ssst0n3 closed 11 months ago

ssst0n3 commented 1 year 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)
}
ssst0n3 commented 11 months ago

done by #44