go-exploit icon indicating copy to clipboard operation
go-exploit copied to clipboard

A Go-based Exploit Framework

Results 55 go-exploit issues
Sort by recently updated
recently updated
newest added

It's been brought up that we potentially may want to expose earlier flag parsing to the framework before `RunExploit` so that the options can influence the config instead of vice-versa....

enhancement

Currently C2 type selection is hardcoded and singular, but under some conditions an exploit might need to have multiple executions. For example, I have had multiple exploits that need a...

enhancement
api-break

Unrelated to go-exploit, I was looking at the DoE HackerOne page and discovered that this file format is a thing, and likely something go-exploit can ingest. https://hackerone.com/deptofdefense/policy_scopes

enhancement

Unrelated to go-exploit, I was looking at the DoE HackerOne page and discovered that this file format is a thing, and likely something go-exploit can ingest. https://hackerone.com/deptofdefense/policy_scopes

enhancement

It would be nice if the exploits self-documented any side affects they generate: evidence in logs (which logs), crashes, etc. I think this could be as simple as updating https://github.com/vulncheck-oss/go-exploit/blob/main/config/config.go...

enhancement