A command line multi-tool made in Go, and aimed at security experts to make life a little more convenient. It does this by combining a massive array of different tasks, into one program.
- file encryption/decryption
- file hashing
- DOS attack
- scrape website
- password generator
- system info
- secure file deletion
- file compression/decompression
- check if account is breached (HaveIBeenPwned)
- toggle incoming connections
- system vulerability audit (online/offline modes)
There isn't an offical executable yet. However, I should have one under 'releases' in the next week.
- Open the terminal
- paste path to executable
- follow that with "-t/--Task [task] -r/--Target [target]"
- Note: the 'target' is optional, depending on the task
Multi Go is intended to be used on linux. It might run on Windows. Currently it isn't tested, nor supported! I will eventually work on a Windows patch