Skip to content

Releases: safesploit/PythonRAT

PythonRAT 0.11.1-alpha

21 Jul 16:30
Compare
Choose a tag to compare

Functionality

  • Implemented webcam capture

Bug Fixes or Convenience

Client

  • can now background a session using bg or background

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

09 Aug 09:20
9dd0a57
Compare
Choose a tag to compare

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

06 Aug 19:51
6d3a8fa
Compare
Choose a tag to compare

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

08 Jul 18:24
53a5d58
Compare
Choose a tag to compare

Changes

v0.9.2-alpha (2022-07-08)

  • Removed dependency for Termcolor

PythonRAT v0.9.1-alpha

08 Jul 14:31
6fd5c94
Compare
Choose a tag to compare

CHANGES

  • Programmed Colour class
  • Implemented a banner on the launch of c2.py

v0.9.0-alpha

10 May 16:11
e144141
Compare
Choose a tag to compare
v0.9.0-alpha Pre-release
Pre-release
Update SHA256SUMS