Skip to content

kartikhunt3r/Adrishya-StegKit

Repository files navigation

Adrishya-StegKit

A Steganography Toolkit for CTF Players and Organizers. All in one Steganography toolkit made in Python.

Any suggestions or ideas for this tool are welcome - just dm me on LinkedIn kartikhunt3r

Logo

image

Platforms:

  • windows All windows distributions

  • Linux All linux distributions

📹 Demo Video :

Demo

Features

Img Steg:

image

  • hide secret data inside an image.

  • image looks and works normally after hiding the data.

  • extract data from hidden image.

QR Master:

image

  • hide your secret message inside Qr code

  • You Can Scan QRcode With any qr scanner to decode your data

Photo Wav:

image

  • Convert your secret image into an audio file

  • hide image data into spectogram of audio file

  • convert back audio file into an image

  • you can use our own inbuilt converter or other converters like sonic vizuliser.

Base Master:

image

  • supports all base encryptions(base16, base 32, base 58, base 64, base 85). all in one.

  • encrypt your text in any of this base16, base 32, base 58, base 64, base 85.

  • decode data from any of these base16, base 32, base 58, base 64, base 85

SSTV Master:

image

  • convert your image into an SSTV Signal Audio.

  • convert SSTV Signals into image file(sstv decoder)

  • wokrs with python numpy. generates clear image incompare to other SSTV Decoders.

Xor Master:

image

  • encode your message with XOR encryption.

  • you can set "key" for your encryption. without that key, no one can decode your XOR message.

  • decode message from XOR encryption.

  • requires key to Decode the message.

Morce Master:

image

  • convert your message into morce code

  • convert(decode) morce code into text

  • convert(decode) morce code audio file into text.

Hex Viewer:

image

  • view Hex Code of any file. with any extention.

  • supports all HEX Encodings:

    • ascii
    • cp037
    • cp850
    • cp1140
    • cp1252
    • Latin1
    • ISO8859_15
    • Mac_Roman
    • UTF-8
    • UTF-8-sig
    • UTF-16
    • UTF-32
  • you can set offset values higher or lower

  • easy to use

Hash Identifier:

image

  • Identify the different types of hashes used to encrypt data and especially passwords.

  • supports the identification of over 220 unique hash types using regular expressions.

  • also capable of including the corresponding hashcat mode and JohnTheRipper format in its output.

  • easy to use

Installation:

Linux(Recommanded):

1: Download the file from Release section: https://github.com/kartikhunt3r/Adrishya-StegKit/releases/download/v1.0/Adrishya-StegKit

2:

chmod +x Adrishya-StegKit

3: run the Adrishya-StegKit file.(by double click or ./Adrishya-StegKit)

Windows(Not Recommanded):

  • this version is still under development

  • sstv and img wav tool's decoding funcions are not working.

1: Download the file from Release section: https://github.com/kartikhunt3r/Adrishya-StegKit/releases/download/v1.0.0/Adrishya-Stegkit.exe

2: Run the EXE file

3: if it pop up some warnings, just click on ok. after 7-8 clicks, tool will open.

🔗 Links

portfolio

linkedin

twitter

youtube