Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Sq00ky/csharp-portscanner
- Owner: Sq00ky
- Created: 2023-03-11T03:48:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-01T14:59:17.000Z (over 1 year ago)
- Last Synced: 2024-05-07T00:35:15.660Z (6 months ago)
- Language: C#
- Size: 1.95 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-hacking-lists - Sq00ky/csharp-portscanner - simple C# portscanner - written for playing around with Metasploit's Execute-Assembly (C# #)
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
```