examples

command
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 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)
  • 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)

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