Skip to content

Emil8250/ctftools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctftools

codecov

A collection of ctf tools written in C#.

If you want to contribute please read the CONTRIBUTING.

Usage

Simplest way to use this toolset, is to add the nuget package to your application:

dotnet add package ctftools

This will give you access to the ctftools object, which can be called:

ctftools.Encryption.ROT13.Rotate("Gu1fVmSynt{s14t}")

Th1sIzFlag{f14g}

or ctftools.Format.Binary.ToText("011001100110110001100001011001110111101100110001001100100011001101111101")

flag{123}