Giter Site home page Giter Site logo

git-akalu / cvenom Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mahmoud7osman/rlpclib

0.0 0.0 0.0 70.17 MB

CVenom is An Ultra Easy-To-Use Cross-Platform Malware Development Framework For Advanced Malware Development

License: MIT License

Shell 16.82% C++ 81.40% Batchfile 1.48% VBScript 0.30%

cvenom's Introduction

CVenom

Some Critical Updates To The CVenom Framework Due To The Lack Of Collaborators (No Team):
         - Development Terminated For Linux Malware Development Libraries
           + CVenom Focuses Now Only On Windows Malware Development
         - Killing The Development Of The Programming Language "Xonory"
           + CVenom is now a Framework That Provides You A Header-Only Libraries With Some Tools Important For Malware Development
Where The Simplicity Become Dangerous ...
         A True Cross-Platform Malware Development Kit

Check Out The Xonory Programming Language A Programming Language Designed For Malware Development, Built Using CVenom

C/C++ Are Absolutely The Best Languages To Develop Malwares, Advanced, And Undetectable, Hardware I/O Access, As You Know, C/C++ Codes, API Calls, Library Calls, System Calls Differ Between Linux And Windows, So, That's Why We Created CVenom

Cross-Platform OOP Based Malware Development

Malware Development Made Easy With CVenom, All Resources Are Objects, You Access The Hard Disk By Using The DiskTools Class, `Disk.FileCorrupt("file.txt")` as an Example will corrupt the file.txt And So On...Read The Documentation To Learn How To Start Developing Malwares With CVenom Or Watch Short Videos Right There. (Although, CVenom Don't Needs A Documentation, It's Easier Than Python!.)

Requirements

Those Are The Only Requirements To Have Before You Start Learning/Using CVenom

  • Intermediate Skills In C++
  • Some Knowledge About Hacking

CVenom's Official Documentation

When Malware Development Become Available For Everyone, No System Is Secure With The Existence Of CVenom

Initializing And Compiling A Malware

#include <CVenom.h>

int main(MALWARE_ENTRY){

    cvinit(MALWARE_INIT);  // Initialize Malware Data.
         
         
    cvexit(MALWARE_EXIT);  // Free Malware Data Then Exit.

}

This Is How You Initialize A Malware For Further Malware Development

Info: Please Always Use cvexit(MALWARE_EXIT) When You Want To Exit, Please Don't Use return Or exit()

Compiling Malware

Using CVenom's Compiler cvg++ To Compile Malwares, This Compiler Will Automate Malware Cross-Compilation For You With Binary Strip And The Like

Compiling Malware For Linux
$ cvg++ malware.cpp target=linux
Compiling Malware For Windows
$ cvg++ malware.cpp target=windows

Getting/Setting Malware Information

Informations Like Malware Path, Size, Privileges, Fake Service And Fake Description About The Malware.

Getting Malware File Size

Using The Current.size or MALWARE->size

#include <CVenom.h>

int main(MAlWARE_ENTRY){

         cvinit(MALWARE_INIT);
         
         printf("%d\n", Current.size);    // Print The Current Malware File Size.
         printf("%d\n", MALWARE->size);   // Print The Current Malware File Size Also.
         
         cvexit(MALWARE_EXIT);
         
}

cvenom's People

Contributors

mahmoud7osman avatar mr6mjt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.