Skip to content

Releases: safesploit/python-remote-session-lab-poc

PythonRAT 0.11.1-alpha

Choose a tag to compare

@safesploit safesploit released this 21 Jul 16:30

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

Choose a tag to compare

@safesploit safesploit released this 09 Aug 09:20
9dd0a57

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

Choose a tag to compare

@safesploit safesploit released this 06 Aug 19:51
6d3a8fa

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

Choose a tag to compare

@safesploit safesploit released this 08 Jul 18:24
53a5d58

Changes

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

  • Removed dependency for Termcolor

PythonRAT v0.9.1-alpha

Choose a tag to compare

@safesploit safesploit released this 08 Jul 14:31
6fd5c94

CHANGES

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

v0.9.0-alpha

v0.9.0-alpha Pre-release
Pre-release

Choose a tag to compare

@safesploit safesploit released this 10 May 16:11
e144141
Update SHA256SUMS