new site3
parent
82ce9ebdb9
commit
dac869dc5d
16
README.md
16
README.md
|
@ -1,15 +1 @@
|
|||
#Intro
|
||||
|
||||
My personal blog, built with Jekyll and Github page.
|
||||
|
||||
#If you want to use this theme
|
||||
|
||||
1. fork it
|
||||
2. **Important**: If you want to use [Baidu Statistics][baiduTongji] functionality, remember to replace the content of `/javascripts/baidu_statistics.js` with your own. If you don't want to use it or don't understand what I'm talking about, just comment out line 43 of `/_includes/footer.html`.
|
||||
3. **Important**: If you want to use the [Disqus][disqus] (comment system) functionality, remember to replace the content of `/_includes/disqus_load.html` and `/_includes/disqus_count.html` with your own content. If you don't want to use it or don't understand what I'm talking about, just comment out line 27 in `/_layouts/markdownreader_bare.html` and line 35 in `/_layouts/post.html`.
|
||||
4. Modify `/_config.yml` with your own info, replace `/images/me.png` with your own.
|
||||
|
||||
That's it
|
||||
|
||||
[baiduTongji]: http://tongji.baidu.com/web/welcome/login
|
||||
[disqus]: https://disqus.com/
|
||||
My Personal Website: [paul.walko.org](paul.walko.org)
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Protostar Exploit Exercises Solutions 0-3"
|
||||
layout: post
|
||||
category: writeup
|
||||
tags: [exploit-exercises, protostar, hacking]
|
||||
excerpt: "Walkthrough for Protostar exercises on exploit-exercises.com"
|
||||
---
|
|
@ -12,31 +12,31 @@
|
|||
<title>Paul Walko</title>
|
||||
|
||||
<!-- favicon -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://localhost:4000/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://localhost:4000/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://localhost:4000/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://localhost:4000/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://localhost:4000/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://localhost:4000/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://localhost:4000/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://localhost:4000/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:4000/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://localhost:4000/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:4000/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://localhost:4000/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:4000/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://localhost:4000/favicon/manifest.json">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://paul.walko.org/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://paul.walko.org/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://paul.walko.org/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://paul.walko.org/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://paul.walko.org/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://paul.walko.org/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://paul.walko.org/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://paul.walko.org/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://paul.walko.org/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://paul.walko.org/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://paul.walko.org/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://paul.walko.org/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://paul.walko.org/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://paul.walko.org/favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/simplePagination.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/simplePagination.css">
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/jquery.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/jquery.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://localhost:4000/javascripts/html5shiv.js"></script>
|
||||
<script src="http://paul.walko.org/javascripts/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
@ -57,16 +57,16 @@
|
|||
<div class="row navbar">
|
||||
<nav class="col-lg-8 col-md-8 col-xs-12">
|
||||
<ul class="row">
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/">HOME</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/">HOME</a></li>
|
||||
<li class="col-lg-3">
|
||||
<ul class="subnav">
|
||||
<a href="javascript:void(0)">POSTS</a>
|
||||
<li><a href="http://localhost:4000/category">CATEGORY</a></li>
|
||||
<li><a href="http://localhost:4000/tag">TAG</a></li>
|
||||
<li><a href="http://paul.walko.org/category">CATEGORY</a></li>
|
||||
<li><a href="http://paul.walko.org/tag">TAG</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -99,7 +99,7 @@
|
|||
|
||||
<div id="whoops">
|
||||
<h1>Whoops! 404</h1>
|
||||
<h2>I suggest you <a href="http://localhost:4000/"> go sweet <i class="fa fa-home"></i></a></h2>
|
||||
<h2>I suggest you <a href="http://paul.walko.org/"> go sweet <i class="fa fa-home"></i></a></h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -130,7 +130,7 @@
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/base.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/base.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,15 +1 @@
|
|||
#Intro
|
||||
|
||||
My personal blog, built with Jekyll and Github page.
|
||||
|
||||
#If you want to use this theme
|
||||
|
||||
1. fork it
|
||||
2. **Important**: If you want to use [Baidu Statistics][baiduTongji] functionality, remember to replace the content of `/javascripts/baidu_statistics.js` with your own. If you don't want to use it or don't understand what I'm talking about, just comment out line 43 of `/_includes/footer.html`.
|
||||
3. **Important**: If you want to use the [Disqus][disqus] (comment system) functionality, remember to replace the content of `/_includes/disqus_load.html` and `/_includes/disqus_count.html` with your own content. If you don't want to use it or don't understand what I'm talking about, just comment out line 27 in `/_layouts/markdownreader_bare.html` and line 35 in `/_layouts/post.html`.
|
||||
4. Modify `/_config.yml` with your own info, replace `/images/me.png` with your own.
|
||||
|
||||
That's it
|
||||
|
||||
[baiduTongji]: http://tongji.baidu.com/web/welcome/login
|
||||
[disqus]: https://disqus.com/
|
||||
My Personal Website: [paul.walko.org](paul.walko.org)
|
||||
|
|
|
@ -12,31 +12,31 @@
|
|||
<title>Paul Walko</title>
|
||||
|
||||
<!-- favicon -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://localhost:4000/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://localhost:4000/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://localhost:4000/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://localhost:4000/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://localhost:4000/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://localhost:4000/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://localhost:4000/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://localhost:4000/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:4000/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://localhost:4000/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:4000/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://localhost:4000/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:4000/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://localhost:4000/favicon/manifest.json">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://paul.walko.org/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://paul.walko.org/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://paul.walko.org/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://paul.walko.org/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://paul.walko.org/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://paul.walko.org/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://paul.walko.org/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://paul.walko.org/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://paul.walko.org/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://paul.walko.org/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://paul.walko.org/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://paul.walko.org/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://paul.walko.org/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://paul.walko.org/favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/simplePagination.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/simplePagination.css">
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/jquery.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/jquery.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://localhost:4000/javascripts/html5shiv.js"></script>
|
||||
<script src="http://paul.walko.org/javascripts/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
@ -57,16 +57,16 @@
|
|||
<div class="row navbar">
|
||||
<nav class="col-lg-8 col-md-8 col-xs-12">
|
||||
<ul class="row">
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/">HOME</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/">HOME</a></li>
|
||||
<li class="col-lg-3">
|
||||
<ul class="subnav">
|
||||
<a href="javascript:void(0)">POSTS</a>
|
||||
<li><a href="http://localhost:4000/category">CATEGORY</a></li>
|
||||
<li><a href="http://localhost:4000/tag">TAG</a></li>
|
||||
<li><a href="http://paul.walko.org/category">CATEGORY</a></li>
|
||||
<li><a href="http://paul.walko.org/tag">TAG</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -100,7 +100,7 @@
|
|||
|
||||
<div class="row" id="about">
|
||||
<header id="title">
|
||||
<img src="http://localhost:4000//images/me.png">
|
||||
<img src="http://paul.walko.org//images/me.png">
|
||||
<h1><small>Student at Virgina Tech</small></h1>
|
||||
</header>
|
||||
|
||||
|
@ -155,7 +155,7 @@
|
|||
|
||||
<section id="action">
|
||||
<h2></small>Contact Me</small></h2>
|
||||
<a href="http://localhost:4000/resume">View my resume</a>
|
||||
<a href="http://paul.walko.org/resume">View my resume</a>
|
||||
<span> or </span>
|
||||
<a href="mailto:paulsw.pw@gmail.com">e-mail me</a>
|
||||
</section>
|
||||
|
@ -191,7 +191,7 @@
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/base.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/base.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -12,31 +12,31 @@
|
|||
<title>Paul Walko</title>
|
||||
|
||||
<!-- favicon -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://localhost:4000/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://localhost:4000/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://localhost:4000/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://localhost:4000/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://localhost:4000/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://localhost:4000/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://localhost:4000/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://localhost:4000/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:4000/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://localhost:4000/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:4000/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://localhost:4000/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:4000/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://localhost:4000/favicon/manifest.json">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://paul.walko.org/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://paul.walko.org/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://paul.walko.org/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://paul.walko.org/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://paul.walko.org/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://paul.walko.org/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://paul.walko.org/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://paul.walko.org/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://paul.walko.org/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://paul.walko.org/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://paul.walko.org/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://paul.walko.org/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://paul.walko.org/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://paul.walko.org/favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/simplePagination.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/simplePagination.css">
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/jquery.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/jquery.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://localhost:4000/javascripts/html5shiv.js"></script>
|
||||
<script src="http://paul.walko.org/javascripts/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
@ -57,16 +57,16 @@
|
|||
<div class="row navbar">
|
||||
<nav class="col-lg-8 col-md-8 col-xs-12">
|
||||
<ul class="row">
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/">HOME</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/">HOME</a></li>
|
||||
<li class="col-lg-3">
|
||||
<ul class="subnav">
|
||||
<a href="javascript:void(0)">POSTS</a>
|
||||
<li><a href="http://localhost:4000/category">CATEGORY</a></li>
|
||||
<li><a href="http://localhost:4000/tag">TAG</a></li>
|
||||
<li><a href="http://paul.walko.org/category">CATEGORY</a></li>
|
||||
<li><a href="http://paul.walko.org/tag">TAG</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -101,7 +101,7 @@
|
|||
<li class="current" data-show="writeup">
|
||||
<a href="javascript:void(0)">
|
||||
writeup
|
||||
<span class="cateCnt">1</span>
|
||||
<span class="cateCnt">2</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -131,6 +131,37 @@
|
|||
|
||||
|
||||
|
||||
<article class="row">
|
||||
<div class="date col-lg-2 col-md-2 col-sm-2">
|
||||
<p class="day">14</p>
|
||||
<p class="month">Jun/2016</p>
|
||||
<p class="category">writeup</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-10 col-md-10 col-sm-10">
|
||||
<h2 class="title"><a href="/writeup/nebula_exploit_exercises">Protostar Exploit Exercises Solutions 0-3</a></h2>
|
||||
<ul class="tags">
|
||||
|
||||
<li><i class="fa fa-tag"> exploit-exercises</i></li>
|
||||
|
||||
<li><i class="fa fa-tag"> protostar</i></li>
|
||||
|
||||
<li><i class="fa fa-tag"> hacking</i></li>
|
||||
|
||||
</ul>
|
||||
<br>
|
||||
<hr class="clearfix">
|
||||
<p class="excerpt">
|
||||
Walkthrough for Protostar exercises on exploit-exercises.com
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<button class="continue"><a href="/writeup/nebula_exploit_exercises">FULL ARTICLE</a></button>
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
|
||||
<article class="row">
|
||||
<div class="date col-lg-2 col-md-2 col-sm-2">
|
||||
<p class="day">26</p>
|
||||
|
@ -166,8 +197,8 @@
|
|||
|
||||
<div class="row" id="paginator">
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/pagination.js"></script>
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/listAndPagi.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/pagination.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/listAndPagi.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -208,7 +239,7 @@
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/base.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/base.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -12,31 +12,31 @@
|
|||
<title>Paul Walko</title>
|
||||
|
||||
<!-- favicon -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://localhost:4000/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://localhost:4000/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://localhost:4000/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://localhost:4000/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://localhost:4000/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://localhost:4000/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://localhost:4000/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://localhost:4000/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:4000/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://localhost:4000/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:4000/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://localhost:4000/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:4000/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://localhost:4000/favicon/manifest.json">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://paul.walko.org/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://paul.walko.org/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://paul.walko.org/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://paul.walko.org/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://paul.walko.org/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://paul.walko.org/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://paul.walko.org/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://paul.walko.org/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://paul.walko.org/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://paul.walko.org/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://paul.walko.org/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://paul.walko.org/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://paul.walko.org/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://paul.walko.org/favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/simplePagination.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/simplePagination.css">
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/jquery.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/jquery.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://localhost:4000/javascripts/html5shiv.js"></script>
|
||||
<script src="http://paul.walko.org/javascripts/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
@ -57,16 +57,16 @@
|
|||
<div class="row navbar">
|
||||
<nav class="col-lg-8 col-md-8 col-xs-12">
|
||||
<ul class="row">
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/">HOME</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/">HOME</a></li>
|
||||
<li class="col-lg-3">
|
||||
<ul class="subnav">
|
||||
<a href="javascript:void(0)">POSTS</a>
|
||||
<li><a href="http://localhost:4000/category">CATEGORY</a></li>
|
||||
<li><a href="http://localhost:4000/tag">TAG</a></li>
|
||||
<li><a href="http://paul.walko.org/category">CATEGORY</a></li>
|
||||
<li><a href="http://paul.walko.org/tag">TAG</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -99,6 +99,34 @@
|
|||
|
||||
|
||||
|
||||
<article class="row">
|
||||
<div class="date col-lg-2 col-md-2 col-sm-2">
|
||||
<p class="day">14</p>
|
||||
<p class="month">Jun/2016</p>
|
||||
<p class="category">writeup</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-10 col-md-10 col-sm-10">
|
||||
<h2 class="title"><a href="/writeup/nebula_exploit_exercises">Protostar Exploit Exercises Solutions 0-3</a></h2>
|
||||
<ul class="tags">
|
||||
|
||||
<li><i class="fa fa-tag"> exploit-exercises</i></li>
|
||||
|
||||
<li><i class="fa fa-tag"> protostar</i></li>
|
||||
|
||||
<li><i class="fa fa-tag"> hacking</i></li>
|
||||
|
||||
</ul>
|
||||
<br>
|
||||
<hr class="clearfix">
|
||||
<p class="excerpt">
|
||||
Walkthrough for Protostar exercises on exploit-exercises.com
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<button class="continue"><a href="/writeup/nebula_exploit_exercises">FULL ARTICLE</a></button>
|
||||
</article>
|
||||
|
||||
<article class="row">
|
||||
<div class="date col-lg-2 col-md-2 col-sm-2">
|
||||
<p class="day">26</p>
|
||||
|
@ -132,8 +160,8 @@
|
|||
|
||||
<div class="row" id="paginator">
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/pagination.js"></script>
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/listAndPagi.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/pagination.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/listAndPagi.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -169,7 +197,7 @@
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/base.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/base.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/markdownreader_bare.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/pygments_monokai.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/code_block.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/markdownreader_bare.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/pygments_monokai.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/code_block.css">
|
||||
<!-- favicon -->
|
||||
<link rel="shortcut icon" href="http://localhost:4000/favicon.ico" type="image/icon">
|
||||
<link rel="icon" href="http://localhost:4000/favicon.ico" type="image/icon">
|
||||
<link rel="shortcut icon" href="http://paul.walko.org/favicon.ico" type="image/icon">
|
||||
<link rel="icon" href="http://paul.walko.org/favicon.ico" type="image/icon">
|
||||
</head>
|
||||
<body>
|
||||
<div id="markdown-container">
|
||||
|
@ -46,6 +46,6 @@
|
|||
|
||||
<div id="markdown-backTop" onclick="window.scrollTo(0,0)"></div>
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/markdownreader_bare.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/markdownreader_bare.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
http://paul.walko.org//writeup/nebula_exploit_exercises
|
||||
http://paul.walko.org//writeup/test_post
|
||||
|
||||
|
||||
|
|
|
@ -4,9 +4,15 @@
|
|||
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
|
||||
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
|
||||
<url>
|
||||
<loc>http://paul.walko.org//writeup/nebula_exploit_exercises</loc>
|
||||
<lastmod>2016-06-15T00:02:53-04:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>http://paul.walko.org//writeup/test_post</loc>
|
||||
<lastmod>2016-06-14T23:23:38-04:00</lastmod>
|
||||
<lastmod>2016-06-15T00:02:53-04:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
</url>
|
||||
|
||||
|
|
|
@ -12,31 +12,31 @@
|
|||
<title>Paul Walko</title>
|
||||
|
||||
<!-- favicon -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://localhost:4000/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://localhost:4000/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://localhost:4000/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://localhost:4000/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://localhost:4000/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://localhost:4000/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://localhost:4000/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://localhost:4000/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:4000/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://localhost:4000/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:4000/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://localhost:4000/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:4000/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://localhost:4000/favicon/manifest.json">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://paul.walko.org/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://paul.walko.org/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://paul.walko.org/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://paul.walko.org/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://paul.walko.org/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://paul.walko.org/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://paul.walko.org/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://paul.walko.org/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://paul.walko.org/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://paul.walko.org/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://paul.walko.org/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://paul.walko.org/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://paul.walko.org/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://paul.walko.org/favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/simplePagination.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/simplePagination.css">
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/jquery.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/jquery.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://localhost:4000/javascripts/html5shiv.js"></script>
|
||||
<script src="http://paul.walko.org/javascripts/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
|
@ -57,16 +57,16 @@
|
|||
<div class="row navbar">
|
||||
<nav class="col-lg-8 col-md-8 col-xs-12">
|
||||
<ul class="row">
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/">HOME</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/">HOME</a></li>
|
||||
<li class="col-lg-3">
|
||||
<ul class="subnav">
|
||||
<a href="javascript:void(0)">POSTS</a>
|
||||
<li><a href="http://localhost:4000/category">CATEGORY</a></li>
|
||||
<li><a href="http://localhost:4000/tag">TAG</a></li>
|
||||
<li><a href="http://paul.walko.org/category">CATEGORY</a></li>
|
||||
<li><a href="http://paul.walko.org/tag">TAG</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -102,7 +102,7 @@
|
|||
<a href="javascript:void(0)">
|
||||
<i class="fa fa-tag"></i>
|
||||
exploit-exercises
|
||||
<span class="tagCnt">1</span>
|
||||
<span class="tagCnt">2</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -120,6 +120,15 @@
|
|||
<a href="javascript:void(0)">
|
||||
<i class="fa fa-tag"></i>
|
||||
hacking
|
||||
<span class="tagCnt">2</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li data-show="protostar">
|
||||
<a href="javascript:void(0)">
|
||||
<i class="fa fa-tag"></i>
|
||||
protostar
|
||||
<span class="tagCnt">1</span>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -150,6 +159,37 @@
|
|||
|
||||
|
||||
|
||||
<article class="row">
|
||||
<div class="date col-lg-2 col-md-2 col-sm-2">
|
||||
<p class="day">14</p>
|
||||
<p class="month">Jun/2016</p>
|
||||
<p class="category">writeup</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-10 col-md-10 col-sm-10">
|
||||
<h2 class="title"><a href="/writeup/nebula_exploit_exercises">Protostar Exploit Exercises Solutions 0-3</a></h2>
|
||||
<ul class="tags">
|
||||
|
||||
<li><i class="fa fa-tag"> exploit-exercises</i></li>
|
||||
|
||||
<li><i class="fa fa-tag"> protostar</i></li>
|
||||
|
||||
<li><i class="fa fa-tag"> hacking</i></li>
|
||||
|
||||
</ul>
|
||||
<br>
|
||||
<hr class="clearfix">
|
||||
<p class="excerpt">
|
||||
Walkthrough for Protostar exercises on exploit-exercises.com
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<button class="continue"><a href="/writeup/nebula_exploit_exercises">FULL ARTICLE</a></button>
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
|
||||
<article class="row">
|
||||
<div class="date col-lg-2 col-md-2 col-sm-2">
|
||||
<p class="day">26</p>
|
||||
|
@ -185,8 +225,8 @@
|
|||
|
||||
<div class="row" id="paginator">
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/pagination.js"></script>
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/listAndPagi.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/pagination.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/listAndPagi.js"></script>
|
||||
|
||||
|
||||
|
||||
|
@ -282,6 +322,37 @@
|
|||
|
||||
|
||||
|
||||
<article class="row">
|
||||
<div class="date col-lg-2 col-md-2 col-sm-2">
|
||||
<p class="day">14</p>
|
||||
<p class="month">Jun/2016</p>
|
||||
<p class="category">writeup</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-10 col-md-10 col-sm-10">
|
||||
<h2 class="title"><a href="/writeup/nebula_exploit_exercises">Protostar Exploit Exercises Solutions 0-3</a></h2>
|
||||
<ul class="tags">
|
||||
|
||||
<li><i class="fa fa-tag"> exploit-exercises</i></li>
|
||||
|
||||
<li><i class="fa fa-tag"> protostar</i></li>
|
||||
|
||||
<li><i class="fa fa-tag"> hacking</i></li>
|
||||
|
||||
</ul>
|
||||
<br>
|
||||
<hr class="clearfix">
|
||||
<p class="excerpt">
|
||||
Walkthrough for Protostar exercises on exploit-exercises.com
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<button class="continue"><a href="/writeup/nebula_exploit_exercises">FULL ARTICLE</a></button>
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
|
||||
<article class="row">
|
||||
<div class="date col-lg-2 col-md-2 col-sm-2">
|
||||
<p class="day">26</p>
|
||||
|
@ -315,6 +386,70 @@
|
|||
|
||||
|
||||
|
||||
<div class="row" id="paginator">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section class="showcase col-lg-9 col-lg-offset-1 hide " data-show="protostar">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<article class="row">
|
||||
<div class="date col-lg-2 col-md-2 col-sm-2">
|
||||
<p class="day">14</p>
|
||||
<p class="month">Jun/2016</p>
|
||||
<p class="category">writeup</p>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-10 col-md-10 col-sm-10">
|
||||
<h2 class="title"><a href="/writeup/nebula_exploit_exercises">Protostar Exploit Exercises Solutions 0-3</a></h2>
|
||||
<ul class="tags">
|
||||
|
||||
<li><i class="fa fa-tag"> exploit-exercises</i></li>
|
||||
|
||||
<li><i class="fa fa-tag"> protostar</i></li>
|
||||
|
||||
<li><i class="fa fa-tag"> hacking</i></li>
|
||||
|
||||
</ul>
|
||||
<br>
|
||||
<hr class="clearfix">
|
||||
<p class="excerpt">
|
||||
Walkthrough for Protostar exercises on exploit-exercises.com
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<button class="continue"><a href="/writeup/nebula_exploit_exercises">FULL ARTICLE</a></button>
|
||||
</article>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="row" id="paginator">
|
||||
|
||||
|
||||
|
@ -355,7 +490,7 @@
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/base.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/base.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -0,0 +1,174 @@
|
|||
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Walkthrough for Protostar exercises on exploit-exercises.com">
|
||||
|
||||
<title>Protostar Exploit Exercises Solutions 0-3</title>
|
||||
|
||||
<!-- favicon -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://paul.walko.org/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://paul.walko.org/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://paul.walko.org/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://paul.walko.org/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://paul.walko.org/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://paul.walko.org/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://paul.walko.org/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://paul.walko.org/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://paul.walko.org/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://paul.walko.org/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://paul.walko.org/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://paul.walko.org/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://paul.walko.org/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://paul.walko.org/favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/simplePagination.css">
|
||||
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/jquery.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://paul.walko.org/javascripts/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/markdownreader.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/pygments_monokai.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/code_block.css">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header id="l-header">
|
||||
<div class="container">
|
||||
<div class="row logo">
|
||||
<div class="col-lg-7">
|
||||
<h1>Paul Walko</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row navicon">
|
||||
<a href=""><i class="fa fa-navicon"></i></a>
|
||||
</div>
|
||||
|
||||
<div class="row navbar">
|
||||
<nav class="col-lg-8 col-md-8 col-xs-12">
|
||||
<ul class="row">
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/">HOME</a></li>
|
||||
<li class="col-lg-3">
|
||||
<ul class="subnav">
|
||||
<a href="javascript:void(0)">POSTS</a>
|
||||
<li><a href="http://paul.walko.org/category">CATEGORY</a></li>
|
||||
<li><a href="http://paul.walko.org/tag">TAG</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="search col-lg-4 col-md-4 col-xs-12">
|
||||
<form id="dummySearch">
|
||||
<label for="search"></label>
|
||||
<input id="search" name="serach" type="text" placeholder="Not That Dummy Search">
|
||||
<i class="fa fa-search"></i>
|
||||
</form>
|
||||
<script>
|
||||
$(function(){
|
||||
$('#dummySearch').submit(function(e) {
|
||||
e.preventDefault();
|
||||
keyword = $('#search').val();
|
||||
url = 'https://www.google.com.hk/search?q=site%3Apaul.walko.org+' + keyword;
|
||||
location.href = url;
|
||||
})
|
||||
})
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div id="markdown-container" class="col-lg-9">
|
||||
<header>
|
||||
<p id="postTitle">Protostar Exploit Exercises Solutions 0-3</p>
|
||||
|
||||
<ul class="tags clearfix">
|
||||
|
||||
<li><i class="fa fa-tag"></i> exploit-exercises</li>
|
||||
|
||||
<li><i class="fa fa-tag"></i> protostar</li>
|
||||
|
||||
<li><i class="fa fa-tag"></i> hacking</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<p id="postMeta">posted on 14 Jun 2016 under category <a href="http://paul.walko.org/category/">writeup</a></p>
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="markdown-outline" class="col-lg-3">
|
||||
</div>
|
||||
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
/* * * CONFIGURATION VARIABLES * * */
|
||||
var disqus_shortname = 'paulwalko';
|
||||
|
||||
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||||
(function() {
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="l-footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div id="contact" class="col-lg-6 col-lg-offset-1 col-md-6 col-md-offset-1 col-sm-9">
|
||||
<h3>CONTACT</h3>
|
||||
<div class="row">
|
||||
<address id="address" class="col-lg-6 col-md-6 col-sm-6">
|
||||
United States<br>
|
||||
Paul Walko<br>
|
||||
</address>
|
||||
|
||||
<ul class="col-lg-6 col-md-6 col-sm-6">
|
||||
<li class="email"><i class="fa fa-envelope"></i> <a href="mailto:paulsw.pw@gmail.com"> paulsw.pw@gmail.com</a></li>
|
||||
<li class="github"><i class="fa fa-github"></i> <a href="https://www.github.com/paulwalko"> https://www.github.com/paulwalko</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p id="legal">
|
||||
Copyright (c) 2015 Paul Walko | Powered by <a href="http://jekyllrb.com">Jekyll</a> & <a href="http://github.com">GitHub</a> | designed & built by <a href="http://unifreak.github.io">UniFreak</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/base.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/markdownreader.js"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -12,36 +12,36 @@
|
|||
<title>Test post; Please Ignore</title>
|
||||
|
||||
<!-- favicon -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://localhost:4000/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://localhost:4000/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://localhost:4000/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://localhost:4000/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://localhost:4000/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://localhost:4000/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://localhost:4000/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://localhost:4000/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://localhost:4000/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://localhost:4000/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://localhost:4000/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://localhost:4000/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://localhost:4000/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://localhost:4000/favicon/manifest.json">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="http://paul.walko.org/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="http://paul.walko.org/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="http://paul.walko.org/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="http://paul.walko.org/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="http://paul.walko.org/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="http://paul.walko.org/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="http://paul.walko.org/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="http://paul.walko.org/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="http://paul.walko.org/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="http://paul.walko.org/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="http://paul.walko.org/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="http://paul.walko.org/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="http://paul.walko.org/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="http://paul.walko.org/favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/simplePagination.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/base.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/simplePagination.css">
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/jquery.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/jquery.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://localhost:4000/javascripts/html5shiv.js"></script>
|
||||
<script src="http://paul.walko.org/javascripts/html5shiv.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/markdownreader.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/pygments_monokai.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://localhost:4000/stylesheets/code_block.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/markdownreader.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/pygments_monokai.css">
|
||||
<link rel="stylesheet" type="text/css" href="http://paul.walko.org/stylesheets/code_block.css">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -61,16 +61,16 @@
|
|||
<div class="row navbar">
|
||||
<nav class="col-lg-8 col-md-8 col-xs-12">
|
||||
<ul class="row">
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/">HOME</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/">HOME</a></li>
|
||||
<li class="col-lg-3">
|
||||
<ul class="subnav">
|
||||
<a href="javascript:void(0)">POSTS</a>
|
||||
<li><a href="http://localhost:4000/category">CATEGORY</a></li>
|
||||
<li><a href="http://localhost:4000/tag">TAG</a></li>
|
||||
<li><a href="http://paul.walko.org/category">CATEGORY</a></li>
|
||||
<li><a href="http://paul.walko.org/tag">TAG</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://localhost:4000/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/about">ABOUT</a></li>
|
||||
<li class="col-lg-3"><a href="http://paul.walko.org/Walko_Paul-Resume.pdf">RÉSUMÉ</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
@ -112,7 +112,7 @@
|
|||
|
||||
</ul>
|
||||
|
||||
<p id="postMeta">posted on 26 Sep 2015 under category <a href="http://localhost:4000/category/">writeup</a></p>
|
||||
<p id="postMeta">posted on 26 Sep 2015 under category <a href="http://paul.walko.org/category/">writeup</a></p>
|
||||
|
||||
</header>
|
||||
|
||||
|
@ -166,9 +166,9 @@
|
|||
</div>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/base.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/base.js"></script>
|
||||
|
||||
|
||||
<script type="text/javascript" src="http://localhost:4000/javascripts/markdownreader.js"></script>
|
||||
<script type="text/javascript" src="http://paul.walko.org/javascripts/markdownreader.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue