Roger G. Coram
Roger G. Coram
Apologies for the close/open: never GitHub on mobile.
A fair comment: this was an auto-close courtesy of GitHub.
[As of May](https://blog.rust-lang.org/2024/02/26/Windows-7.html), it seems the targets we're building against will consider Windows 10 to be the minimum. They've added specific targets for Windows 7, as per that article.
As @Athishpranav2003 said, this is how it's currently built: it's a binary choice between specific ports or a range (largely handled by the `PortStrategy`, looking at it). It would be...
Would the last release have been this one? https://github.com/RustScan/RustScan/actions/runs/8910878824 Looks like there was a homebrew-related error, stopping it at the previous step.
@dependabot rebase.
#750 went in last week which should add `generated.rs` to the `.gitignore` file. Worth rebasing off `master` and seeing if that ignores those changes…?
Hey, @Autumn-27. I missed this discussion being raised and started taking a swing at the format mentioned in your PR with `--port` and `--range` still separate but would accommodate the...
When you say you're using the "rustscan docker version", has `rustscan` been aliased? So that's actually a `docker run`? If that's the case, I _think_ the resulting Nmap will run...
It looks like tests are failing due to the ordering of results: ```sh assertion `left == right` failed left: [10.0.0.1, 192.168.1.1] right: [192.168.1.1, 10.0.0.1] ``` I _think_ this is down...