Latest Entries »

mac 查看保存的wifi密码

首先,,,,打开应用程序---实用工具,,找到“钥匙串访问”(如果实在找不到就用spotlight搜一搜),,打开之后你会看到象图中一样的东西。。。

View full article »

bash注入漏洞(CVE-2014-6271)

检测代码
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
出现 vulnerable

View full article »

特别字符

说明

$

匹配输入字符串的结尾位置。如果设置了 RegExp 对象的 Multiline 属性,则 $ 也匹配 ‘\n' 或‘\r'。要匹配 $ 字符本身,请使用 \$。

View full article »

常见的几个加密

md5/sha不可逆加密

des对称加密

rsa加密

生成一个密钥(私钥)

 [root@hunterfu ~]# openssl genrsa -out private.key 1024

View full article »

Hello World

例行公事
System.out.println("hello world")

Powered by Typecho. Theme: Motion modified by changyuefeng.版权所有ICP证:浙ICP备20011766号