Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

Spelling #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Once this is done the loader will then spawn a hidden Excel process and load the

<b>IMPORTANT</b>

The target endpoint must have Microsoft Office installed and activated in order to run because Ivy relies on a abusing the programticatical access to the VBA environment of Microsoft office.
The target endpoint must have Microsoft Office installed and activated in order to run because Ivy relies on a abusing programmatic access to the VBA environment of Microsoft office.

## EDR Unhook Mode

Expand Down Expand Up @@ -152,7 +152,7 @@ In addition, when generating a loader there are two payload types. The first, `I

### Injection Process

With `Inject` mode Ivy will create a process in a suspended state to injection shellcode into. Depending on the on weither its a 32-bit or 64-bit system it will spawn a different process. Ivy comes with some default process names to spawn, however these can be chagned by using the `process32` or `process64` flags. When specifying the path ensure you use `\\` for the path.
With `Inject` mode Ivy will create a process in a suspended state to injection shellcode into. Depending on the on whether its a 32-bit or 64-bit system it will spawn a different process. Ivy comes with some default process names to spawn, however these can be changed by using the `process32` or `process64` flags. When specifying the path ensure you use `\\` for the path.

# Staged vs Stageless Shellcode

Expand Down