Write python exploits faster using base logic
$ boilr template download littlemanco/boilr-template python-exploit
I update these templates regularly. If you need to fetch the newer version, try this:
$ boilr template download littlemanco/boilr-template python-exploit -f
Swap foo and bar for your own values.
$ mkdir foo
$ cd foo
$ git init
$ git remote set-url origin [email protected]:foo/bar.git
$ boilr template use python-exploit .
$ git add .
$ git commit -m "Initial Commit"
$ git push
Contributions are always welcome! Nothing is to small, and the best place to start is to open an issue.