bee-san/RustScan

Wiki Addition

オープン

#648 opened on 2024/08/18

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (1,284 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (19,268 個のスター)
PR merge metrics
 (平均マージ 44d 20h) (30d で 5 merged PRs)

説明

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

コントリビューターガイド