https://github.com/threecommaio/audit
ThreeComma Audit Toolkit
https://github.com/threecommaio/audit
audit go
Last synced: 11 months ago
JSON representation
ThreeComma Audit Toolkit
- Host: GitHub
- URL: https://github.com/threecommaio/audit
- Owner: threecommaio
- Created: 2018-07-12T00:15:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T01:42:31.000Z (over 3 years ago)
- Last Synced: 2025-05-19T07:34:58.052Z (about 1 year ago)
- Topics: audit, go
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThreeComma Audit Toolkit
This toolkit helps collect various sets of information from a host. This includes various components from the linux kernel (cpuinfo, sysctl, proc), running processes, versions of software, software configuration, etc. It's designed to produce a human readable audit file for further analysis.
# Building
```
$ make build
```
# Usage
```
$ ./audit --help
ThreeComma Audit Toolkit
This toolkit helps collect various sets of information from a host. This includes various components from the linux kernel (cpuinfo, sysctl, proc), running processes, versions of software, software configuration, etc.
It's designed to produce a human readable audit file for further analysis.
Usage:
audit [flags]
Flags:
-c, --console print to console instead of file
-h, --help help for audit
```