bee-san/RustScan

Wiki Addition

Ouverte

#648 ouverte le 18 août 2024

 (7 commentaires) (0 réaction) (0 personne assignée)Rust (1 284 forks)batch import
good first issue

Métriques du dépôt

Stars
 (19 268 étoiles)
Métriques de merge PR
 (Merge moyen 44j 20h) (5 PRs mergées en 30 j)

Description

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

Guide contributeur