REBRAND: REAPER v2.0 - RDP Exploitation Framework
This commit is contained in:
12
run.bat
12
run.bat
@@ -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 ║
|
||||
echo ║ Launching GUI... ║
|
||||
echo ╚══════════════════════════════════════════╝
|
||||
echo ╔═══════════════════════════════════════════════════╗
|
||||
echo ║ ☠ REAPER v2.0 ☠ ║
|
||||
echo ║ Remote Exploitation ^& Password Enumeration ║
|
||||
echo ║ Launching the Reaper... ║
|
||||
echo ╚═══════════════════════════════════════════════════╝
|
||||
echo.
|
||||
python main.py
|
||||
if %errorlevel% neq 0 (
|
||||
|
||||
Reference in New Issue
Block a user