gmod

module
v0.0.0-...-ce320d0 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2024 License: MIT

README

gmod

Go Reference Go Report Card

Package gmod is a collection of Go packages for many things.

Tried to give unique names to packages to avoid interference with the std package but still can infer the usage.

Get:

go get github.com/g0rbe/gmod@latest

Or get the latest commit (if Go module proxy is not updated):

go get "github.com/g0rbe/gmod@$(curl -s 'https://api.github.com/repos/g0rbe/gmod/commits' | jq -r '.[0].sha')"

Structure

├── clock
├── cryptography
│   ├── checksum
│   └── random
├── freax
├── inout
│   ├── colorz
│   ├── dntfy
│   ├── logz
│   └── pinentry
├── net
│   ├── arp
│   ├── blocklist
│   ├── capability
│   ├── ctlog
│   ├── dns
│   │   └── hetzner
│   ├── iface
│   ├── ip
│   ├── portscan
│   ├── raw
│   ├── route
│   ├── tcp
│   ├── tls
│   │   ├── certificate
│   │   ├── ciphersuite
│   │   │   └── tools
│   │   ├── ssl30
│   │   ├── tls10
│   │   ├── tls11
│   │   ├── tls12
│   │   └── tls13
│   └── validator
├── octets
└── slicer

Directories

Path Synopsis
Functions for time
Functions for time
cryptography
checksum
Compute and check SHA256/SHA512 message digest
Compute and check SHA256/SHA512 message digest
random
Cryptographically secure pseudorandom numbers.
Cryptographically secure pseudorandom numbers.
Package freax provides operating system functions for Linux.
Package freax provides operating system functions for Linux.
Input and output
Input and output
colorz
Package colorz colorize the terminal output.
Package colorz colorize the terminal output.
dntfy
Send desktop notifications with notify-send
Send desktop notifications with notify-send
logz
A simple package for logging.
A simple package for logging.
pinentry
Provides basic API for pinentry
Provides basic API for pinentry
net
arp
arp/cmd
* Example CLI for arp package.
* Example CLI for arp package.
blocklist
Blocklist module provides a basic blocklisting mechanism:
Blocklist module provides a basic blocklisting mechanism:
dns
DNS queries and helper function for domain names.
DNS queries and helper function for domain names.
iface
Query local network intefaces.
Query local network intefaces.
ip
raw
tcp
tls
Manipulate bytes.
Manipulate bytes.

Jump to

Keyboard shortcuts

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