Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 667 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 667 Bytes

PortLogger

A simple port logger made in Golang

PortLogger is a simple tool written in Go to detect and log access attempts to specific ports on a machine. It helps in monitoring incoming traffic to ensure security and track unauthorized access attempts.

Installation

Requirements:

  • Go

Clone the repository:

git clone https://github.com/Conper/PortLogger.git
cd PortLogger

Build the project:

go build

Run the tool:

./PortLogger PORT

Usage

To use PortLogger, run it with the desired options. For example:

./PortLogger 7867

Preview

plog