vendor:
by:
N/A
CVSS
N/A
This is a Perl script that creates a new connection, sends and receives commands using the DNP3 protocol. It reads command line arguments to configure the host, port, and timeout. The script uses the IO::Socket::INET module to handle the network communication. The ‘Send’ command sends a specific data payload to the connected host, and the […]
CWE
Product Name:
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
DNP3 Perl Script
This is a Perl script that creates a new connection, sends and receives commands using the DNP3 protocol. It reads command line arguments to configure the host, port, and timeout. The script uses the IO::Socket::INET module to handle the network communication. The 'Send' command sends a specific data payload to the connected host, and the 'Receive' command waits for a response and prints it. The script closes the connection after executing all commands.