Skip to content

jfarriagada/ctftool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Capture the flag tool

TODO

  • Base 64 encode
  • Base 64 decode
  • Base 32 encode
  • Base 32 decode
  • Md5

Base64encode and Base64decode

$ python ctftool.py -64e demo
ZGVtbw==
$ python ctftool.py -64d ZGVtbw==
demo

Base32encode and Base32decode

$ python ctftool.py -32e demo
MRSW23Y=
$ python ctftool.py -32d MRSW23Y=
demo

Base16encode and Base16decode

$ python ctftool.py -16e demo
64656D6F
$ python ctftool.py -16d 64656D6F
demo

About

Capture The FLag Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages