pwncli family when you want an interactive exploit driver that stays attached to a specific debug session.
Start a driver
pwncli writes the provided script into the session runtime directory, launches it with uv run, and exposes both startup output and any parsed attach result marker.
Interact with the driver
sendinputwrites raw input to the session driver.checkoutputreturns buffered output and clears that buffer.checkeventsreturns structured events and driver liveness data.
sendinput does not append a newline automatically.
Stop or inspect sessions
pwncli_stopkills the driver bound to a session.list_pwncli_sessionslists all active driver sessions.