Skip to content

Instantly share code, notes, and snippets.

View kbandla's full-sized avatar

Kiran Bandla kbandla

View GitHub Profile
@kbandla
kbandla / eternalblue_kshellcode.asm
Created May 30, 2017 04:19 — forked from worawit/eternalblue_merge_shellcode.py
Windows x64 kernel shellcode for eternalblue exploit
;
; Windows x64 kernel shellcode from ring 0 to ring 3 by sleepya
; The shellcode is written for eternalblue exploit:
; - https://gist.github.com/worawit/bd04bad3cd231474763b873df081c09a
; - https://gist.github.com/worawit/074a27e90a3686506fc586249934a30e
;
;
; Idea for Ring 3 to Ring 0 from Sean Dillon (@zerosum0x0)
;
;