-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Andrew Bassett edited this page Mar 2, 2020
·
3 revisions
- 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
- 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