Releases: safesploit/PythonRAT
Releases · safesploit/PythonRAT
PythonRAT 0.11.1-alpha
Functionality
- Implemented webcam capture
Bug Fixes or Convenience
Client
- can now background a session using
bg
orbackground
Server
- Error handling for
- reliable_recv()
- reliable_send()
- Allow address reuse to prevent 'Address already in use' error
sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
- KeyboardInterrupt error handling
- Rewrite most code into functions
PythonRAT v0.10.1-alpha
PythonRAT v0.10.1-alpha
Changes
v0.10.1-alpha
- Moved from PyAutoGUI to MSS
- Fixed bug causing backdoor to crash
PythonRAT v0.9.3-alpha
PythonRAT v0.9.3-alpha
Changes
v0.9.3-alpha
- C2 server uses main top-level code environment
- Fixed a bug with accept_connections()
PythonRAT v0.9.2-alpha
Changes
v0.9.2-alpha (2022-07-08)
- Removed dependency for Termcolor
PythonRAT v0.9.1-alpha
CHANGES
- Programmed Colour class
- Implemented a banner on the launch of c2.py
v0.9.0-alpha
Update SHA256SUMS