Skip to content

Releases: gongzhengyang/rscan

improve icmp scan and add snafu replace this-error

12 Dec 11:54
Compare
Choose a tag to compare

feat: add makefile for scanner
feat: add error handles
feat: improve scan ip speed
docs: add changelog and bump version
docs: correct describe for filepath command args
chore: change default global timeout

add macos support

29 Jun 11:34
Compare
Choose a tag to compare

support for both macos intel and arm
added: add macos support

Add arp scan

29 May 03:54
eb5b3aa
Compare
Choose a tag to compare

0.4.1 (29. May, 2023)

  • changed: improve receive packets speed

0.4.0 (28. May, 2023)

  • added: add arp scan support
  • changed: move parse.rs, sockets_iter.rs into setting directory

0.3.0: Merge pull request #1 from gongzhengyang/feature-udp

20 May 05:13
fbc03b9
Compare
Choose a tag to compare
  • added: add common trait named SocketScanner for tcp/udp scan
  • changed: change rscanner/execute/tcp to impl SocketScanner
  • added: add udp scanner
  • added: add udp scan argument in binary executor and readme

icmp,tcp scan support

19 May 06:59
Compare
Choose a tag to compare
  • added: icmp, tcp scan support
  • added: system default limit change
  • added: cmd parse with full args
  • added: add tokio-console for task schedule manage
  • added: add build-release.sh to improve makefile