Posts

Showing posts with the label Malware Development

Fireelf - Fileless Linux Malware Framework

Image
fireELF is a opensource fileless linux malware framework thats crossplatform in addition to allows users to easily exercise in addition to grapple payloads. By default is comes amongst 'memfd_create' which is a novel way to run linux elf executables completely from memory, without having the binary affect the harddrive. Features Choose in addition to construct payloads. Ability to minify payloads. Ability to shorten payloads yesteryear uploading the payload source to a pastebin, it in addition to then creates a really minor stager compatible amongst python <= 2.7 which allows for tardily deployment. Output created payload to file. Ability to exercise payload from either a url or a local binary. Included payload memfd_create The exclusively included payload 'memfd_create' is based on the enquiry of Stuart , this payload creates an anonymous file descriptor inward memory it in addition to then uses fexecve to execute the binary straight from the fi...