Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
/ ctfsak Public archive

ctfsak is a tool to speed up common operations needed during CTFs

License

Notifications You must be signed in to change notification settings

andreademurtas/ctfsak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctfsak (CTF Swiss Army Knife)

This is a tool to help saving time during CTFs, where it's common to have to do a lot of encoding/decoding, encrypting/decrypting, bytes manipulation etc. My aim for ctfsak is for it to be the only tool one can ever need for doing such activities. Of course it can be used also as a general-purpose tool, but the development is not focused on this. (This software is still in its very infancy, and far from complete. Contributors are welcomed).

Build

Make sure you have the latest version of Rust installed on your system, then run:

$ git clone https://github.com/andreademurtas/ctfsak.git && cd ctfsak
$ cargo build --release

You will find the executable under target/release/, labeled as 'ctfsak'

About

ctfsak is a tool to speed up common operations needed during CTFs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages