bee-san/RustScan

Wiki Addition

Open

#648 geöffnet am 18. Aug. 2024

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.284 Forks)batch import
good first issue

Repository-Metriken

Stars
 (19.268 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 44T 20h) (5 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide