ftphack/README.md
2025-09-02 22:01:08 +08:00

23 lines
335 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ftphack
一个用于FTP安全测试的Rust工具项目
## 项目简介
ftphack 是一个用Rust编写的FTP协议安全测试工具集旨在帮助安全研究人员进行FTP服务的安全评估。
## 安装方法
```bash
cargo build
```
## 使用方法
```bash
cargo run
```
## 许可证
本项目采用 MIT 许可证。