Wednesday, September 25, 2019

博客从Github Page移植到了Blogspot

为什么要移植 一直用hexo托管在Github上有几点体验不要好的地方 没有评论系统,虽然有很多插件,但是不能及时的通知提醒 写博客体验比较不好,虽说这种方式比较极客,Markdown本身语法比较简单,有些复杂的排版需要用html标签来实现,比较难受 没有后台管理系统,全靠git来管理,方式较极客,但不友好 更新博客之后需要刷新两次才能更新页面 综上,当时跟风的我现在苦逼的将博客全手工移植到来这里,😢 ...

Saturday, September 7, 2019

CVE-2019-0708漏洞复现

具体PR: https://github.com/rapid7/metasploit-framework/pull/12283 准备操作 Linux 直接看 http://blog.xkkhh.cn/archives/535 MacOS 1 2 3 4 5 6 7 8 9 10 11 # Download wget https://raw.githubusercontent.com/rapid7/metasploit-framework/edb7e20221e2088497d1f61132db3a56f81b8ce9/lib/msf/core/exploit/rdp.rb wget...