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

https://github.com/joaostack/synportscan

SPS (SynPortScan) is a Syn-Ack port scanner based. 100% coded in C# using SharpPcap Lib.
https://github.com/joaostack/synportscan

portscanner

Last synced: 5 months ago
JSON representation

SPS (SynPortScan) is a Syn-Ack port scanner based. 100% coded in C# using SharpPcap Lib.

Awesome Lists containing this project

README

          

# SynPortScan
Experimental project

### Parameters
```
Description:
SynPortScan args.

Usage:
SynPortScan [options]

Options:
--ip Target IP
--gateway Target gateway
--threads Threads
--version Show version information
-?, -h, --help Show help and usage information
```
### Sample
```
dotnet run --project src -- --ip scanme.nmap.org --gateway 10.0.0.2 --threads 4
```