goanner

command module
v0.0.0-...-c268f38 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2023 License: GPL-3.0 Imports: 7 Imported by: 0

README

goanner

A Cool Port Scanner Written In Go

Overview

A basic port scanner written entirely in Go it uses the net package for connecting and interacting with the target. The script utilizes goroutines and channels to optimize performance.

Features:
  • The ability to provide a port range (example: 100-8000)
  • Validating inputs and error handling
  • Verbose mode for more informative outputs (Coming Soon)
Supported Scan Types:
  • TCP Scan
  • UDP Scan (Coming Soon)

Usage

git clone https://github.com/mohabgabber/goanner.git && cd goanner

To run the script directly:

go run main.go -t [TARGET ADDRESS (DOMAIN/IP)] -p [PORT RANGE (100-2300)]

You can also compile the script:

go build main.go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL