Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
C-Port-Scanner — A port scanner that scans a target IP for open ports and displays the results, built with C | Kitploit
Tools/GitHubGitHub/neutralwarrior/c-port-scanner
ReconnaissanceNetwork MappingPort ScanningInformation GatheringPenetration Testing
GitHubneutralwarrior/c-port-scanner

C-Port-Scanner

A port scanner that scans a target IP for open ports and displays the results, built with C

View Repository
25 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Port-Scanner

A port scanner that scans a target IP for open ports and displays the results, built with C

Features

  • Scans a single port or a range of ports
  • Multithreaded, utilizing 10 threads
  • Supports TCP connections
  • Displays open ports

Usage

  • Compile with a C compiler (make sure to include -lws2_32 when compiling from CLI)
  • Pass three arguments when executing : mode, IP, and port or port range

Example

gcc PortScanner.c -o PortScanner.Exe -lws2_32 then ./PortScanner "tcp" "127.0.0.1" "1-1000"

License

MIT

Planned Features

  • Linux version
  • SYN scanning
  • UDP scanning
Download Tool