Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emil8250/ctftools
A collection of ctf tools written in C#
https://github.com/emil8250/ctftools
beginner-friendly capture-the-flag csharp ctf ctf-tools dotnet good-first-issue hacking hacking-tool hacktoberfest hacktoberfest2023 nuget-package unit-testing unittest
Last synced: 3 months ago
JSON representation
A collection of ctf tools written in C#
- Host: GitHub
- URL: https://github.com/emil8250/ctftools
- Owner: Emil8250
- Created: 2023-10-13T13:05:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-31T10:12:07.000Z (about 1 year ago)
- Last Synced: 2024-11-07T10:03:29.355Z (3 months ago)
- Topics: beginner-friendly, capture-the-flag, csharp, ctf, ctf-tools, dotnet, good-first-issue, hacking, hacking-tool, hacktoberfest, hacktoberfest2023, nuget-package, unit-testing, unittest
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 5
- Watchers: 1
- Forks: 9
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# ctftools
[![codecov](https://codecov.io/gh/Emil8250/ctftools/graph/badge.svg?token=MTV8B34LKJ)](https://codecov.io/gh/Emil8250/ctftools)A collection of ctf tools written in C#.
If you want to contribute please read the [CONTRIBUTING](https://github.com/Emil8250/ctftools/blob/master/CONTRIBUTING.md).
## 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}```