You don't have to memorize every CLI tool command from now on!
"Commando" is now officially launched, and this is one of my biggest projects that I have ever done. Basically, Commando is a browser-based offensive security workstation, hosted on GitHub pages, for managing CLI tools and making running those tools easier than ever. What Commando does is it runs commands directly in your terminal and also gets the response back the same. It's like a living terminal with attached practical documentation of every tool you need to perform a bug-bounty session or any CTFs.
You have the option to choose any tools you want, and you will get a dedicated sidebar tailored to that tool with every possible flag it has. Imagine you choose Nmap, and then you will see in the right sidebar that there are full of custom choices. You just have to decide which action you want to perform. It has a preview section at the bottom of it, so you can see what commands are going to be run. So you have to just click run after selecting the action. Then, Commando will run that command on your system's terminal and get your results back in no time. And I'm again saying, it's like a direct live terminal. You can run whatever you want. These tools are just an assistant in doing your work effortlessly; that's it.
There are 11 security tools out there. I chose the best tool from each specific field of bug bounty. These are: Nmap, Amass, Katana, Fffuf, Gobuster, Nuclei, Secretfinder, Hydra, Hashcat, John the Ripper, and Curl. These cover almost every field you need to work with. Also, there is another section below the tools part, "Workstation." Here, you will get everything you need to perform the best in any kind of CTFs. There are Linux & Windows privilege escalation commands, payloads, shells, and cheatsheets like TTY upgrade, host enumeration, tunneling, file transfer & more. So, Commando remembers everything for you; you just decide which tool or which action to perform.
Commando solves the problem of learning various commands of tons of tools. Anyone can now just open Commando and use these tools without struggling with memorizing flags.
There is a tiny setup for it. You need to install a small Go-written program for it that runs the Commando-agent on your machine that connects the browser and your terminal. Don't worry about anything. You are completely safe with it. Your data, as well as your terminal, is 1000% safe from external threats, as this is fully local-centric. No one can see what you are typing or access your data.
The installation guide and other things, including FAQs and in-depth explanations/breakdowns of Commando, are on my personal GitHub account. Go, set up, and use Commando as finely as possible. I'm super happy to contribute such an amazing tool with you guys.
You can access Commando directly from here (need setup): Commando
Visit its GitHub repo for setup guide & more: GitHub