show icon indicating copy to clipboard operation
show copied to clipboard

Async port scanner

Open mre opened this issue 5 years ago • 0 comments

What?

Write an async port scanner.

Why?

No Rust port scanner exists so far that is async. Good, simple use-case to introduce the (now stable) async ecosystem.

How?

Could be fun to use an existing port scanner to build upon. Here are two simple ones:

  • https://github.com/mylamour/rscan/
  • https://github.com/mdlayher/scanrs/

mre avatar Feb 09 '20 23:02 mre