Coder Social home page Coder Social logo

nimperiments's Introduction

Nimperiments

A lot of random projects written in Nim.

CreateThread

A very simple, basic project that does local process injection. No sandbox checks. No unhooking. No bypasses or patches.

Nimjection

A very simple, basic project that does remote process injection. No sandbox checks. No unhooking. No bypasses or patches.

DLLoader

A very simple, basic project that does classic DLL injection. It does have sandbox checking. It does have ntdll unhooking (but no kernel32 unhooking). No other bypasses or patches. It downloads the DLL from a remote server onto disk. Could disable this functionality and use UNC paths as an alternative to avoid downloading to disk.

Syscall_DLLoader

A slightly more advanced version of the "DLLoader" project that does classic DLL injection using syscalls. No sandbox checks. No unhooking. No other bypasses or patches. It downloads the DLL from a remote server onto disk. Could disable this functionality and use UNC paths as an alternative to avoid downloading to disk (untested). Depends on NimGetSysallStub project.

UUID

Takes a raw shellcode file as an argument and encodes it into UUID strings. That's it. Not my code. Just glued together.

DJB2

Takes whatever string you want to hash as an argument and hashes it using a slightly modified version of DJB2. You can thank ChatGPT for this one. Spat out bad code, but close enough that even I could fix it.

Perun's Fart

A port of the Perun's Fart NTDLL Unhooking (aka unhooking from suspended process) technique to Nim. Ported from @D1rkMtr's github, mixed in and glued together with code from @S3cur3Th1sSh1t's Nim DInvoke.

Nim Bust

A directory brute forcer. Plain and simple. Next features planned: Abort after x number of request timeouts or 500/503 errors to avoid DOS.

Evil Lsass Twin

Lsass Dump Tool. More info in project folder.

unhook-from-clone

PoC showcasing unhooking a process by utilizing a clone/fork's copy of NTDLL. Reuses significant portion of Perun's Fart code.

nimperiments's People

Contributors

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