Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waived/vortex-file-binder

File Binder ꟷ FUD ꟷ XOR encrypted payloads wrapped w/ BASE-64
https://github.com/waived/vortex-file-binder

base64-encoding file-binder file-binding fud fud-binder fully-undetectable fully-undetectable-trojan visual-basic xor-encryption

Last synced: about 1 month ago
JSON representation

File Binder ꟷ FUD ꟷ XOR encrypted payloads wrapped w/ BASE-64

Awesome Lists containing this project

README

        

///////////////////////////////
///// VORTEX FILE BINDER /////
///////////////////////////////

Version: 1.1

Lanuage: Visual Basic (.NET Framework 4.8.1)

Purpose: Simple file-binding utility which aids in laundering a payload silently onto a system.

Packing method: Vortex uses XOR encryption (boolean-logic cipher) to encrypt each payload attached
to the initial stub; additionally, the encrypted payloads are also wrapped in BASE-64
encoding.

USG (Unique Stub Generation):
Each stub comes packaged with unique checksums. This is in part because the XOR
encryption key is randomly generated per each build and appended directly into
the stub. This not only allows each stub to beat checksum tests from anti-viral
software but ensures that each XOR encryption remains strong and less profilable.
Each randomly generates XOR key is between 10 to 15 characters long, using alpha-
numerical characters. The length and/or the character pool (to include special
characters or unicode characters) can be manually expanded for increased
security.

Please use responsibly!