Skip to content

SageTendo/PyRCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyRCE: Remote Code Executor over TCP/IP

Overview

Note

This is still a work in progress.

PyRCE is a simple remote code execution tool using TCP sockets. It consists a client-server model in which:

  • The servers handles client (the target) connectivity
  • Messages are sent/relayed betweeen clients and server
  • Payloads can be injected and executed on target clients via the server

Disclaimer

Warning

This project is intended for educational purposes only. Unauthorized or malicious use is strictly prohibited. The user assumes full responsibility for any actions taken using this tool. The creator, contributors, and maintainers of this project shall not be held liable for any damages, legal issues, or consequences resulting from its use. Use at your own risk.

About

A remote code execution tool over TCP/IP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages