Skip to content

Releases: sensorfleet/pscan

v0.3.2

14 Jul 06:59
@jtt jtt

Choose a tag to compare

  • Update dependencies & update to rust edition 2024
  • Strip control characters when printing captured banner
  • Use tracing instead of env_logger crate for logging

v0.3.1

22 Dec 09:53
@jtt jtt

Choose a tag to compare

Update dependencies

v0.3.0

31 May 08:39
@jtt jtt

Choose a tag to compare

* Switch async runtime from `async-std` to `tokio`
* Update dependencies

v0.2.0

20 Sep 10:36
@jtt jtt

Choose a tag to compare

* Spread scanning to multiple hosts instead of trying to scan all ports
  on single hosts. Number of hosts to scan at the same time can be
  controlled with --concurrent-hosts parameter.
* Randomize the order of ports (and hosts) when scanning.
* Remove duplicates from port ranges.

v0.1.0

27 Oct 18:44
@jtt jtt

Choose a tag to compare

Initial release