Skip to content

ask-z4ch/SentinelScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SentinelScan

Lightweight executable scanning tool written in C. Recursively scans directories for Windows installer and executable files and performs static analysis.

Features

  • Recursive directory scanning (.exe, .dll, .msi)
  • Shannon entropy calculation
  • Suspicion classification (Normal / Moderate / Suspicious)
  • CSV report export

Build

Requires MinGW GCC.

make

Usage

sentinel.exe [directory]

Scans the current directory by default.

Output

Console report with entropy scores and a report.csv file.

License

Apache 2.0

About

Lightweight executable analysis tool written in C that recursively scans directories for Windows installer and executable files and performs basic static analysis.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors