/MK15-SkeletonKey

An encryption suite based on Cryptex.

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

SkeletonKey:

A Cryptographic Suite Created by The CosmodiumCS Development Team


                                      _,=;::::::;=,,_
                                  _,;,ss*":::::'""sss;;,_
                                ,;,sSSSss::::::::*"sSSss;;,
                              ,;,sSSSKKk*:::::::::*kkKKKKk;,
                             ,;kKKKKEEee::::::::::,eEEELEEe;,
                            ,;;;eEEEEEEe*:::::::::,lL",LLLl;;;
                            ;ll;;LLLLLLl::::::::_Ll *LLLLl;ll;
                            ;*ll,lLLLEee:::::::*:::EeEEEE;*eE;
                            ;;*EeeEEEEee::::::::::*eEEEEE;eE;;
                            ;;;e'eeEEeEe,_::::::_,eeEEEET;Tt;;
                             ;;t;"''  '""=:::::::="'   '";;Tt'
                              Ttt         ";::;*         t;T;
                              t;Tt.,,_ _,_::::;;     __,tT;T
                             =t;;*TTt=-=-=T:' ';T=_=_=tTT;,Tt=
                             tTTT;"ttT TT;t"   :tt tTo00;OO'0
                               0Oo*oOOOo'0"    ':O OO0o0oOo0'
                    ,,          ;OO:  "0::,_,:,_::0*   OO0;
                  ,KkkK,       ,;0::  ;;,,,::::,,;;;   :O0;
                 /k(  )k\,,;k,,K;;,k,,,,;;;;;;;;;;;',,,:;0,,,,,,__,yyyyyy***y
                 {KK}{KK}KKKKKKKKKKKKKKKEEe.,eeEEEEEEEEYYYYYYYYYYYYYYYYYYYYY*
                 \k(  )k/"";k""K;;"k"";;"""""'''''';;''O'''}YYY"YY"""''"""
                  'KkkK'       "  0.0o';;;;;,,,;;;;"*N:;N  YYYyyy,
                    ''            '"n*n*n '";;;;" n.n,n"    yYYy""
                                     "n nNNn::*nNNn"n
                                       n,nN::::nNN*"
                                         "Nn,_,nN"

Overview:

SkeletonKey is an advanced cryptography hacking tool created by Cosmodium CyberSecurity SkeletonKey is capable of advanced encryption, decryption, and breaking ciphers through various methods. These methods include but are not limited to brute-forcing, cryptographic word-listing, letter frequencies, plaintext formatting, and cracking.

Resources:

Requirements:

  • Linux (see install.sh --help)
  • Either Bash or Zsh

Installation:

Supported Distros

  1. Clone repository
git clone https://github.com/CosmodiumCS/SkeletonKey
  1. Execute installer

YES the SkeletonKey directory IS supposed to disappear. It is actually being moved to ~/.SkeletonKey.

cd SkeletonKey
chmod +x
./install.sh
  1. Restart your terminal

Unsupported Distros & Shells

See the wiki.

Running SkeletonKey:

Run the following for help

key --help
  • The help menu will return a list of all available ciphers
  • You can append the flag for a cipher after key to get help for a cipher
  • Here as an example for the Caesar Cipher cc
key cc
  • The returned arguments can be passed in addition
  • These arguments are the most popular among the ciphers
  • -e - encryption
  • -d - decryption
  • -t - text to encrypt
  • -b - breaking/brute-forcing
  • -k - encryption key
  • -t - input text
  • -i - input file
  • -o - output file
  • However, each cipher will have its own unique arguments for additional features
key cc -e -t "hello world" -k 5

Keyconsole:

The Keyconsole is a more expansive way of using SkeletonKey. It allows the user to open a console in their terminal that is directly connected to the SkeletonKey libraries (comparable to Metasploit or OnlyRAT). The Keyconsole can allow users to run multiple ciphers back to back to back.

  • We can execute the Keyconsole by running the following:
key
  • Now multiple ciphers can be run back to back with ease
[~] root@SkeletonKey $ cc -e -t "hello world" -k 5
...
[~] root@SkeletonKey $ vc -e -t "hello world" -k hello
  • SkeletonKey also has various commands for console interaction
  • help - displays help menu
  • update - updates SkeletonKey to latest version
  • version - displays current version
  • exit - exits Keyconsole
  • Any other command are run through the command line

Updating SkeletonKey:

The development team will continuously be pushing out new versions of SkeletonKey. To prevent users from continuously having to clone the repository, we made an update function.

  • Argument Parsing:
key --update
  • Keyconsole:
key
[~] root@SkeletonKey $ update

Uninstalling SkeletonKey:

If at any point you are unsatisfied with the SkeletonKey project [and its awesomeness], You can run the following to get it off of your computer.

  • Argument Parsing:
key --remove
  • Keyconsole:
key
[~] root@SkeletonKey $ remove

Earth Invader Discord Bot:

The Earth Invader bot is a Discord API extension of SkeletonKey, bringing the same cryptography tools to Discord as if it was your own cryptography console! Check it out here.

Credits:

As an open source project, SkeletonKey and Earth Invader do use snippets of code inspired and based on other projects such as the following: