RainGo is an open-source password recovery and analysis tool written in Go, leveraging rainbow tables for efficient hash cracking. It is packaged as a user-friendly desktop application using the Wails framework.
Simply install the pre-built binary file available in the releases section for your platform or build it yourself using the instructions below. Run/Install the application as a desktop app to start using RainGo.
Ensure you have the following installed on your system:
Clone the repository:
git clone https://github.com/Nadeem-05/RainGo.git
cd RainGo
Install dependencies:
go mod tidy
Building the application:
wails build -platform windows/amd64
wails build -platform darwin/universal
wails build -platform linux/amd64
build/bin
directory.Run the application (Mac/Linux):
./raingo
Contributions are welcome! Follow these steps to contribute:
git checkout -b feature-name
git commit -m "Add a meaningful commit message"
git push origin feature-name
This project is licensed under the MIT License. See the LICENSE file for details.