Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 875 Bytes

File metadata and controls

52 lines (32 loc) · 875 Bytes

python-exploit

Project Outline

Project Goals

Write python exploits faster using base logic

Summary

Installation

$ boilr template download littlemanco/boilr-template python-exploit

Updates

I update these templates regularly. If you need to fetch the newer version, try this:

$ boilr template download littlemanco/boilr-template python-exploit -f

Usage

Swap foo and bar for your own values.

$ mkdir foo
$ cd foo
$ git init
$ git remote set-url origin git@github.com: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.