Karkinos – Penetration Testing And Hacking CTF’s Swiss Army Knife With: Reverse Shell Handling – Encoding/Decoding – Encryption/Decryption – Cracking Hashes / Hashing

Karkinos 1 home

Karkinos is a light-weight ‘Swiss Army Knife’ for penetration testing and/or hacking CTF’s. Currently, Karkinos offers the following:

  • Encoding/Decoding characters
  • Encrypting/Decrypting text or files
  • Reverse shell handling
  • Cracking and generating hashes

Dependancies

  • Any server capable of hosting PHP; tested with Apache Server
  • Tested with PHP 7.4.9
  • Python3 (in your path)
  • pip3
  • Raspberry Pi Zero friendly 🙂 (crack hashes at your own risk)

Installing

This installation guide assumes you have all the dependancies.

Linux

  1. git clone https://github.com/helich0pper/Karkinos.git
  2. cd Karkinos
  3. pip3 install -r requirements.txt
  4. cd wordlists && tar -xf passlist.zip You can also unzip it manually using file explorer if tar is not installed. Just make sure passlist.txt is in wordlists directory.
  5. Add extension=php_sqlite3.dll to your php.ini file.
    If you don’t know where to find this, refer to the PHP docs.
  6. Thats it! Now just host it using your preferred web server or run: php -S 127.0.0.1:8888 in the Karkinos directory.

Windows

  1. git clone https://github.com/helich0pper/Karkinos.git
  2. cd Karkinos
  3. pip3 install -r requirements.txt
  4. cd wordlists && tar -xf passlist.zip
    You can also unzip it manually using file explorer if tar is not installed. Just make sure passlist.txt is in wordlists directory.
  5. Add extension=php_sqlite3.dll to your php.ini file.
    If you don’t know where to find this, refer to the PHP docs.
  6. Thats it! Now just host it using your preferred web server or run: php -S 127.0.0.1:8888 in the Karkinos directory.

Demo

Home Menu

Landing page and quick access menu.

Karkinos 1 home 1

User stats are displayed here. Currently, the stats recorded are only the total hashes and hash types cracked successfully.

Karkinos 2 home2

Encoding/Decoding

This page allows you to encode/decode in common formats (more may be added soon)

Karkinos 3 encode

Encrypt/Decrypt

Encrypting and decrypting text or files is made easy and is fully trusted since it is done locally.

Karkinos 4 encrypt

Reverse Shell Handling

Reverse shells can be captured and interacted with on this page.

Create a listener instance

Karkinos 5 reverse

Configure the listener

Karkinos 6 reverse2

Start the listener and capture a shell

Karkinos 7 reverse3

Generating Hashes

Karkinos can generate commonly used hashes such as:

  • MD5
  • SHA1
  • SHA256
  • SHA512
Karkinos 8 convert

Cracking Hashes

Karkinos offers the option to simultaneously crack hashes using a built-in wordlist consisting of over 15 million common and breached passwords. This list can easily be modified and/or completely replaced.

Karkinos 9 crack

Future Work

Pull requests and bug reports are always appreciated.
Below are known bugs and issues:

  • Reverse shell handling server code is currently being reworked but it works fine

Find me on

Twitter

Disclaimer

Use this tool to make penetration tests or any hacking CTF’s more efficient. This tool should be used on applications that you have permission to attack only. Any misuse or damage caused will be solely the users’ responsibility. 
Please check the known bugs and issues at the bottom before installation.

Download Karkinos

If you like the site, please consider joining the telegram channel or supporting us on Patreon using the button below.

Patreon

Original Source