Skip to content

Commit

Permalink
Fix Markdown highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
teresalberto committed Jul 18, 2018
1 parent 683e026 commit e9f5a1c
Show file tree
Hide file tree
Showing 47 changed files with 2,626 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _site/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Guía de exploits</title>
<link href="https://fundacion-sadosky.github.io/atom.xml" rel="self"/>
<link href="https://fundacion-sadosky.github.io/"/>
<updated>2018-07-04T14:56:36-03:00</updated>
<updated>2018-07-18T11:30:34-03:00</updated>
<id>https://fundacion-sadosky.github.io</id>
<author>
<name>Mark Otto</name>
Expand Down
2 changes: 1 addition & 1 deletion _site/public/css/syntax.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.highlight .hll { background-color: #ffc; }
.highlight .c { color: #999; } /* Comment */
/*.highlight .err { color: #a00; background-color: #faa }*/ /* Error */
.highlight .err { color: #a00; background-color: #faa } /* Error */
.highlight .k { color: #069; } /* Keyword */
.highlight .o { color: #555 } /* Operator */
.highlight .cm { color: #09f; font-style: italic } /* Comment.Multiline */
Expand Down
521 changes: 521 additions & 0 deletions buffer-overflow/_site/1-introduccion.html

Large diffs are not rendered by default.

235 changes: 235 additions & 0 deletions buffer-overflow/_site/1-practica.html

Large diffs are not rendered by default.

346 changes: 346 additions & 0 deletions buffer-overflow/_site/2-practica.html

Large diffs are not rendered by default.

479 changes: 479 additions & 0 deletions buffer-overflow/_site/2-shellcode.html

Large diffs are not rendered by default.

399 changes: 399 additions & 0 deletions buffer-overflow/_site/3-got.html

Large diffs are not rendered by default.

400 changes: 400 additions & 0 deletions buffer-overflow/_site/3-practica.html

Large diffs are not rendered by default.

228 changes: 228 additions & 0 deletions buffer-overflow/_site/4-practica.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added buffer-overflow/_site/imagenes/abo3/exploit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added buffer-overflow/_site/imagenes/abo5/exploit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added buffer-overflow/_site/imagenes/abo6/exploit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added buffer-overflow/_site/imagenes/nops.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added buffer-overflow/_site/imagenes/stack1/exploit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added buffer-overflow/_site/imagenes/stack5/exploit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added buffer-overflow/_site/imagenes/teoria2/nops.png
16 changes: 16 additions & 0 deletions buffer-overflow/_site/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<h1 id="buffer-overflow">BUFFER OVERFLOW</h1>

<h3 id="nivel-1-ataque-de-corrupción-de-memoria">Nivel 1: Ataque de corrupción de memoria.</h3>
<p><a href="1-introduccion.md">Introducción teórica</a>. <br />
<a href="1-practica.md">Práctica</a>.</p>

<h3 id="nivel-2-ataque-de-corrupción-de-memoria-ii">Nivel 2: Ataque de corrupción de memoria II.</h3>
<p><a href="2-shellcode.md">Shellcode</a>. <br />
<a href="2-practica.md">Práctica</a>.</p>

<h3 id="nivel-3-ataque-de-reescritura-de-la-got">Nivel 3: Ataque de reescritura de la GOT.</h3>
<p><a href="3-got.md">La tabla GOT</a>. <br />
<a href="3-practica.md">Práctica</a>.</p>

<h3 id="nivel-4--ataque-con-variables-de-entorno">Nivel 4: Ataque con variables de entorno.</h3>
<p>Variables de entorno. <a href="4-practica.md">Práctica</a>.</p>

0 comments on commit e9f5a1c

Please sign in to comment.