Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishpranav/cport
A simple port scanner built using clang
https://github.com/krishpranav/cport
cybersecurity hacking nmap port port-scanner scanner secuirty security-tools
Last synced: 1 day ago
JSON representation
A simple port scanner built using clang
- Host: GitHub
- URL: https://github.com/krishpranav/cport
- Owner: krishpranav
- License: apache-2.0
- Created: 2021-11-07T11:37:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T11:48:20.000Z (about 3 years ago)
- Last Synced: 2024-10-15T22:21:21.337Z (about 1 month ago)
- Topics: cybersecurity, hacking, nmap, port, port-scanner, scanner, secuirty, security-tools
- Language: C
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cport
A simple port scanner built using clang## Building:
```
$ git clone https://github.com/krishpranav/cport
$ cd cport/cport
$ gcc main.c -o port
```- get the builded release from [here](https://github.com/krishpranav/cport/releases/download/v1/portscanner)