Modular and System-Agnostic Enumeration Framework
Usage
goEnum is a standalone CLI tools which no dependancies, this means all you will ever need it the binary itself
goEnum also has a robust help interface (thanks to Cobra!) for if you have any questions on what goEnum is doing
Examples
goEnum --help
System-Agnostic and Modular Enumeration Framework by Maxwell Fusco
Usage:
goEnum [flags]
goEnum [command]
Available Commands:
all run all available modules
completion Generate the autocompletion script for the specified shell
help Help about any command
modules display all available modules
none runs no modules
ssh execute goEnum over ssh remote connection
Flags:
-f, --format string output format [json, markdown]
-h, --help help for goEnum
-c, --no-color disable color output
-o, --output string output file
-v, --verbose verbose output
Use "goEnum [command] --help" for more information about a command.
Contributing
Pull requests, forks, and issues are all welcome! Make sure to make open a new branch, pull request, and issues for any submitted changes and they will be reviewed!