Lucene search

K
kitploitKitPloitKITPLOIT:3331684241021149815
HistoryJun 21, 2024 - 12:30 p.m.

Extrude - Analyse Binaries For Missing Security Features, Information Disclosure And More...

2024-06-2112:30:00
www.kitploit.com
4
extrude
analyse
binaries
security features
information disclosure
elf
macho
windows
docker
todo
secret scanning
packers

7 High

AI Score

Confidence

Low

Analyse binaries for missing security features, information disclosure and more.

Extrude is in the early stages of development, and currently only supports ELF and MachO binaries. PE (Windows) binaries will be supported soon.

Usage

Usage:  
  extrude [flags] [file]  
  
Flags:  
  -a, --all               Show details of all tests, not just those which failed.  
  -w, --fail-on-warning   Exit with a non-zero status even if only warnings are discovered.  
  -h, --help              help for extrude  

Docker

You can optionally run extrude with docker via:

docker run -v `pwd`:/blah -it ghcr.io/liamg/extrude /blah/targetfile  

Supported Checks

ELF

  • PIE
  • RELRO
  • BIND NOW
  • Fortified Source
  • Stack Canary
  • NX Stack

MachO

  • PIE
  • Stack Canary
  • NX Stack
  • NX Heap
  • ARC

Windows

Coming soon…

TODO

  • Add support for PE
  • Add secret scanning
  • Detect packers

Download Extrude

7 High

AI Score

Confidence

Low