GithubHelp home page GithubHelp logo

p0w1 / hyperv_stuff_fork Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ergot86/hyperv_stuff

0.0 0.0 0.0 144 KB

Hyper-V related resources

JavaScript 19.40% Python 52.92% C 23.42% Assembly 3.75% Makefile 0.51%

hyperv_stuff_fork's Introduction

Hyper-V stuff

This repository contains some of the Hyper-V related work I did in the past...

GHHv6_ch25

My code from the "Inside Hyper-V" of the Gray Hat Hacking book (6th edition).

Original repository: https://github.com/GrayHatHacking/GHHv6.git

Includes a framework that can be used to perform hypervisor research/fuzzing and hyper-v specific code (hypercalls, MSRs, VMBus communication).

windbg_hyperv_script.js

Windbg script that can be used when debugging hvix64 and provides the following features:

  • Dumping VMCS contents.
  • Dumping EPT tables.
  • GPA -> SPA translation.
  • Conditional breakpoints on VMExit conditions:
    • Use !brexit conditions.
    • Where conditions is a in the form condition1 condition2 .. conditionN.
    • Each condition consists of 3 parts (in the described order and without space between them):
      1. A VMCS field name (for example VM_EXIT_REASON)
      2. A condition code: any of ==, !=, <=, >=, <, >.
      3. An integer value.

CVE-2020-0751.c

Proof of concept for Hyper-V stack overflow bug (hvix64).

Advisory: https://labs.bluefrostsecurity.de/advisories/bfs-sa-2020-001/

CVE-2020-0890.c

Proof of concept for Hyper-V NULL deref bug (hvix64).

Advisory: https://labs.bluefrostsecurity.de/advisories/bfs-sa-2020-002/

CVE-2020-0904.c

Proof of concept for Hyper-V type confusion bug (hvix64).

Advisory: https://labs.bluefrostsecurity.de/advisories/bfs-sa-2020-003/

CVE-2021-28476

Proof of concept for Hyper-V arbitrary memory read bug (vmswitch).

Advisory: https://labs.bluefrostsecurity.de/advisories/bfs-sa-2021-001/

Original repository: https://github.com/bluefrostsecurity/CVE-2021-28476

Notes:

hyperv_stuff_fork's People

Contributors

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