Skip to content

SumirSeth/goscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goscan

goscan is a Go module.

Installation

To use goscan in your project, you can use go get:

go get github.com/sumirseth/goscan

Usage

import (
    "fmt"
    "github.com/sumirseth/goscan"
)

func main() {
    // Example usage (replace with actual functionality)
    fmt.Println("Using goscan")
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT


TODO:

Minor Omptimization

  • For slightly better memory safety in the future, clone IPs before storing them in a slice:
    ips = append(ips, append(net.IP(nil), ip...).String())

About

Goscan — A Fast, Concurrent Port Scanner + HTTP Service Mapper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages