Simple TCP Port Scanner
Written in Go Lang by Gaurav Raj [TheHackersBrain]
NetScan is a simple TCP Port Scanner written in Golang while learning it.
NOTE: This tool only supports TCP Protocol, will add more eventually ;)
| [package] | |
| name = "ctftime" | |
| version = "0.1.0" | |
| edition = "2021" | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
| [dependencies] | |
| reqwest = {version = "0.11", features = ["blocking"]} | |
| scraper = "0.12.0" |