Git Product home page Git Product logo

tooldump-v1's Introduction

Disclaimer

This repository and the code in it is provided as is. I won't respond to any pull requests or issues. Be responsible and don't use the provided code / tools in a malicious way. I do not condone or endorse malicious behavior.

Introduction

This repository contains a dump of few tools I wrote over the past 2-3 years. The main reason behind this dump is that most of the methods used in these tools are now considered outdated or obsolete (to an extent). While said tools might not be as useful in real life engagements, I hope someone can at least use them as a learning resource instead.

Tools

Ballista is a C# tool responsible for x64 cross-process injection. The tool relies on NtCreateSection() and NtMapViewOfSection() syscalls in order to evade user level API hooking.

Keywords
  • C#
  • Syscalls
  • Process Injection
  • Sections

Marlowe is a PowerShell script which uses WMI to query local and remote systems with the aim of revealing whether said systems are virtual machines.

Keywords
  • PowerShell
  • WMI

RainCaller is a shellcode dropper suite consisting of a Python3 webserver (server) and a C# dropper (client).

Keywords
  • C#
  • DInvoke
  • Python
  • Dropper

SharpSectionJect is a collection of C# process injectors in various formats. More specifically EXE, DLL, MsBuild and InstallUtil formats.

Keywords
  • C#
  • PInvoke
  • Sections
  • AppLocker bypass

UAC_Bypasses is a collection of PowerShell UAC bypasses. These bypasses utilize the CurVer trick to bypass registry monitoring. More about this technique can be found on my blog here.

Keywords
  • PowerShell
  • CurVer
  • UAC Bypass

tooldump-v1's People

Contributors

v3ded avatar

Watchers

 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.