Skip to content

dreenkadev/port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Port Scanner

TCP port scanner for network reconnaissance.

Pemindai port TCP untuk pengintaian jaringan.

Description

Port Scanner identifies open TCP ports on target systems with service detection, banner grabbing, and multiple output formats. Supports concurrent scanning and CIDR notation.

Deskripsi

Port Scanner mengidentifikasi port TCP terbuka pada sistem target dengan deteksi layanan, pengambilan banner, dan berbagai format output. Mendukung pemindaian konkuren dan notasi CIDR.

Installation

  • Navigate to the project folder
  • Run: go mod tidy
  • Build: go build -o portscan ./cmd

Instalasi

  • Masuk ke folder proyek
  • Jalankan: go mod tidy
  • Build: go build -o portscan ./cmd

Usage

  • Basic scan: ./portscan 192.168.1.1
  • Specific ports: ./portscan 192.168.1.1 -p 22,80,443
  • Port range: ./portscan 192.168.1.1 -p 1-1000
  • With banner grab: ./portscan 192.168.1.1 -b
  • JSON output: ./portscan 192.168.1.1 -o json

Penggunaan

  • Pemindaian dasar: ./portscan 192.168.1.1
  • Port spesifik: ./portscan 192.168.1.1 -p 22,80,443
  • Rentang port: ./portscan 192.168.1.1 -p 1-1000
  • Dengan ambil banner: ./portscan 192.168.1.1 -b
  • Output JSON: ./portscan 192.168.1.1 -o json

If you find any errors, bugs, or vulnerabilities, please report them to me.

Jika Anda menemukan error, bug, atau celah keamanan, mohon laporkan kepada saya.

DreenkaDev - Port Scanner

About

Auto-published project: port-scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages