examples

command
v0.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2023 License: MIT Imports: 15 Imported by: 0

README

Examples

Here you can view some real examples in which the maldev functions are used

  • Shellcode Encrypter
  • Shellcode Loader (to run encrypted shellcode in memory)
  • Sandbox detector
  • Windows hashes dumper (similar to secretsdump)
  • Ransomware using AES
  • Rewrite of metasploit pattern_create.rb (DeBruijn algorithm)
  • DLL converter to shellcode

The encrypter and loader are designed to work together because the encrypter generates a random Initialization Vector and encrypts the shellcode using AES cipher with especified PSK and finally writes the shellcode to output file (the IV is appended at the beggining of the shellcode so the loader can get the dynamic IV to decrypt shellcode using PSK)

Demo

Here you can see how this examples are, they've been made to be as much descriptive as posible using logging functions, banners and colors

  • Shellcode Encrypter
  • Shellcode Loader
  • Sandbox detector
  • pattern_create.rb
  • DLL converter

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL