bee-san/RustScan

Wiki Addition

開放

#648 建立於 2024年8月18日

 (7 則留言) (0 個反應) (0 位負責人)Rust (1,284 個分叉)batch import
good first issue

倉庫指標

星標
 (19,268 顆星)
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

貢獻者指南