Skip to content

Bash based command line utility designed to efficiently gather detailed information about the current host. It's ideal to track workstations information within an AD environment.

Notifications You must be signed in to change notification settings

birdm4nw/InfHost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

InfHost

"infhost" is a bash-based command line utility developed to efficiently gather detailed information about the current host on Unix systems. It's ideal to track main workstations information on Active Directory experimental environments.

Installation

  1. Clone the repository into your machine or simply extract the content of the shell binary.
  2. Assign execution permissions over the binary and run.
  3. In case you want the tool recognized by the system from anywhere you can export it to the PATH variable by folling the next steps:
    • Move the binary to a path such as "/usr/local/bin"

    • Go to your .bashrc/.zshrc (depending of your system shell) and add this line:

      export PATH="$PATH:/usr/local/bin"

Author: @birdm4nw

About

Bash based command line utility designed to efficiently gather detailed information about the current host. It's ideal to track workstations information within an AD environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages