modulepackage
0.0.0-20240307180054-24f2aefff9e9
Repository: https://github.com/gregidonut/pscan.git
Documentation: pkg.go.dev
# README
pScan
Is a tool that executes a TCP port scan
on a list and delete hosts from the list
using the subcommand hosts
similarly to
the nmap command. It
allows you to add, list, and delete hosts
from the list using the subcommand scan
.
Users can specify the ports using a
command-line flag. It also features command
completion using the subcommand completion
and manual page generation with the subcommand
docs
.
This is mostly a project I am doing to learn how to use the Cobra CLI framework for Go.
# Packages
Copyright © 2024 Greg Osilaja
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.