Skip to content

monosource/ctfutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ctfutils

A collection of Python methods to be used for CTFs.

Installation

pip install git+git://github.com/monosource/ctfutils.git

Usage

String manipulation

import ctfutils

some_string = '1234567890'

splits = list(ctfutils.chunks(some_string, 2))

About

Useful collection of miscellaneous functions to process data during CTFs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages