• Exclusive

    Hey Guest, unlock an instant 10% bonus discount when you upgrade via the Crypoverse gateway.

Open Source FUD Crypter (1 Viewer)

Currently reading:
 Open Source FUD Crypter (1 Viewer)

Recently searched:

xlAzk

Member
Amateur
LV
4
Joined
Oct 10, 2022
Threads
202
Likes
324
Awards
11
Credits
16,839©
Cash
0$
This is only for native 32 and 64 bit paylods, .NET payloads aren't supported as of right now

Detections at the time of post:
1775309787563

(https://www.virustotal.com/gui/file/f7d74306e806f36dd3a6b3693c722741eb6b10604157986822c36820d7d93a9a)

Features​
two‑stage crypter + loader for Windows executables. It consists of two separate components:

  1. crypt – a command‑line tool that encrypts an input PE file, performs integrity checks, and outputs an encrypted payload together with a key.
  2. stub – a loader that embeds the encrypted payload as a resource, applies extensive anti‑analysis measures (anti‑VM, unhooking, ETW/AMSI bypass, indirect syscalls, sleep obfuscation), and finally reflects the original PE into memory and executes it.
The two components are designed to be used sequentially:

  • Run crypt on a target .exe → produces encrypted_Input.bin (Base85‑encoded ciphertext) and key.txt (the 32‑byte master key).
  • Copy encrypted_Input.bin to stub/encrypted_Input.bin and key.txt to stub/src/key.txt, then build the stub. The build script embeds the encrypted payload as a resource, and the resulting stub.exe is a fully standalone loader that decrypts and runs the original payload in memory.
The entire codebase is written in Rust, leveraging the Windows API via the windows-rs crate, and makes heavy use of inline assembly, custom syscall stubs, and anti‑forensic techniques.

Features

Anti‑VM / Sandbox Detection​

Indirect Syscalls (Tartarus‑style)​

Hardware Breakpoint Bypasses (ETW / AMSI)​

Sleep Obfuscation​

Decryption and Reflective Loading​


Link:
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom