Skip to content

Releases: bee-san/RustScan

2.4.1 - Guaranteed Speed πŸ¦”

23 Feb 15:03
b9d5cee
Compare
Choose a tag to compare

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

08 Jul 13:57
9c63b56
Compare
Choose a tag to compare

Features

What’s Changed

2.2.4-rc1

18 May 13:49
0779071
Compare
Choose a tag to compare
2.2.4-rc1 Pre-release
Pre-release

This is a beta version, a release candidate :)

What’s Changed

2.2.3

01 May 14:50
5328bfc
Compare
Choose a tag to compare

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

What’s Changed

2.2.2 πŸ₯³

21 Apr 07:34
dcc558c
Compare
Choose a tag to compare

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

07 Nov 10:43
bd32f4e
Compare
Choose a tag to compare

What’s Changed

2.1.0 Release - M1 support

27 Apr 12:31
Compare
Choose a tag to compare

What’s Changed

Fixing Cargo Lock

06 Nov 12:33
Compare
Choose a tag to compare
  • Fixed bug cause by Cargo Lock file.

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

05 Nov 23:34
Compare
Choose a tag to compare

⚠ 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 🐞

29 Sep 16:29
5c61308
Compare
Choose a tag to compare

What’s Changed