All Projects → c1982 → shellboy

c1982 / shellboy

Licence: MIT license
simple webshell scanner

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

shellboy

ShellBoy is a useful web shell finder. It simply knows the signatures of active or inactive webshells on the market and looks for these signatures in files on your server.

Latest Release

Please follow github release pages for binaries

Usage

ShellBoy is designed as a command line application. You can run it directly by giving the main directory you want to be scanned.

./shellboy --directory=/usr/local/vhosts

Parameters

args desc
directory Root directory for scan
score Minimum similarity score
minbytes Minimum file size (byte). Default 4kb
maxbytes Maximum file size (byte). Default 1Mb
excludes Excluded file extensions. Empty is disabled
includes Included file extensions. Default empty
help Display this help message
v Verbose mode

Examples

Scan only PHP files.

shellboy --directory=/usr/local/vhosts --includes=php,phps

Exclude images files sanning

shellboy --directory=/usr/local/vhosts --excludes=jpeg,png,gif

Change minimum similarity score. This value increases skepticism

shellboy --directory=/usr/local/vhosts --score=75

Yara Files Sources

Data Sources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].