Niklas Mohrin
Niklas Mohrin
Hey there, I was trying to implement writing to a `&mut dyn Write` in `Controller` and that worked okay, but I then realized, that the `print` function of `PrettyPrinter` takes...
@hedonhermdev I for one am not working on it
Thank you for your report! This probably happens because `rustscan` invokes nmap for every specified address. Therefore, your output file gets overwritten by every next nmap run. As a quick...
@ankushgoel27 I was going to recommend `--greppable` to you, but this won't work because nmap will not run if this flag is passed. I don't think there is a way...
@iiiusky I am currently working on #277 where there is a similar problem. Maybe both our solutions can work hand in hand to make this consistent and convenient in the...
@UnstableAlpha The closest I could find was this paragraph from the nmap manpage: > All of these arguments support strftime-like conversions in the filename. %H, %M, %S, %m, %d, %y,...
If the logic around the flag moves into `get_config_path`, I could also write some tests around that.
Yeah, `--show-paths` sounds right. I think the cache directory might as well be included, seems like a perfect place to report it to the user to me
I guess that would work too and be easier to type 😄
@dbrgn I started fresh with implementing this again and I was wondering what variable the flag should target here. In the old implementation (which I left in as a commit...