Skip to content

Releases: bee-san/RustScan

2.4.1 - Guaranteed Speed πŸ¦”

Choose a tag to compare

@bee-san bee-san released this 23 Feb 15:03
b9d5cee

BIG FEATURES

Liking RustScan? You can directly support development by buying me a burrito or a coffee (I consume nothing else πŸ˜‰) https://github.com/sponsors/bee-san

RustScan is now guaranteed to always be fast

We have added benchmarks for UDP and TCP scanning, and are setting up an automated CI service to make sure every PR doesn't decrease RustScan's speed.

We also handled some things like deduplication, less clones(), and more to ensure speed.

Also.... We now have a RustScan library! You can use RustScan in your code :)

This release is really just a lot of things. Seriously. Look at the What's Changed!

Big big thanks to everyone who has contributed <3

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.1

2.3.0

Choose a tag to compare

@release-drafter release-drafter released this 08 Jul 13:57
9c63b56

Features

What’s Changed

2.2.4-rc1

2.2.4-rc1 Pre-release
Pre-release

Choose a tag to compare

@release-drafter release-drafter released this 18 May 13:49
0779071

This is a beta version, a release candidate :)

What’s Changed

2.2.3

Choose a tag to compare

@release-drafter release-drafter released this 01 May 14:50
5328bfc

Minor bug fix change to bump version and get CI to successfully run :)

What’s Changed

2.2.2 πŸ₯³

Choose a tag to compare

@release-drafter release-drafter released this 21 Apr 07:34
dcc558c

Release

This release should automatically build and distribute .deb files and upload to Cargo etc. If it doesn't let me know!

Features

  • Build CI to auto-distribute releases (#468) @leofvo
    This release should auto build .debs, docker etc and publish them!

  • refactor: make RustScan additionally a library (#562) @PsypherPunk
    You can now use RustScan as a library in your own Rust code!

  • First attempt enabling exclude port list capability Issue #530 (#534) @wasuaje
    You can now exclude ports from being scanned.

  • Update for ARM; (#464) @bee-san
    RustScan now supports ARM based devices, which means you can use it on a Raspberry Pi etc. Also, there has been support added for Apple Silicon chips.

Everything Else

2.1.1

Choose a tag to compare

@release-drafter release-drafter released this 07 Nov 10:43
bd32f4e

What’s Changed

2.1.0 Release - M1 support

Choose a tag to compare

@release-drafter release-drafter released this 27 Apr 12:31

What’s Changed

Fixing Cargo Lock

Choose a tag to compare

@release-drafter release-drafter released this 06 Nov 12:33
  • Fixed bug cause by Cargo Lock file.

⚠ Major Breaking Changes. 2.0.0 release. RustScan Scripting Engine! ⚠

Choose a tag to compare

@release-drafter release-drafter released this 05 Nov 23:34

⚠ Major Breaking Changes ⚠

  • You must now use rustscan -a 127.0.0.1 instead of rustscan 127.0.0.1. We held a vote and this won. Please use the addresses flag!

Please see our documentation for more info how you can use the new addresses argument.

Features

Maintenance

Bugs

🐞 Bug Fixes 🐞

Choose a tag to compare

@release-drafter release-drafter released this 29 Sep 16:29
5c61308

What’s Changed