https://github.com/evilsocket/islazy
A Go library containing a set of opinionated packages, objects, helpers and functions implemented with the KISS principle in mind.
https://github.com/evilsocket/islazy
Last synced: 12 months ago
JSON representation
A Go library containing a set of opinionated packages, objects, helpers and functions implemented with the KISS principle in mind.
- Host: GitHub
- URL: https://github.com/evilsocket/islazy
- Owner: evilsocket
- License: other
- Created: 2018-10-09T23:21:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T13:46:15.000Z (over 3 years ago)
- Last Synced: 2025-03-30T06:09:44.338Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 108 KB
- Stars: 162
- Watchers: 11
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
`islazy` is a Go library containing a set of [opinionated](https://stackoverflow.com/questions/802050/what-is-opinionated-software) packages, objects, helpers and functions implemented with the [KISS principle](https://en.wikipedia.org/wiki/KISS_principle) in mind that I often use in my projects.
go get -u github.com/evilsocket/islazy
Examples for each package can be found in the [examples](https://github.com/evilsocket/islazy/tree/master/examples) folder.
## Who's using islazy?
* [bettercap](https://github.com/bettercap/bettercap)
* [shellz](https://github.com/evilsocket/shellz)
If your project is using this library add it to this README and send a PR!
## License
This library was made with ♥ by [Simone Margaritelli](https://www.evilsocket.net/) and it's released under the GPL 3 license.