Code Monkey home page Code Monkey logo

slae32's Introduction

Securitytube Linux Assembly Expert 32-bits

This course focuses on teaching the basics of 32-bit assembly language for the Intel Architecture (IA-32) family of processors on the Linux platform and applying it to Infosec. Once we are through with the basics, we will look at writing shellcode, encoders, decoders, crypters and other advanced low level applications.

Logo


  • Create a Shell_Bind_TCP shellcode

    • Binds to a port

    • Execs Shell on incoming connection

  • Port number should be easily configurable


  • Create a Shell_Reverse_TCP shellcode

    • Reverse connects to configured IP and Port

    • Execs Shell on successful connection

  • IP and Port number should be easily configurable


  • Study about the Egg Hunter shellcode

  • Create a working demo of the Egghunter

  • Should be configurable for different payloads


  • Create a custom encoding scheme like the "Insertion Encoder" we showed you

  • PoC with using execve-stack as the shellcode to encode with your schema and execute


  • Take up at leat 3 shellcode samples created using Msfvenom for linux/x86

  • Use GDB/Ndisasm/Libemu to dissect the functionality of the shellcode

  • Present your analysis


  • Take up 3 shellcodes from Shell-Storm and create polymorphic versions of them to beat pattern matching

  • The polymorphic versions cannot be larger 150% of the existing shellcode

  • Bonus points for making it shorter in length than original


  • Create a custom crypter like the one shown in the "crypters" video

  • Free to use any existing encryption schema

  • Can use any programming language


Note

This blog post has been created for completing the requirements of the SecurityTube Linux Assembly Expert certification: https://www.pentesteracademy.com/course?id=3

Student ID: SLAE - 1433

slae32's People

Contributors

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