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.
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
To use PortLogger, run it with the desired options. For example:
./PortLogger 7867