bee-san / bee-san/RustScan

Wiki Addition

Open
#648 7 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
Rust
Stars
20.4k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

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
```console
mkdir -p /report
```

Give it permissions for docker to write to
```console
chmod 777 /report
```

Adding the docker options for a mapped file
```console
docker run -it --rm --name rustscan -v /report:/output rustscan/rustscan:2.1.1 -a 10.1.1.2 -- -oA /output/xml
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.