Skip to content

v1.0 stable

Latest
Compare
Choose a tag to compare
@fuxxcss fuxxcss released this 24 Jan 18:38
· 1 commit to v1.0-stable since this release

Release 1.0

  1. check file(file list)

    relro
    stack canary
    nx(depends on cpu flag)
    pie (depends on user aslr)
    rpath runpath
    stripped
    sanitized
    frame pointer
    fortified

  2. check kernel

    kernel config path
    user aslr
    kernel aslr
    kernel nx
    kernel stack
    slab freelist
    smap
    pti

  3. check proc(proc list)

    selinux
    seccomp
    file feature

ToDO in Release 2.0

  1. pe check
  2. windows check