码迷,mamicode.com
首页 >  
搜索关键字:shortcut exploit    ( 779个结果
使用Favicon为网站添加Logo
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
IE漏洞调试之CVE-2013-3893
前言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 shortcut functions
django.shortcuts package提供提供帮助类和函数可以更便捷的操作MVC中的每一部分,包含: render(request, template_name,[dictionary],[context_instance],[content_type],[status],[current...
分类:其他好文   时间:2014-12-23 00:08:31    阅读次数:245
.NET 远程服务远程执行漏洞(exp) 中国寒龙收集整理首发
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下建立shortcut到开始界面
在win8前建立开始菜单都很容易,但到win8就有点不一样了,它的开始菜单是metro风格的。下面我们来看下具体的实现代码,有兴趣的朋友可以自己测试下。 wchar_t szPath[MAX_PATH]; SHGetSpecialFolderPath(nullptr, szPath, CSIDL_PROGRAMS, FALSE); PathAppend(szPath, L"testapp.l...
分类:Windows程序   时间:2014-12-15 13:44:51    阅读次数:178
FreeBSD Intel SYSRET Kernel Privilege Escalation Exploit
/* * 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
Linux kernel perf_swevent_init Local root Exploit
64位上编译另外修改了原Exploit的一个错误第76行把 uint64_t *p = (void *) ¤t[i];改成 uint64_t *p = (void *) &current[i];** CVE-2013-2094 exploit x86_64 Linux #include #inc.....
分类:系统相关   时间:2014-12-11 06:44:18    阅读次数:204
【外文】XSSer automatic tool for pentesting XSS attacks against different applications
原文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
Android -- ShortCut
添加 添加快捷方式是向桌面应用(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
[Node.js] npm init && npm install
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
779条   上一页 1 ... 70 71 72 73 74 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!