killchain-compendium/Exploits/Web/WASM.md

13 lines
473 B
Markdown

# Web Assembly
## Debugger
Use live debuggin capabilities of [Cetus](https://github.com/Qwokka/Cetus.git). Install it through chrome://extensions. After the installation, Cetus is located in the dev tools as a tab
### Cetus Search function
* Search for modified values and get their address values
* Do a differential search -> search once without any value followed by a search where the operator (LT, NE, GT) is changed, still without a value in the search field.