Skip to content

PythonRAT 0.11.1-alpha

Latest
Compare
Choose a tag to compare
@safesploit safesploit released this 21 Jul 16:30
· 6 commits to main since this release

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