Jump to content
KtLN

Cloakify – A Tool to Mask Your Data in Plain Sight

Recommended Posts

Cloakify Factory is a tool to transforms any file type into a list of harmless and even useless looking strings. This ability allows for you to hide a data file in plain sight and also transfer it over the network without triggering malware alerts. The functionality which Claokify utilizes is called text-based steganography that protects the data by making it look benign.

The cloaked files defeat signature-based malware detection tools, DLP, etc. In this demonstration, we will be working on Kali Linux.

Downloading Cloakify

It can be downloaded in the Kali Linux with the following command;

git clone https://github.com/TryCatchHCF/Cloakify.git

download-2.png

Once the download completes, make sure you have python2.7 installed as it is a pre-requisite for running it. You need to navigate to its downloaded directory to run it;

Running Cloakify

Let’s run the tool by the following command;

python cloakifyFactory.py

run1-1.png

So as it seems that Cloakify Factory has a menu-driven tool that leverages its script set. When you choose a file to Cloakify,  it first converts it into theBase64-encode, then applies a ciphertext to generate a list that encodes the Base64 payload. And then the cloaked data can be transferred to your desired destination. Let’s start cloakifying it the file which contains by data which you can see below;

data1.png

Now I will encode this data.

process1.png

process2.png

Now as the data is encoded, I will check for my output data file which was processed by Cloakify;

text.png

As data is encoded, so now it as exfiltrated, choose Decloakify with the same cipher to decode the payload.

depro1.png

depro2.png

Now check for the data, if it reverted to the original state or not.

data12.png

It worked successfully, as all the data get converted back to the actual state.

 

Sursa: https://latesthackingnews.com/2019/07/30/cloakify-a-tool-to-mask-your-data-in-plain-sight/

 

  • Like 2
  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...