Projects STRLCPY reverse_ssh Commits 3bf1e77e
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    README.md
    skipped 352 lines
    353 353   
    354 354  ### Executable Downloading
    355 355   
    356  -When specifying what executable the rssh binary should run, either when connecting with a full PTY session or just executing a command the client can download external programs and execute them.
     356 +When specifying what executable the rssh binary should run, either when connecting with a full PTY session or raw execution the client supports URI schemes to download offhost executables.
    357 357   
    358 358  For example.
    359 359   
    skipped 2 lines
    362 362  ssh -J your.rssh.server:3232 <rssh_client_id> https://your.host/program
    363 363  ```
    364 364   
    365  -This will attempt to write the binary to disk and execute it.
    366 365   
    367 366  #### Supported URI Schemes
    368 367   
    skipped 49 lines
Please wait...
Page is in error, reload to recover