2016-06-14 21:54:24 -04:00
<!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 = "This is an excerpt; please ignore" >
< 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" >
< meta name = "msapplication-TileColor" content = "#ffffff" >
< meta name = "msapplication-TileImage" content = "/ms-icon-144x144.png" >
< meta name = "theme-color" content = "#ffffff" >
2016-06-14 22:00:58 -04:00
< 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" >
2016-06-14 21:54:24 -04:00
< script type = "text/javascript" src = "http://localhost:4000/javascripts/jquery.js" > < / script >
<!-- [if lt IE 9]>
< script src = "http://localhost:4000/javascripts/html5shiv.js" > < / script >
<![endif]-->
2016-06-14 22:00:58 -04:00
< 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" >
2016-06-14 21:57:42 -04:00
2016-06-14 21:54:24 -04:00
< / 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://localhost:4000/" > 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 >
< / 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 >
< / 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" > Test post; Please Ignore< / p >
< ul class = "tags clearfix" >
< li > < i class = "fa fa-tag" > < / i > exploit-exercises< / li >
< li > < i class = "fa fa-tag" > < / i > nebula< / li >
< li > < i class = "fa fa-tag" > < / i > hacking< / li >
< / ul >
< p id = "postMeta" > posted on 26 Sep 2015 under category < a href = "http://localhost:4000/category/" > writeup< / a > < / p >
< / header >
< p > Really through, ignore this post.< / p >
< / 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://localhost:4000/javascripts/base.js" > < / script >
< script type = "text/javascript" src = "http://localhost:4000/javascripts/markdownreader.js" > < / script >
< / body >
< / html >