Changelog for
rustscan-2.3.0+0-32.2.x86_64.rpm :
* Sun Oct 13 2024 Andrea Manzini
- update to 2.3.0:
* Udp Scanning (#596) AATTBrendanGlancy
* feat(cli): add custom dns resolver option (#587)
* bump dependencies- update to 2.2.2:
* enabling exclude port list capability Issue #530 (#534) You can now exclude ports from being scanned.
* RustScan now supports ARM based devices- dropped cargo_config- added %check section to run testsuite (excluding those needing network)
* Sat Jan 20 2024 Andreas Stieger - Downgrade nmap requirements to recommends: The no-nmap option exists, and nmap should move to :NonFree
* Wed Jun 14 2023 Robert Frohl - Drop not needed RustScan-
*.obscpio, as RustScan-
*.tar.xz is used for build the package.
* Sat Dec 03 2022 Dirk Müller - update to 2.1.1:
* Minor cosmetic changes
* fix links to Docker & Kali wiki
* Upgrade rlimit
* Improve doc for addresses
* Allow CLI customisation of config file path
* Supports M1 Macs tada
* Partially fix #362: Fix examples (#363)
* Scripting engine arguments. Scan engine errors.
* Mon Jun 20 2022 William Brown - Automatic update of vendored dependencies
* Tue May 24 2022 William Brown - Automatic update of vendored dependencies
* Fri Jan 07 2022 William Brown - resolve bsc#1194119 (CVE-2021-45710)- Add cargo_vendor service to assist with updates- Use cargo-packaging and relevant macros to improve spec
* Fri Nov 05 2021 William Brown - Add cargo audit service to detect potential security issues
* Fri Nov 06 2020 Martin Hauke - Update to version 2.0.1 Features
* Scripting Engine Implementation.
* Improved init_scripts error handling.
* Add tries to scan_socket.
* Make address an optional instead of a positional argument. Maintenance
* Add tests for rustscan scripting engine.
* Add clippy linting and fix existing warnings. Bugs
* Changed the dns resolving to use std::net::ToSocketAddrs.
* Fix Rlimit breaking change.
* Update documentation to include greppable.
* Tue Sep 29 2020 Martin Hauke - Update to versino 1.10.0 Features
* Added DNS lookup using Google DNS, refactored IP code.
* Take file of addresses as input. Maintenance
* Refactored tests, introduced default function in test context for structs.