pub async fn execute_rce_command(
target: &str,
command: &str,
) -> Result<RceCommandOutput>Available on crate feature
react2shell only.Expand description
Execute a command via RCE (demo/educational mode).
pub async fn execute_rce_command(
target: &str,
command: &str,
) -> Result<RceCommandOutput>react2shell only.Execute a command via RCE (demo/educational mode).