Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Sq00ky/csharp-portscanner

simple C# portscanner - written for playing around with Metasploit's Execute-Assembly
https://github.com/Sq00ky/csharp-portscanner

Last synced: 3 months ago
JSON representation

simple C# portscanner - written for playing around with Metasploit's Execute-Assembly

Awesome Lists containing this project

README

        

There's not a lot to put here, so here's the TL:DR
It's a simple threaded C# port scanner. I wrote this to play around with Execute-Assembly.

Example:
```
C:\Users\User\Downloads> .\csharp-portscanner.exe 192.168.0.1 1 1024
Port 53 is open
Port 80 is open
Port 443 is open
```