bee-san/RustScan

Wiki Addition

Open

#648 aperta il 18 ago 2024

Vedi su GitHub
 (7 commenti) (0 reazioni) (0 assegnatari)Rust (1284 fork)batch import
good first issue

Metriche repository

Star
 (19.268 star)
Metriche merge PR
 (Merge medio 44g 20h) (5 PR mergiate in 30 g)

Descrizione

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

Guida contributor