Skip to content
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.

Installation

From Binaries

The easiest way to install envy-rs is to download the latest binary release for your operating system.

From source

First make sure you have rustup installed.

Run the following to install envy-rs:

cargo install envy-rs

Usage

envy-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.

Clone this wiki locally