ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Other languages

[GO] Best beginner friendly malware dev library

Submitted by threadcut at 20-05-2025, 11:47 AM


[GO] Best beginner friendly malware dev library
575 Views
threadcut's Avatar'
threadcut
Offline
#1
[ Hidden Content! ]


here are some of the stuff the library includes, Note: this is only useful for learning, don't import this stuff for developing malware if you don't wanna get detected
  • SYS
    • Whoami
    • Get current dir
    • Get home dir
    • Get current user groups
    • Find installed useful software
    • List files and folders
    • Get environment variables
    • Get generic system information
    • Get SID and RID from windows system
    • Find installed AVs/EDRs
  • CRYPTO
    • AES
    • RC4
    • Xor
    • Base32
    • Base64
    • Md5
    • Sha1
    • Sha256
    • Sha512
    • Rot13
    • Rot47
    • Bcrypt
    • Elliptic Curve
    • ChaCha20
    • Triple DES
    • Compare hashes
  • LOGGING
    • Status functions
    • ASCII banners
    • Progress bars
    • Colors
  • NETWORK
    • List all network interfaces (i.e. eth0)
    • Get info about an interface
    • List active ports with its info
    • Check internet connection
    • Get public ip
    • Download a file from URL
    • Get status code from URL
    • Send http POST request with custom data
  • MISC
    • Generate random string
    • Generate random integer
    • Generate string of n length based on DeBruijn algorithm
    • Convert date to epoch
    • Convert epoch to date
    • Convert text to l33t
  • READ TEAM
    • Multiple shellcode injection techniques
    • Retrieve shellcode from file
    • Retrieve shellcode from remote url
    • Write shellcode to file
    • Convert DLL to shellcode (sRDI)
    • Multiple anti-sandboxing techniques
    • 3 different ways to dump system hashes
    • Steal token from PID (Impersonation)
  • PROCESSES
    • List all process
    • Get process name by PID
    • Get PIDs of processes by name (i.e. firefox.exe)
  • EXEC
    • Execute bash commands
    • Execute powershell commands
    • Execute cmd commands
    • Execute command with Token
    •  
  • WORKING WITH FILES
    • Check if file exists
    • Check if path is file
    • Check if path is dir
    • Copy a file or dir (recursive)
    • Get content of a file
    • Create a file with content
    • Wipe a file
    • Timestomping (change file timestamps)
https://github.com/D3Ext/maldev

2
Reply


Messages In This Thread
[GO] Best beginner friendly malware dev library - by threadcut - 20-05-2025, 11:47 AM


Users browsing this thread: