About • Windows Port • How to Run • Whois Installation
Note
Cinnasole is currently in beta, so unexpected issues may occur. Updates and changes will happen frequently. If you find a bug, please report it to us through Discord.
Cinnasole is a remake of the discontinued Moonlight Addons Python script originally developed by a friend of mine.
Moonlight Addons was originally designed for both Windows and Linux. Over time, the Windows version became the main focus of development while the Linux version was eventually discontinued. Development later stopped entirely.
Cinnasole is a new project built specifically for Linux, bringing back the original idea while focusing on Linux compatibility. It provides various ethical hacking and networking tools, including commands such as nmap, dns, whois, crack, and more.
Cinnasole supports most Linux distributions, including (but not limited to):
- Ubuntu
- Debian
- Linux Mint
- Arch Linux
- Fedora
- and more
There will never be an official Windows port of Cinnasole.
You are welcome to create your own Windows port, but unofficial ports are not supported or endorsed by the Cinnasole team. If your computer is compromised, infected with malware, or experiences any other issues while using an unofficial port, the responsibility lies with the creator of that port.
Note
If someone claims their Windows or macOS version of Cinnasole is official, it is not.
All Windows and macOS ports are completely unofficial.
To install Cinnasole on your Linux computer, visit:
https://cinnasole.com/website/download
Download the latest version of Cinnasole, then follow the steps below.
cd /path/to/cinnasoleReplace /path/to/cinnasole with the actual location of your Cinnasole folder.
python3 cinnasole.py --startIf Python is not installed, follow the Python installation guide:
Cinnasole Python Installation Guide
If Cinnasole requires whois and it is not installed:
- Type
exitto close Cinnasole. - Install
whoisusing your distribution's package manager.
Example:
sudo apt install whoissudo dnf install whoissudo pacman -S whois