mirror of
https://github.com/CyberSecurityUP/shellcode-tester-pro/
synced 2026-06-06 15:34:29 +00:00
877 B
877 B
🇧🇷 Instalação (Linux / Windows)
-
Clone o repositório:
git clone https://github.com/CyberSecurityUP/Shellcode-Tester-Pro.git cd Shellcode-Tester-Pro -
Instale as dependências Python:
pip install -r requirements.txt -
Instale as bibliotecas do sistema (Linux):
sudo apt install nasm xterm gnome-terminal -
Execute:
python3 main_gui.py
🇺🇸 Installation (Linux / Windows)
-
Clone the repository:
git clone https://github.com/CyberSecurityUP/Shellcode-Tester-Pro.git cd Shellcode-Tester-Pro -
Install Python dependencies:
pip install -r requirements.txt -
Install system packages (Linux):
sudo apt install nasm xterm gnome-terminal -
Run:
python3 main_gui.py