1 Star 0 Fork 1

youngtala / fuzzyftp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Introduction

I created this project as part of my thesis, where I presented computer security and it’s importance in the modern world. I tested the fuzzyftp on different FTP servers with a goal of finding existing vulnerabilities to prove that fuzzyftp can be used to find vulnerabilities in real world FTP servers.

The table below presents the FTP servers and existing vulnerabilities that I was able to detect with Peach and Sulley FTP input file. The first column presents the FTP server and version I was testing, the second column presents an existing vulnerability, where the third and forth columns present the numbers 0 or 1 based on whether the vulnerability was found by Sulley or Peach (by using my input files defining FTP protocol).

FTP Server Known Vulnerabilities Sulley Peach
SlimFTPd 3.15 CWD 0 1
STOR 0 1
MKD 0 1
STAT 0 1
Other 0 10
None 0 0
EasyFTP 1.7.0.11 CWD 1 1
LIST 1 1
MKD 1 1
DELE 1 1
STOR 1 1
RNFR 1 1
RMD 1 1
XRMD 1 1
NLST 1 1
APPE 1 1
RETR 1 1
SIZE 1 1
XCWD 1 1
Cesar FTP 0.99g MKD 0 1
Serv-U 4.1.0.0 MDTM 0 0

From the table above, we can see that Peach found more vulnerabilities than Sulley by using the same specification of the FTP protocol.

This repository holds the following files for presenting the FTP protocol:

Aditionally, the repository also contains input files for Vulnserver:

Usage

To use the input files into the Sulley/Peach generic fuzzers, you first have to download the fuzzers. The instructions for downloading the fuzzers:

If we would like to use Peach, we need to follow these steps:

  1. Install Peach agent on computer where FTP server is running.

  2. Install Peach on computer from where we'll be testing the FTP server (can be the same computer).

  3. Edit the ftp.xml and change the IP address of the Peach agent as well as the command that will restart the FTP server once it becomes unavailable (on crash).

<Agent name="AgentRemote" location="http://10.1.1.169:9001">
<Monitor name="AgentDebugger" class="debugger.WindowsDebugEngine">
    <Param name="CommandLine" value="C:\Users\eleanor\Desktop\easyftp\ftpbasicsvr.exe /nontservice" />
</Monitor>
</Agent>
  1. Run Peach and wait for a crash, which will be logged and we can take a look at it later.
# python peach.py ftp.xml

空文件

简介

暂无描述 展开 收起
Python
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/youngtala/fuzzyftp.git
git@gitee.com:youngtala/fuzzyftp.git
youngtala
fuzzyftp
fuzzyftp
master

搜索帮助