SNOWCRASH creates a script that can be launched on both Linux and Windows machines. Payload selected by the user (in this case combined Bash and Powershell code) is embedded into a single polyglot template, which is platform-agnostic.
There are few payloads available, including command execution, reverse shell establishment, binary execution and some more :>
Basic Usage
./install.sh
./snowcrash --list
./snowcrash --payload memexec --out polyglot_script
mv polyglot_script polyglot_script.ps1
Additional Notes
Delay before script run and payload execution can be specified as an interval (using --sleep
flag) in the form:
x[s|m|h]
x = Amount of interval to spend in idle state
s = Seconds
m = Sinutes
h = Hours
After generation, the extension of generated script containing the payload can be set either to .sh
or .ps1
(depending on the platform we want to target).
Generated payload can be written directly to STDOUT (instead of writing to a file) using --stdout
flag.
Screenshots
Starship is a powerful, minimal, and highly customizable cross-shell prompt designed to enhance the terminal…
Lemmy is an innovative, open-source platform designed for link aggregation and discussion, providing a decentralized…
The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing…
Ghauri is a cutting-edge, cross-platform tool designed to automate the detection and exploitation of SQL…
Writing tools have become indispensable for individuals looking to enhance their writing efficiency, accuracy, and…
PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…