Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 553 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 553 Bytes

blackhat-go

These are my implementations of the various really cool tools from the book Black Hat Go.

Each folder (package) from the root of the repository would contain a main.go file that has the final implementation I am comfortable with. The other packages inside each would contain different experimental implementations.

Most part of the source code are gotten from the Black Hat Go book.