link rel="shortcut icon" href="http://example.com/favicon.ico" type="image/vnd.microsoft.icon">
link rel="icon" href="http://example.com/favicon.gif" type="image/gif">
设置服务器,以发送正确的MIME标识:
ICO...
分类:
Web程序 时间:
2014-12-30 22:09:19
阅读次数:
240
前言Windows平台的漏洞挖掘和安全研究中,IE始终是绕不开的话题。IE漏洞就跟adobe系列一样经典,是学习exploit、shellcode的绝佳途径。在IE漏洞中,UAF即Use-After-Free是最为经典的一类。UAF可以这样简单理解:A先后调用B、C、D三个子函数,B会把A的某个资源...
分类:
其他好文 时间:
2014-12-24 19:57:26
阅读次数:
294
django.shortcuts package提供提供帮助类和函数可以更便捷的操作MVC中的每一部分,包含: render(request, template_name,[dictionary],[context_instance],[content_type],[status],[current...
分类:
其他好文 时间:
2014-12-23 00:08:31
阅读次数:
245
Source: https://github.com/tyranid/ExploitRemotingServiceExploit Database Mirror: http://www.exploit-db.com/sploits/35280.zipExploitRemotingService (c...
分类:
Web程序 时间:
2014-12-19 00:36:32
阅读次数:
267
在win8前建立开始菜单都很容易,但到win8就有点不一样了,它的开始菜单是metro风格的。下面我们来看下具体的实现代码,有兴趣的朋友可以自己测试下。
wchar_t szPath[MAX_PATH];
SHGetSpecialFolderPath(nullptr, szPath, CSIDL_PROGRAMS, FALSE);
PathAppend(szPath, L"testapp.l...
/* * FreeBSD 9.0 Intel SYSRET Kernel Privilege Escalation exploit * Author by CurcolHekerLink * * This exploit based on open source project, I can ma....
分类:
其他好文 时间:
2014-12-11 06:44:50
阅读次数:
264
64位上编译另外修改了原Exploit的一个错误第76行把 uint64_t *p = (void *) ¤t[i];改成 uint64_t *p = (void *) ¤t[i];** CVE-2013-2094 exploit x86_64 Linux #include #inc.....
分类:
系统相关 时间:
2014-12-11 06:44:18
阅读次数:
204
原文http://xsser.sourceforge.net/IntroductionCross Site "Scripter" (aka XSSer) is an automatic -framework- to detect, exploit and report XSS vulnerabili...
分类:
移动开发 时间:
2014-12-10 07:02:06
阅读次数:
598
添加 添加快捷方式是向桌面应用(launcher)发送相关action的广播:public static final String ACTION_ADD_SHORTCUT = "com.android.launcher.action.INSTALL_SHORTCUT";Code:private vo...
分类:
移动开发 时间:
2014-12-10 00:20:47
阅读次数:
343
npm init:For create package.json file which will recode the dependence.npm install:You can also write like:npm i This is a shortcut way to write npm i...
分类:
Web程序 时间:
2014-12-09 07:07:25
阅读次数:
903