Target Server to WDB agent connection communication is done via UDP and is initiated by the host (i.e. inbound), the target's port is 0x4321, and the host's port is dynamic. But unfortunately, it is hard to determinate the actual port when other tool is running, for example:
Symbol Table Syncronization
Communication is done via TCP, is triggered by the host, but
is initiated by the target (i.e. outbound)
Target establishes two TCP connections to the host
Target's port is dynamic
Host's port is dynamic
Scope Tools
When using WTX for communication, then all communication is done
via UDP port 0x4321 (see Target Server to WDB connection).
When using TCP, then the host will open a TCP connection to the
target at dest port 49154, source port is dynamic.
WindView
- TSFS upload path initialzation
Connumication is done via UDP, target port 0x4321
(see Target Server to WDB connection)
- File upload path initialzation
Connumication is done via UDP, target port 0x4321
(see Target Server to WDB connection)
阅读(996) | 评论(0) | 转发(0) |