An open API service indexing awesome lists of open source software.

https://github.com/mylamour/rscan

extremely basic port scan for rust learning.
https://github.com/mylamour/rscan

basic-training learning rust

Last synced: 4 months ago
JSON representation

extremely basic port scan for rust learning.

Awesome Lists containing this project

README

          

# rscan
Extremely basic port scan for rust learning.

use `cargo build` to compile this project.

useage:

`rscan.exe -h 127.0.0.1 -p 1080 22 443`

if port was opening , then you can see it in console stdout.

![sketch](https://user-images.githubusercontent.com/12653147/46456986-48578900-c7e3-11e8-9c49-6096f11bf96f.png)