void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.52k stars 2.12k forks source link

Package request: Cloakify (Text-based Steganography Tool) #41219

Open n3v3rde4d opened 1 year ago

n3v3rde4d commented 1 year ago

Package name

cloakify

Package homepage

https://github.com/TryCatchHCF/Cloakify

Description

CloakifyFactory & the Cloakify Toolset - Data Exfiltration & Infiltration In Plain Sight; Evade DLP/MLS Devices; Social Engineering of Analysts; Defeat Data Whitelisting Controls; Evade AV Detection. Text-based steganography using lists. Convert any file type (e.g. executables, Office, Zip, images) into a list of everyday strings. Very simple tools, powerful concept, limited only by your imagination.

Does the requested package meet the package requirements?

System, Compiled, Required

Is the requested package released?

Yes

Eloitor commented 1 year ago

It seems that it currently requires python2... https://github.com/TryCatchHCF/Cloakify/issues/7

n3v3rde4d commented 1 year ago

This may be a naive or silly question but would this tool be able to function with Python3 or the most current release of Python?

Eloitor commented 1 year ago

Print statements need parenthesis in python3. I think it will work fine if this is fixed.

n3v3rde4d commented 1 year ago

Alright, so would that mean "cloakify" can work on void? Does that mean the request will be approved?

classabbyamp commented 1 year ago

just fixing syntax is not all that's needed for migrating a python2 codebase to python3. it's something best left to the devs who know the code

Eloitor commented 1 year ago

You might want to try using the 2to3 program, which is included in the python package, to see if it works.

n3v3rde4d commented 1 year ago

@Eloitor alright I will research it and give it a shot, thank you for the assistance thus far