Chore: single launcher REAPER.bat only; drop redundant bats and unused ports.txt

- Remove MASTER/MASTERSTER/install/run batch shims
- Remove wordlists/ports.txt (ports are GUI checkboxes)
- README: how to run (REAPER.bat + manual pip/main)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
drjones
2026-05-06 00:11:36 -07:00
parent 906000870d
commit 2ef5e0fa69
6 changed files with 11 additions and 126 deletions

24
run.bat
View File

@@ -1,24 +0,0 @@
@echo off
title REAPER v2.0 - RDP Exploitation Framework
:: Quick launch (expects deps already installed). Full bootstrap: REAPER.bat
cd /d "%~dp0"
:: Force UTF-8 encoding for Unicode box-drawing characters in banner
set PYTHONIOENCODING=utf-8
color 0C
echo.
echo ╔═══════════════════════════════════════════════════╗
echo ║ ☠ REAPER v2.0 ☠ ║
echo ║ Remote Exploitation ^& Password Enumeration ║
echo ║ Launching the Reaper... ║
echo ╚═══════════════════════════════════════════════════╝
echo.
python main.py
if %errorlevel% neq 0 (
echo.
echo [!] Python not found or error occurred.
echo [!] Make sure Python 3.8+ is installed and in PATH.
echo [!] Download: https://python.org/downloads
pause
)