Code Monkey home page Code Monkey logo

offensivecpp's Introduction

OffensiveCpp

Offensive C++ is a collection of offensive security snippets written in C++. It includes various tools for penetration testing and exploit development.

Table of Contents

Introduction

The purpose of this project is to provide colleciton of snippets that can be used for penetration testing and exploit development. Currently, the project contains snippets for:

  • AV/EDR Evasion
  • Enumeration
  • Sandbox Evasion
  • Shellcode Execution
  • WinAPI Examples

Why C/C++?

  • C/C++ is a compiled language, which means that it can produce code that is optimized for the specific target platform.

  • C/C++ is a low-level programming language that offers a high degree of control over system resources.

  • C/C++ allows direct memory manipulation and flexibility.

  • C/C++ provides a high level of performance and efficiency.

  • C/C++ offers the ability to easily interface with other low-level languages like assembly.

  • C/C++ has a large and active community of developers, which means that there is a wealth of resources, libraries, and tools available for exploit development.

Compiling

This repo does not come with precompiled binaries. Before compiling, make sure you have:

  1. A C++ compiler: Microsoft Visual C++ compiler is included in Microsoft Visual Studio or you can install the GCC compiler through MinGW or Cygwin.

  2. An Integrated Development Environment (IDE), in my case "Visual Studio 2017".

  3. The Windows SDK: The Windows SDK includes headers, libraries, and tools that are necessary for developing Windows applications in C++.

Reference Libraries

Here you can find a list of external open source project I have included.

Contributing

Contributions to Offensive C++ are welcome. To contribute, please fork the repository and submit a pull request. Please make sure that your code is well-documented and tested.

License

Offensive C++ is released under the MIT License (https://opensource.org/license/mit/). Please see the LICENSE file for more information.

offensivecpp's People

Contributors

lsecqt 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.