January 08, 2018

Checksec : Check memory corruption mitigation techniques


❑ Checksec is a tool to check memory corruption mitigation techniques of a file in Linux.

❑ Feature
❍ It can check executable files on Linux(ELF).
❍ It can check whether RELO, Canary, NX, PIE, RPATH, RUNPATH, FORTIFY is on or not.

❑ How to install : Donwload checksec(Link).

❑ How to use : Use checksec script with appropriate arguments.
* checksec --file [Executable file name]