Giter Club home page Giter Club logo

dllhijacker's Introduction

DLLHijacker

相关的文章在个人博客里[https://kiwings.github.io/2019/04/04/th-DLL%E5%8A%AB%E6%8C%81/] 代码其实很简单,将网上能找到的x86与x64的劫持方式做了一个整合的脚本。 感谢前人,让我增长了知识、少走了许多弯路。

该脚本的功能是生成DLL劫持时所需的源文件(利用函数转发的劫持方式)。 输入是一个DLL文件,然后判断目标DLL文件的位数并生成对应的vs2019的项目文件夹。 打开项目后,修改Hijack函数体,可以只是修改shellcode、也可以将shellcode的加载方式一并修改(该加载方式源自于MSF、特征明显,无法绕过杀软)。


Usage:
1. python3 ./DLLHijacker.py target.dll
2. use vs2019 to open the project, and rewrite the Hijack function,You can just modify the shellcode or modify the way shellcode is executed at the same time.

dllhijacker's People

Contributors

kiwings avatar

Watchers

James Cloos 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.