RustScan currently relies on the subprocess crate which hasn't been updated in 2 years.
With Command now in std, this would seem to be a likely—and cross-platform—replacement.
Note: as mentioned in #690, we need to make sure that stdout/stderr are correctly captured to avoid extraneous output.
RustScan currently relies on the
subprocesscrate which hasn't been updated in 2 years.With
Commandnow instd, this would seem to be a likely—and cross-platform—replacement.Note: as mentioned in #690, we need to make sure that
stdout/stderrare correctly captured to avoid extraneous output.