Metadata-Version: 2.1
Name: ctftools
Version: 0.1.1
Summary: A small collection of tools for solving CTF challenges
Home-page: https://github.com/pietroferretti/ctftools
Author: Pietro Ferretti
Author-email: me@pietroferretti.com
License: MIT
Project-URL: Source, https://github.com/pietroferretti/ctftools
Keywords: ctf security cryptography
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: six
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pycrypto ; extra == 'tests'

# CTF Tools [![Build Status](https://travis-ci.org/pietroferretti/ctftools.svg?branch=master)](https://travis-ci.org/pietroferretti/ctftools)

I wrote some simple tools to make my life easier with the most common cookie-cutter ctfs.

All the tools are licensed under the MIT License.



