Skip to content

Installation

Andrew Bassett edited this page Mar 2, 2020 · 3 revisions

Installation Instructions

Step 1: Prerequisites

  • You have access to a Linux system that you plan to install on
  • You have installed gcc-multilib (sudo apt-get install gcc-multilib)
  • You have installed Python 3

Step 2: Clone the Repository and Edit Permissions

  • Clone the shellcode-tool repository to the directory of your choice
  • Ensure that your environment is setup such that shellcode.py will be able to:
    • Execute shell commands with Subprocess
    • Read, write, create, and remove files
    • Execute binaries in the current directory

Clone this wiki locally