10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
# REAPER v2.0 - RDP Exploitation Framework
|
|
#
|
|
# Core runs on Python stdlib (asyncio, tkinter, socket).
|
|
# These are only needed for the proxy module:
|
|
aiohttp>=3.9.0
|
|
aiohttp-socks>=0.11.0
|
|
|
|
# SSH credential testing via paramiko:
|
|
paramiko>=3.0.0
|