From 567fba78140f35d553c0ed6dcefd418ce0657341 Mon Sep 17 00:00:00 2001 From: mhaskar Date: Fri, 28 Aug 2020 21:46:34 +0300 Subject: [PATCH] Updated v1.2 requirements --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 92d1109..4ea89ed 100644 --- a/README.md +++ b/README.md @@ -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)