rc
The command line tool "rc" is a powerful and versatile automation tool. It is primarily designed for Unix-like systems and is commonly used in shell scripts. The name "rc" stands for "run commands". It uses a simple and intuitive syntax, making it easy to write and understand scripts. "rc" supports variables, loops, conditionals, and functions, allowing for complex automation tasks. It has strong integration with other Unix utilities, such as grep, sed, and awk, enhancing its functionality. The tool is known for its lightweight nature, consuming minimal system resources. "rc" has a rich set of built-in commands and also supports external commands and scripts. It offers extensive error handling and robust error reporting, enabling efficient troubleshooting. The tool can be extended through external modules and libraries, providing additional functionality.
List of commands for rc:
-
rc:tldr:24663 rc: Start listening on a specific port.$ rc -lp ${port}try on your machineexplain this command
-
rc:tldr:3aa48 rc: Start a reverse shell.$ rc ${host} ${port} -r ${shell}try on your machineexplain this command