An open API service indexing awesome lists of open source software.

https://github.com/linuxuser255/ms17-010_explained

This repo is a deep-dive into the Eternal Blue buffer overflow attack, included is the exploit source code, and extensive documentation.
https://github.com/linuxuser255/ms17-010_explained

buffer-overflow-attack exploit linux python windows

Last synced: 4 months ago
JSON representation

This repo is a deep-dive into the Eternal Blue buffer overflow attack, included is the exploit source code, and extensive documentation.

Awesome Lists containing this project

README

        

![eternalblue](https://user-images.githubusercontent.com/46334926/154705174-e3fc0038-491e-448f-8e33-32777bb974c9.png)

# MS17-010_explained

#### For technical analisys purposes, I slightly edited the original eternalblue_exploit7.py
#### and named it: MS17-010_Analyzed.py
---
This repo provides both a high overview of MS17-010, as well as an indepth technical analysis. I included a slide explaining the SMB protocol for context, then explanaitions of the three bugs, the pseudo code of Window's vulnerable source code, the chain of events, and lastly, my breakdown of the Python exploit source code and how it sequentially, exploits each of the three bugs.

The code sequence slides are mine, the other illustrations were taken from
https://research.checkpoint.com/2017/eternalblue-everything-know/