-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Himadri Bhattacharjee edited this page Apr 1, 2024
·
7 revisions
A Rust tool to generate obfuscated Windows PowerShell payloads that resolve to paths by globbing environment variables.
This tool heavily automates what is described by @JohnHammond in his video How Hackers Hide.
The easiest way to install envy-rs is to download the latest binary release for your operating system.
First make sure you have rustup installed.
Run the following to install envy-rs:
cargo install envy-rsenvy-rs [OPTIONS] <PATH>
Check out all the flags using:
envy-rs --help
To see how to each flag can be used, check out the examples.