Multi-Go
Multi-Go copied to clipboard
A multi-tool made in Go, and aimed at security experts to make life a little more convenient
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
https://github.com/TheRedSpy15/Multi-Go/blob/f57a3d4eceef4e2c81102d53579a038481dc0f40/tasks/news.go#L34-L39 --- ###### This issue was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment in f57a3d4eceef4e2c81102d53579a038481dc0f40. It's been assigned to @TheRedSpy15 because they committed the code.
Need a new task the will download the newest release (not building from source), and replace the current one. Also presenting the option to run the install task
The Audit task is my biggest priority right now. I need some help though. Being a beginner not only with Go, but also with Linux, I need some help to...
As Multi-Go is trying to become an official tool, and not just a side project, a logo would definitely be cool to have, and attract more users If anyone is...
The `PrintCPU` function in `utils.go` should print CPU usage, and the `PrintMemory` function should print physical memory, not swap. This is part of my conversion of TODOs into issues to...
Nothing in particular. If you see a way you can add a test, please do
A new task that cleans temporary files on the system I already created a file for it under tasks, but haven't really done any of the coding for it
Compatibility is something that Multi-Go is really struggling in. Certain things like Debian/Ubuntu specific commands to perform tasks like installing or auditing, need to detect the OS/distro, and change the...