1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
<p align="center">
<p align="center">
<a href="https://github.com/evilsocket/islazy/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/evilsocket/islazy.svg?style=flat-square"></a>
<a href="https://github.com/evilsocket/islazy/blob/master/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-GPL3-brightgreen.svg?style=flat-square"></a>
<a href="https://goreportcard.com/report/github.com/evilsocket/islazy"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/evilsocket/islazy?style=flat-square&fuckgithubcache=1"></a>
<a href="http://godoc.org/github.com/evilsocket/islazy">
<img alt="Docs" src="https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square">
</a>
</p>
</p>
`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.
|