-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,7 @@ | ||
<p align="center"> | ||
<a href="https://revealjs.com"> | ||
<img src="https://hakim-static.s3.amazonaws.com/reveal-js/logo/v1/reveal-black-text.svg" alt="reveal.js" width="450"> | ||
</a> | ||
<br><br> | ||
<a href="https://github.com/hakimel/reveal.js/actions"><img src="https://github.com/hakimel/reveal.js/workflows/tests/badge.svg"></a> | ||
<a href="https://slides.com/"><img src="https://s3.amazonaws.com/static.slid.es/images/slides-github-banner-320x40.png?1" alt="Slides" width="160" height="20"></a> | ||
</p> | ||
# Offensive Umbraco Part 4: Let’s Get Pasted | ||
|
||
reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create fully featured and beautiful presentations for free. [Check out the live demo](https://revealjs.com/). | ||
Analysis of a path traversal vulnerability I discovered in Umbraco, how it was patched, and how developers can prevent similar vulnerabilities in their own .NET code. | ||
|
||
The framework comes with a broad range of features including [nested slides](https://revealjs.com/vertical-slides/), [Markdown support](https://revealjs.com/markdown/), [Auto-Animate](https://revealjs.com/auto-animate/), [PDF export](https://revealjs.com/pdf-export/), [speaker notes](https://revealjs.com/speaker-view/), [LaTeX support](https://revealjs.com/math/), [syntax highlighted code](https://revealjs.com/code/) and much more. | ||
Delivered in April 2024 at the Edinburgh Umbraco Users Group meetup. | ||
|
||
<h1> | ||
<a href="https://revealjs.com/installation" style="font-size: 3em;">Get Started</a> | ||
</h1> | ||
|
||
## Documentation | ||
The full reveal.js documentation is available at [revealjs.com](https://revealjs.com). | ||
|
||
## Online Editor | ||
Want to create your presentation using a visual editor? Try the official reveal.js presentation platform for free at [Slides.com](https://slides.com). It's made by the same people behind reveal.js. | ||
|
||
## License | ||
|
||
MIT licensed | ||
|
||
Copyright (C) 2011-2021 Hakim El Hattab, https://hakim.se | ||
- Slides: [https://stvnhrlnd.github.io/offensive-umbraco-4](https://stvnhrlnd.github.io/offensive-umbraco-4) |