bee-san/RustScan

Wiki Addition

Open

#648 创建于 2024年8月18日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)Rust (1,284 fork)batch import
good first issue

仓库指标

Star
 (19,268 star)
PR 合并指标
 (平均合并 44天 20小时) (30 天内合并 5 个 PR)

描述

Under Things-you-may-want-to-do-with-RustScan-but-don't-understand-how.md add this section

Exporting Nmap Reports

Create a place on the machine for the output

mkdir -p /report

Give it permissions for docker to write to

chmod 777 /report

Adding the docker options for a mapped file

docker run -it --rm --name rustscan -v /report:/output rustscan/rustscan:2.1.1 -a 10.1.1.2 -- -oA /output/xml

贡献者指南