Skip to content

gopwn/pwn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a1945f · Feb 27, 2019

History

48 Commits
Feb 27, 2019
Feb 21, 2019
Feb 20, 2019
Feb 27, 2019
Feb 21, 2019
Feb 27, 2019
Feb 27, 2019

Repository files navigation

go-doc Go Report Card CircleCI codecov.io Join our discord!

pwn

pwntools for go!

Installation

Currently pwntools is in beta if you want to install it you can use go-get go get -u github.com/gopwn/pwn

Contributing

  1. Fork it (https://github.com/gopwn/pwn/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors