PythonRAT Versions Save

Command and Control (C2) server with backdoor acting as Remote Administration Trojan (RAT) written in Python3

v0.11.1

10 months ago

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

v0.10.1

1 year ago

PythonRAT v0.10.1-alpha

Changes

v0.10.1-alpha

  • Moved from PyAutoGUI to MSS
  • Fixed bug causing backdoor to crash

v0.9.3-alpha

1 year ago

PythonRAT v0.9.3-alpha

Changes

v0.9.3-alpha

  • C2 server uses main top-level code environment
  • Fixed a bug with accept_connections()

v0.9.2-alpha

1 year ago

Changes

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

  • Removed dependency for Termcolor

v0.9.1-alpha

1 year ago

CHANGES

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

v0.9.0-alpha

2 years ago