https://github.com/apogiatzis/colabohash
Abuse Google Colaboratory for fun, hash cracking and definitely NOT profit
https://github.com/apogiatzis/colabohash
colaboratory cracking cryptography ctf google gpu hash hashcat
Last synced: 4 months ago
JSON representation
Abuse Google Colaboratory for fun, hash cracking and definitely NOT profit
- Host: GitHub
- URL: https://github.com/apogiatzis/colabohash
- Owner: apogiatzis
- License: mit
- Created: 2020-07-23T07:57:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T23:40:56.000Z (over 2 years ago)
- Last Synced: 2025-05-19T13:48:28.729Z (5 months ago)
- Topics: colaboratory, cracking, cryptography, ctf, google, gpu, hash, hashcat
- Language: Python
- Homepage:
- Size: 22.8 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# ColaboHash
[](https://github.com/psf/black)
[](http://makeapullrequest.com)Temporarily abuse Google Colab for fun, hash cracking and and definitely NOT profit! Run hashcat commands in Google's Colaboratory runtime with support of allocated GPU resources
**Requires:** Chrome browser 84+ version installed
## Getting Started
You can get started using `colabohash` by installing it through pip.
```
pip install colabohash
```## Usage
See the `examples` folder for usage examples.
## Roadmap
- [X] Automatic hashcat command invocation in Colab
- [X] Add discord webhook callback option
- [ ] Decouple callbacks from jupyter notebook
- [ ] Add support for other drivers
- [ ] Add more examples + enhance documentation
- [ ] Add email callback option
- [ ] Enable progress status on demand## Contributing
Any PRs are welcome!
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/apogiatzis/powsolver/tags).
## Authors
* **Antreas Pogiatzis** - *Initial work*
See also the list of [contributors](https://github.com/apogiatzis/powsolver/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details