REBRAND: REAPER v2.0 - RDP Exploitation Framework
This commit is contained in:
18
gui.py
18
gui.py
@@ -74,7 +74,7 @@ class FastRDPGUI:
|
||||
|
||||
def __init__(self):
|
||||
self.root = tk.Tk()
|
||||
self.root.title("FastRDP-NG v2.0 \u2014 Next Gen RDP Scanner")
|
||||
self.root.title("REAPER v2.0 \u2014 RDP Exploitation Framework \u2620")
|
||||
self.root.geometry("1100x820")
|
||||
self.root.minsize(950, 700)
|
||||
self.root.configure(bg=Colors.BG_DARK)
|
||||
@@ -149,9 +149,9 @@ class FastRDPGUI:
|
||||
header.pack(fill="x")
|
||||
header.pack_propagate(False)
|
||||
|
||||
tk.Label(header, text="\u26a1 FastRDP-NG", font=("Segoe UI", 18, "bold"),
|
||||
fg=Colors.ACCENT, bg=Colors.BG_MID).pack(side="left", padx=15)
|
||||
tk.Label(header, text="v2.0 \u2014 Streaming RDP Scanner + Instant Spray",
|
||||
tk.Label(header, text="\u2620 REAPER", font=("Segoe UI", 18, "bold"),
|
||||
fg="#ff4444", bg=Colors.BG_MID).pack(side="left", padx=15)
|
||||
tk.Label(header, text="v2.0 \u2014 RDP Exploitation Framework | No Mercy",
|
||||
font=("Segoe UI", 9), fg=Colors.TEXT_DIM,
|
||||
bg=Colors.BG_MID).pack(side="left", padx=5, pady=(8, 0))
|
||||
|
||||
@@ -682,11 +682,13 @@ class FastRDPGUI:
|
||||
about_frame = ttk.LabelFrame(self.tab_settings, text="\u2139 About", padding=8)
|
||||
about_frame.pack(fill="x")
|
||||
tk.Label(about_frame,
|
||||
text="FastRDP-NG v2.0 \u2014 Next Generation RDP Scanner\n"
|
||||
text="REAPER v2.0 \u2014 Remote Exploitation & Password Enumeration Routine\n"
|
||||
"\u2620 Mass RDP Scanner + Password Sprayer + SOCKS5 Proxy Rotator\n"
|
||||
"Built with Python 3.11 + asyncio\n"
|
||||
"Streaming: scan + spray run CONCURRENTLY\n"
|
||||
"Double-click any host to RDP connect instantly\n"
|
||||
"Top 50 password spraying \u2022 CIDR/range support",
|
||||
"Proxy tab: fetch/test/rotate SOCKS5 proxies (on/off toggle)\n"
|
||||
"Double-click any host to RDP connect instantly with stored creds\n"
|
||||
"Top 50 password spraying \u2022 CIDR/range support \u2022 No mercy",
|
||||
fg=Colors.TEXT, bg=Colors.BG_MID, justify="left",
|
||||
font=("Segoe UI", 9)).pack(anchor="w", pady=5)
|
||||
|
||||
@@ -930,7 +932,7 @@ class FastRDPGUI:
|
||||
self._log("\u2501" * 55, "system")
|
||||
self._log("\u25b6\u25b6\u25b6 SCAN STARTED (streaming mode)", "scan")
|
||||
print(_c("\033[96m", " \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510"))
|
||||
print(_c("\033[96m", " \u2502 ") + _c("\033[93m", "FASTRDP-NG v2.0 :: Streaming Scan + Instant Spray") + _c("\033[96m", " \u2502"))
|
||||
print(_c("\033[96m", " \u2502 ") + _c("\033[91m", "REAPER v2.0 :: RDP Reaper :: No Mercy") + _c("\033[96m", " \u2502"))
|
||||
print(_c("\033[96m", " \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518"))
|
||||
|
||||
thread = threading.Thread(target=self._scan_worker, daemon=True)
|
||||
|
||||
Reference in New Issue
Block a user