forked from pool/rustscan
- Downgrade nmap requirements to recommends: The no-nmap option exists, and nmap should move to :NonFree OBS-URL: https://build.opensuse.org/request/show/1140089 OBS-URL: https://build.opensuse.org/package/show/network:utilities/rustscan?expand=0&rev=19
127 lines
4.4 KiB
Plaintext
127 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jan 20 11:45:15 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
|
|
|
- Downgrade nmap requirements to recommends: The no-nmap option
|
|
exists, and nmap should move to :NonFree
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 14 10:04:34 UTC 2023 - Robert Frohl <rfrohl@suse.com>
|
|
|
|
- Drop not needed RustScan-*.obscpio, as RustScan-*.tar.xz is used
|
|
for build the package.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 3 21:25:28 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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 03:32:00 UTC 2022 - William Brown <william.brown@suse.com>
|
|
|
|
- Automatic update of vendored dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 24 06:24:25 UTC 2022 - William Brown <william.brown@suse.com>
|
|
|
|
- Automatic update of vendored dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 7 01:12:38 UTC 2022 - William Brown <william.brown@suse.com>
|
|
|
|
- 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 5 04:00:35 UTC 2021 - William Brown <william.brown@suse.com>
|
|
|
|
- Add cargo audit service to detect potential security issues
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 6 16:55:10 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- 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 07:10:09 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 28 20:13:52 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.8.0
|
|
Features
|
|
* Allow randomised order for manual ports.
|
|
* Add --port and --range options.
|
|
* Added host resolution.
|
|
* Added accessible mode.
|
|
* Added port scanning strategy.
|
|
Maintenance
|
|
* Added the Git submodule for RustScan Scripting Engine
|
|
* Removed -A from Nmap.
|
|
* Added top 1k ports in config file.
|
|
* Excluded unnecessary files.
|
|
Fixed bugs
|
|
* GH#169, GH#165, GH#163, GH#153
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 9 13:27:15 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.7.1
|
|
Features
|
|
* New terminal user interface. Much prettier and easier to read
|
|
* Port randomisation (so it's not a sequential hit of multiple
|
|
ports)
|
|
Maintenance
|
|
* Created macros to easily report information back to the user
|
|
* Reduced size of error messages (boy were they long smirk_cat )
|
|
* More tests
|
|
- Update to version 1.6.0
|
|
* Added multiple IP support. This is in extremely early stage,
|
|
but it works.
|
|
Maintenance
|
|
* Fixed help menu bugs and quiet mode not working bugs.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 4 17:31:50 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Update to version 1.5.2
|
|
* Added --appdirs flag to find the appdirs location.
|
|
* Refactored batch size to fix #58.
|
|
* Fixed bug where appdirs wasn't pointing to the complete
|
|
directory.
|
|
* Fixed bug where automatic ulimit lowering wasn't working on
|
|
systems with extremely low ulimits (< 250).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 1 16:13:40 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
- Initial package, version 1.4.0
|