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.
- Host: GitHub
- URL: https://github.com/mylamour/rscan
- Owner: mylamour
- Created: 2018-10-04T06:22:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T06:40:37.000Z (about 7 years ago)
- Last Synced: 2025-06-07T14:04:03.379Z (4 months ago)
- Topics: basic-training, learning, rust
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
