Skip to content

lexionq/ingormation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ingormation

Detailed system analysis tool for pentesters and everyday use. With developed Go. 🦫 image

GitHub Actions Workflow Status

Disclaimer

Caution

This tool is created solely to perform system analysis in ethical environments. The developer, lexionq, expressly disclaims any responsibility for any technical or legal issues arising from the use of this tool on non-ethical systems.

What system information can you access with this tool?

  • Hostname
  • Host ID
  • OS
  • Kernel Version
  • Kernel Arch
  • Platform
  • Platform Version
  • Platform Family
  • Virtualization Role
  • Virtualization System
  • Boot Time & Uptime
  • CPU Cores
  • Core ID
  • Microcode
  • Family
  • Model
  • Model Name
  • Mhz
  • Physical ID & Vendor ID
  • CacheSize
  • Flags
  • CPU Count
  • CPU Usage per Second
  • Total Memory
  • Used Memory ( MB & Percent )
  • Free Memory
  • Total Swap
  • Used Swap ( MB )
  • Free Swap
  • Disks
  • Mountpoints
  • Filesystem
  • Total Disk (GB)
  • Used Disk
  • Free Disk

Usage on Linux (Kali, Parrot, Mint and others)

The program has already been compiled for you. Therefore, you can download the compiled version directly from this repository:

1. Go to "Releases"

2. And download "ingormation" file

OR

git clone https://github.com/lexionq/ingormation.git

cd ingormation

chmod +x ingormation(if require)

./ingormation

Or, you can run the Go file downloaded from the repository:

git clone https://github.com/lexionq/ingormation.git

cd ingormation

go run ingormation.go

Build on Your Computer

You can compile it yourself if you wish (there is no need to do so, as the program has already been compiled for you). All you need to do to compile it on your own computer is the following:

go build

Go Report Card Results

image

About

Detailed system analysis tool for pentesters and everyday use.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages