-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 5.17 KB
/
index.html
File metadata and controls
17 lines (17 loc) · 5.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<a id="rocket" href="#top" class="show"></a><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/><meta content="yes" name="apple-mobile-web-app-capable"/><meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"/><meta content="telephone=no" name="format-detection"/><meta name="description" content="尚多有往来,意美人常在"/><title>小柒·网络志 | 尚多有往来,意美人常在</title><!--+get_resource("blog_basic.css")--><link rel="stylesheet" type="text/css" href="/css/normalize.css"/><link rel="stylesheet" type="text/css" href="/css/pure-min.css"/><link rel="stylesheet" type="text/css" href="/css/grids-responsive-min.css"/><link rel="stylesheet" type="text/css" href="/css/highlight.css"/><link rel="stylesheet" type="text/css" href="/css/style.css"/><link rel="Shortcut Icon" type="image/x-icon" href="/favicon.ico"/><link rel="apple-touch-icon" href="/img/apple.png"/><link rel="apple-touch-icon-precomposed" href="/img/apple.png"/><link rel="alternate" type="application/atom+xml" href="/atom.xml"/></head><body><div class="body_container"> <div id="header"><div class="site-name"><h1 class="hidden">小柒·网络志</h1><a id="logo" href="/">小柒·网络志</a><p class="description">尚多有往来,意美人常在</p></div><div id="nav-menu"><a href="/" class="current">首页</a><a href="/archives">归档</a><a href="/" class="current">关于</a><a href="/atom.xml">订阅</a></div></div><div id="layout" class="pure-g"><div class="pure-u-1 pure-u-md-3-4"><div class="content_container"><div class="post"><h2 class="post-title"><a href="/2015/09/reaver-attack-tool/">路由 WPS 穷举工具 [Reaver]</a></h2><div class="post-meta">September 26, 2015</div><span data-thread-key="2015/09/reaver-attack-tool/" class="ds-thread-count"></span><div class="post-content">关闭路由器 WPS 功能,提高路由安全性 WPS( WiFi Protected Setup), WiFi保护设置以下简单示范通过 Reaver 这款路由器 PIN 穷举工具来破解 WIFI 登陆密码。
给 ArchLinux 安上 Reaver 和 aircrack-ngsudo pacman -S aircrack-ng reaver
我的电脑 无线网卡名称是 wlp4s0
开启无线网卡混杂模式 (反正我也不懂。。他们说是就是吧。。)sudo airmon-ng start wlp4s0
检测开启 WPS 的路由器wash -i wlp4s0mon -C 这个是用来检测周围无线支持PIN的</div></div><div class="post"><h2 class="post-title"><a href="/2015/09/hello-world/">Hello World</a></h2><div class="post-meta">September 26, 2015</div><span data-thread-key="2015/09/hello-world/" class="ds-thread-count"></span><div class="post-content">Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More in</div></div></div></div><div class="pure-u-1-4"><div id="sidebar"><div class="widget"><div class="widget-title">分类</div><ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/Security/">Security</a></li></ul></div><div class="widget"><div class="widget-title">标签</div><div class="tagcloud"><a href="/tags/Security/" style="font-size: 15px;">Security</a> <a href="/tags/Reaver/" style="font-size: 15px;">Reaver</a> <a href="/tags/WPS/" style="font-size: 15px;">WPS</a> <a href="/tags/Linux/" style="font-size: 15px;">Linux</a></div></div><div class="widget"><div class="widget-title">最新文章</div><ul class="post-list"><li class="post-list-item"><a class="post-list-link" href="/2015/09/reaver-attack-tool/">路由 WPS 穷举工具 [Reaver]</a></li><li class="post-list-item"><a class="post-list-link" href="/2015/09/hello-world/">Hello World</a></li></ul></div><div class="widget"><div class="widget-title">友情链接</div><ul><a href="http://example1/" title="site-name 1" target="_blank" rel="external">site-name 1</a></ul><ul><a href="http://example2.com/" title="site-name 2" target="_blank" rel="external">site-name 2</a></ul><ul><a href="http://example3.com/" title="site-name 3" target="_blank" rel="external">site-name 3</a></ul></div></div></div></div><script src="/js/highlight.pack.js" type="text/javascript"></script><script>hljs.initHighlightingOnLoad();
</script><div id="footer">© <a href="/" real="nofollow">小柒·网络志. </a>Powered by <a rel="nofollow" target="_blank" href="https://hexo.io">Hexo. </a>Theme by <a rel="nofollow" target="_blank" href="https://chopstack.com">Cho</a></div></div></body><script src="/js/jquery.min.js" type="text/javascript"></script>
<script src="/js/totop.js" type="text/javascript"></script><script src="/js/fancybox.pack.js" type="text/javascript"></script><link rel="stylesheet" href="/css/jquery.fancybox.css" type="text/css"><script>$(document).ready(function() {
$("img").wrap(function() {
return '<a href="' + $(this).attr("src") + '" rel="group" />'});
});</script><script>$(document).ready(function() {
$("a[href$='.jpg'],a[href$='.png'],a[href$='.gif']").attr('rel', 'gallery').fancybox();
});
</script></html>