Detailed system analysis tool for pentesters and everyday use. With developed Go. 🦫
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.
- 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
The program has already been compiled for you. Therefore, you can download the compiled version directly from this repository:
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
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
