Mutt
Professional
- Messages
- 1,457
- Reaction score
- 1,266
- Points
- 113
All information is for educational purposes only and is not coercive!
Cloakify Factory is a tool for converting any type of file into a list of harmless and even useless strings. This feature allows you to hide data in plain sight as well as transmit it over the network without receiving / triggering malware warnings. The functionality that Claokify uses is called text steganography, which protects data by making it pliable / soft.
Hidden files destroy signature detection tools for malware, DLP, and more.
GitHub Page - https://github.com/TryCatchHCF/Cloakify
Installing Cloakify
First, you need to download the tool from the official github repository:
After the download is complete, make sure you have python2.7 installed, as it is a prerequisite for the script to work.
Python - https://www.python.org/downloads/
Running and using Cloakify
In order to run the script for text steganography, you need to go to the directory with the loaded software and run the following command in the terminal:
As you can see, Cloakify Factory has menus for managing tools, each of which uses a different set of scripts. When you select a file for Cloakify, it first converts it to theBase64-encode and then applies the ciphertext to create a list that encodes the Base64 payload. After that, the hidden data can be transferred to any location
The encoding process can be seen in the following screenshots. Work is being done on the file shown above.
Now that the data is encoded, we can check the output data file that was processed by Cloakify.
Since the data is encoded, it is not available and filtered. To view the content correctly, select Decloakify with the same cipher to decode the payload.
Now check the file, if all the data returned to its original state, then the process was absolutely successful.
As you can see, the data returned to its actual state, the process was successful.
Conclusions about Cloakify
Cloakify is a great tool for transferring data from the network without being detected and triggered by antivirus programs.
It can be used by both hackers and other people to transfer anonymous information.
Cloakify Factory is a tool for converting any type of file into a list of harmless and even useless strings. This feature allows you to hide data in plain sight as well as transmit it over the network without receiving / triggering malware warnings. The functionality that Claokify uses is called text steganography, which protects data by making it pliable / soft.
Hidden files destroy signature detection tools for malware, DLP, and more.
GitHub Page - https://github.com/TryCatchHCF/Cloakify
Installing Cloakify
First, you need to download the tool from the official github repository:
Code:
git clone https://github.com/TryCatchHCF/Cloakify.git
After the download is complete, make sure you have python2.7 installed, as it is a prerequisite for the script to work.
Python - https://www.python.org/downloads/
Running and using Cloakify
In order to run the script for text steganography, you need to go to the directory with the loaded software and run the following command in the terminal:
Code:
python cloakifyFactory.py
As you can see, Cloakify Factory has menus for managing tools, each of which uses a different set of scripts. When you select a file for Cloakify, it first converts it to theBase64-encode and then applies the ciphertext to create a list that encodes the Base64 payload. After that, the hidden data can be transferred to any location
The encoding process can be seen in the following screenshots. Work is being done on the file shown above.
Now that the data is encoded, we can check the output data file that was processed by Cloakify.
Since the data is encoded, it is not available and filtered. To view the content correctly, select Decloakify with the same cipher to decode the payload.
Now check the file, if all the data returned to its original state, then the process was absolutely successful.
As you can see, the data returned to its actual state, the process was successful.
Conclusions about Cloakify
Cloakify is a great tool for transferring data from the network without being detected and triggered by antivirus programs.
It can be used by both hackers and other people to transfer anonymous information.
