Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/waived/vortex-file-binder
- Owner: waived
- Created: 2024-10-27T18:43:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T18:58:44.000Z (3 months ago)
- Last Synced: 2024-11-08T14:26:30.581Z (3 months ago)
- Topics: base64-encoding, file-binder, file-binding, fud, fud-binder, fully-undetectable, fully-undetectable-trojan, visual-basic, xor-encryption
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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!