Skip to content

riskydissonance/go-hunt-weak-pes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Hunt Weak PEs

Go binary that finds .EXEs and .DLLs on the system that don't have security controls enabled (ASLR, DEP, CFG etc).

Usage

Usage of go-hunt-weak-pes:
  -allChecks
        Perform checks for SEH, CFG and Integrity Checking in addition to DEP and ASLR
  -dlls
        Only search for DLLs
  -exes
        Only search for EXEs
  -paths string
        The comma separated list of paths to checkPE
  -verbose
        Verbose mode (defaults to false)

By default, only PEs without ASLR or DEP are shown, for others add the -allChecks flag.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages