Giter Site home page Giter Site logo

osep-breaking-chains's Introduction

OSEP-Breaking-Chains

Journey

At the time of writing this I am about halfway through the PEN-300 course. Although I say this about every offsec course I take, this course has been very motivational. Granted I've taken longer on the course materials than I wanted to, this is mostly because I tend to beyond what is expected from an exercise or extra mile because I like to tinker. It helps in the long run, but hurts the lab timer, oh well.

Code Snippets

As I progress through the course, I am suiting up some code snippets that I will share here. The intent here is to give you a taste of some of the techniques you'll get exposed to with the hopes of motivating you to join your peers by enrolling in the course.

Shellcode Crypters

Snippet Description Language
3DES-Shellcode.cs Encrypting shellcode with a 3DES 128/192-bit cipher C#
3DES-Shellcode.ps1 Encrypting shellcode with a 3DES 128/192-bit cipher PowerShell
AES-Shellcode.cs Encrypting shellcode with an AES 128/192/256-bit cipher C#
AES-Shellcode.ps1 Encrypting shellcode with an AES 128/192/256-bit cipher PowerShell
Caesar-Shellcode.cs Encrypting shellcode with a Caesar/ROT cipher C#
Caesar-Shellcode.ps1 Encrypting shellcode with a Caesar/ROT cipher PowerShell
Caesar-Xor-Shellcode.cs Encrypting shellcode with a Caesar/ROT cipher then XOR C#
Caesar-Xor-Shellcode.ps1 Encrypting shellcode with a Caesar/ROT cipher then XOR PowerShell
Caesar-Xor-VBA-Shellcode.cs Encrypting shellcode with a Caesar/ROT cipher then XOR for VBA C#
Caesar-Xor-VBA-Shellcode.ps1 Encrypting shellcode with a Caesar/ROT cipher then XOR for VBA PowerShell
DES-Shellcode.cs Encrypting shellcode with a DES 64-bit cipher C#
DES-Shellcode.ps1 Encrypting shellcode with a DES 64-bit cipher PowerShell
RC2-Shellcode.cs Encrypting shellcode with a RC2 40/128-bit cipher C#
RC2-Shellcode.ps1 Encrypting shellcode with a RC2 40/128-bit cipher PowerShell
XOR-Shellcode.cs Encrypting shellcode with a XOR cipher C#
XOR-Shellcode.ps1 Encrypting shellcode with a XOR cipher PowerShell

Shellcode Runners

Snippet Description Language
AES-Shellcode-Runner.cs AES 128/192/256-bit encrypted shellcode runner C#
AES-Shellcode-Runner.ps1 AES 128/192/256-bit encrypted shellcode runner PowerShell
DLL-Shellcode-Runner.cs AES 128/192/256-bit encrypted shellcode class library (DLL) runner C#
DLL-Shellcode-Loader.ps1 Reflective loading technques for the class library (DLL) runner PowerShell

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.