Skip to content

jeetrex17/Gomap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

GoMap

A high-performance, concurrent port scanner written in Go.

I built this project to learn Go's concurrency model. It is an simplified version of Nmap that uses Goroutines and Worker Pools to scan ports its faster than a traditional single threaded scanner.

Features

  • Concurrent Scanning: Uses 100 background workers to scan ports in parallel.
  • No External Dependencies: Built using only the Go standard library.
  • CLI Interface: Easily change the target host via command line flags.

About

A fast, multi-threaded network scanner written Go , bacisclly trying to make an simplified Version of Nmap in Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages