Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clubstatus
maccollect
Commits
a630ece8
Commit
a630ece8
authored
Feb 13, 2016
by
Lukas Kupczyk
Browse files
add --privileged nmap arg
parent
98c7d37c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scanner.rs
View file @
a630ece8
...
...
@@ -74,6 +74,7 @@ impl Scanner {
let
path
=
tmpfile
.path
();
Command
::
new
(
"nmap"
)
.arg
(
"--privileged"
)
.arg
(
"-sn"
)
.arg
(
"-oX"
)
.arg
(
path
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment