Skip to content

Commit

Permalink
Updated v1.2 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaskar committed Aug 28, 2020
1 parent 7dc8ec3 commit 567fba7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ You can install all of Octopus' requirements via :

```pip install -r requirements.txt```

You need to install `nasm` for linux and 'mingw-w64' compiler to use the shellcoding feature and the spoofed args agent.

You can install nasm on Debian based distros using:

`apt install nasm`

And you can install `mingw-w64` on Debian based distros using:

`apt install mingw-w64`

Octopus has been tested on the following operating systems:

* Ubuntu (18.04)
Expand Down

0 comments on commit 567fba7

Please sign in to comment.