good

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

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

Go to latest
Published: Oct 12, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

README

Good

Personal playground composed of CLI commands made in Go.

Disclaimer

Hacking cmd are provided for convenience and ethical hacking only. Don't use it to hack without explicit authorization (e.g., illegal activities).

Prerequisites

Install Go

Add these lines to your .bashrc or .zshrc:

export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin

List of available commands

Fun commands
  • good fun catfact: get absolutely essential facts about cats
  • good fun kanji: get meanings and other info about a specific kanji
  • good fun spinthewheel: Don't know what to decide? Maybe leave it to chance...
  • good fun 1337: Convert a string to leetspeak and shine on Internet
Checking tools
  • good check archi: check your architecture with the Topology function
  • good check bios: check your BIOS
  • good check chassis: check your chassis info
  • good check cpu: check your CPU
  • good check gpu: check your GPU
  • good check ip: check your public IP with ipinfo.io
  • good check memory: check your memory
  • good check network: check your network
  • good check os: check your current OS
  • good check product: check your product info (~ the "about" of your machine)
  • good check storage: check your storage
  • good check version: check the current version of the command-line tool

N.B.: Many commands are just wrappers for utils provided by the ghw package

Legit Runners
  • good run countdown: interesting countdown...
  • good run htmlcom: check if the web page contains HTML comments
  • good run htmlimg: download all images you can find on a given URL in ~/good-images/
  • good run passwordgen: generate long & random passwords
Hacking tools
  • good hack cipher: encipher/decipher a secret message
  • good hack ports: scan open ports on IP
  • good hack rot13: encode/decode a rot13 message
  • good hack obfuscate: obfuscate/deobfuscate string with hexadecimal encoding
  • good hack keylogger: start a keylogger (as root user)

Installation

go install github.com/jmau111/good@latest

Help

good help

Compilation

go get && go build

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cli
cmd

Jump to

Keyboard shortcuts

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