REBRAND: REAPER v2.0 - RDP Exploitation Framework

This commit is contained in:
drjones
2026-05-05 23:36:55 -07:00
parent ef91f8219b
commit a954109ccd
5 changed files with 242 additions and 158 deletions

12
run.bat
View File

@@ -1,15 +1,17 @@
@echo off
title FastRDP-NG v2.0
title REAPER v2.0 - RDP Exploitation Framework
cd /d "%~dp0"
:: Force UTF-8 encoding for Unicode box-drawing characters in banner
set PYTHONIOENCODING=utf-8
color 0C
echo.
echo ╔══════════════════════════════════════════╗
echo FastRDP-NG v2.0
echoLaunching GUI...
echo ╚══════════════════════════════════════════╝
echo ╔═══════════════════════════════════════════════════
echo REAPER v2.0 ☠
echoRemote Exploitation ^& Password Enumeration
echo ║ Launching the Reaper... ║
echo ╚═══════════════════════════════════════════════════╝
echo.
python main.py
if %errorlevel% neq 0 (