Location:
Search - 防止注入
Search list
Description: (这个是在网上搜集的别人的程序,只是用于学习)
这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。
这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此外挂程序有下面几个功能:
1。复制装备
2。强行PK
3。免费登陆
4。对高级用户来说,还提供了分析游戏数据的功能
实现原理
程序运行便定时查找目标程序(ssj游戏),如果发现便向其进程空间注入一个DLL,以便截获所有与服务器交互的封包。下面就是分析这些封包,对特定封包进行修改了。程序的核心就在修改封包上。
王艳平程序设计小站(www.yanping.net)-(this is the online collection of other people's procedure is only for learning) of this procedure is my last several graduate students write nothing at all, it was I wrote some classes and functions. Ssj closure of the game now, so I will be publishing the source code. All of these source code in VC 6.0 under Windows XP through debugging. Because the game is always updated (to prevent external), the plug had to follow the update to registered users to, the source code is somewhat arbitrary. But these days I will be important function inside and modules have done a footnote, I believe that if we seriously study, or to see to understand. This plug is below several functions : 1. Two reproduction equipment. PK forced three. Four free landing. For advanced users, also provides the data an
Platform: |
Size: 3151194 |
Author: 邹同 |
Hits:
Description: 企事业单位网站管理系统
防止数据库数据非法备份,防止漏洞注入,分页修改bug
后台主要功能如下:
一、系统管理:
二、企业信息:
三、产品管理:产品类别新增修改管理,产品添加修改以及产品的审核。
四、下载中心:可分类增加各种文件,如驱动和技术文档等文件的下载。
五、订单管理:查看订单的详细信息及订单处理。
六、会员管理:查看修改删除会员资料,及锁定解锁功能。可在线给会员发信!
七、新闻管理:能分大类和小类新闻,不再受新闻栏目的限制。
八、留言管理:
九、荣誉管理:
十、人才管理:
十一、营销网络:
十二、调查管理:
十三、邮件列表:
十四、友情链接:
十五、模板管理 -institutions site database management system to prevent the illegal data backup, to prevent malicious, tab background changes bug main functions are as follows : a, system management : 2, Enterprise Information : 3, product management : new product category management changes, product changes and the addition of products audit. 4, Download Center : increase can be categorized various documents, such as drivers and technical documentation and other documents downloaded. 5, order management : View details of the orders and order processing. Six Member Management : View Delete Member, lock and unlock features. Available online letter to the Member! 7, news management : can be divided into major categories and subcategories news, news columns are no longer subject to restrictions. 8, message m
Platform: |
Size: 1441152 |
Author: 王强 |
Hits:
Description: 一个asp的Guestbook源代码,使用Access数据库.
基本防止了SQL注入,是asp入门学习的好范例。-an asp the Guestbook source code, use Access database. basic prevent SQL injection, asp portal is a good example of learning.
Platform: |
Size: 21214 |
Author: 毛泽西 |
Hits:
Description: 这是一个通用的防止SQL注入的屏蔽插件,非常有效,加入简单!-This is a common SQL injection to prevent the shield plug-very effective, the addition of a simple!
Platform: |
Size: 1271 |
Author: 吴威 |
Hits:
Description: 通用SQL防注入程序零点版
防止SQL注入 很好用-common SQL-injection procedure to prevent the 0.1 version of SQL injection well used
Platform: |
Size: 10112 |
Author: 孔权 |
Hits:
Description: jsp开发中的 JavaBean 查询数据库
对数据库查询 过滤非法字符
防止注入工具
Platform: |
Size: 1710 |
Author: songfei |
Hits:
Description: 将这段代码放到你的数据库连接文件如conn.asp中。把它插入到数据库连接代码的前面。因为所有连接库的文件都要include conn.asp这个文件,这样对于每个页面,如果有非法注入,则我们能在数据库连接之前停止页面的执行。达到了全站防止注入的功能。
Platform: |
Size: 1009 |
Author: cslishou |
Hits:
Description: (这个是在网上搜集的别人的程序,只是用于学习)
这个程序是我的几个研究生去年没事时写的,用的是我写的一些类和函数。ssj这个游戏现在倒闭了,所以我将源代码公布出来。
这些源程序代码全部在VC++ 6.0 + Windows XP下调试通过。因为当时游戏总是更新(防止外挂),这个外挂程序也不得不跟着更新,以便发给注册的用户,所以源代码显得有点乱。不过这几天我将里面重要的函数和模块都做了注释,相信大家如果认真研究,还是能够看得懂的。此外挂程序有下面几个功能:
1。复制装备
2。强行PK
3。免费登陆
4。对高级用户来说,还提供了分析游戏数据的功能
实现原理
程序运行便定时查找目标程序(ssj游戏),如果发现便向其进程空间注入一个DLL,以便截获所有与服务器交互的封包。下面就是分析这些封包,对特定封包进行修改了。程序的核心就在修改封包上。
王艳平程序设计小站(www.yanping.net)-(this is the online collection of other people's procedure is only for learning) of this procedure is my last several graduate students write nothing at all, it was I wrote some classes and functions. Ssj closure of the game now, so I will be publishing the source code. All of these source code in VC 6.0 under Windows XP through debugging. Because the game is always updated (to prevent external), the plug had to follow the update to registered users to, the source code is somewhat arbitrary. But these days I will be important function inside and modules have done a footnote, I believe that if we seriously study, or to see to understand. This plug is below several functions : 1. Two reproduction equipment. PK forced three. Four free landing. For advanced users, also provides the data an
Platform: |
Size: 4252672 |
Author: 邹同 |
Hits:
Description: 一个不用CreateRemoteThread进行远程线程注入的例子
防止某些防火墙拦截
不是我写的,为了下个代码只好出卖一下作者了-not CreateRemoteThread a remote thread injection to prevent a certain examples intercept some firewall is not my writing, to the next code can only sell what the author
Platform: |
Size: 1024 |
Author: hke |
Hits:
Description: jsp开发中的 JavaBean 查询数据库
对数据库查询 过滤非法字符
防止注入工具-jsp development JavaBean query the database on the database query filtering illegal characters to prevent the injection tool
Platform: |
Size: 1024 |
Author: songfei |
Hits:
Description: 强大的技术保障
系统由双方技术团队强强联合,倾力打造,进一步拓展社区价值。 PHPWind技术平台为用户提供可持续性技术保障,完美无忧。多样化的风格改造,为用户提供非凡体验。
非凡的访问速度
秉承PHPWind独创的模板和数据库体系以及专业的代码设计保证了PHPWind For DvBBS论坛系统的持续高效和稳定。
卓越的负载能力
论坛核心参数的合理配置,专业的web 、数据库、附件和图片链的负载均衡处理,保证了站点在繁忙的服务器环境下快速而稳定的运行。
严密的安全体系独创的防攻击技术保障
专业的过滤注入式入侵、严密高效的防护算法和监控程序构成站点严密的安全体系。
强大而完善的功能
完善的多重子版块,分版块控制生成html页面、可选用的所见即所得编辑器、防止图片和附件防盗链、多附件上传下载、输入图片URL直接显示图片、版块主题分类、版块积分控制与版块内的用户组权限控制多重子版块等等。
完美的技术架构和扩展性
标准化的插件接口、可持续开发的完美技术架构,实现了PHPWind For DvBBS论坛系统的可持续扩展性。
-err
Platform: |
Size: 2153472 |
Author: gongmengyi |
Hits:
Description: 关于 IIS api 应用过滤器的开发!简单的防止SQL注入漏洞,和XSS攻击-IISapi xss sql INJECTION
Platform: |
Size: 3065856 |
Author: david |
Hits:
Description: 防止注入文件,保护网页被非法写入非法字符,引导客户到带病毒网站-Into the document to prevent, protect page is illegal to write illegal characters, leading them to the site with a virus
Platform: |
Size: 18432 |
Author: senber |
Hits:
Description: PHP如何防止注入及开发安全PHP how to prevent the development of safe injection and-PHP how to prevent the development of safe injection and PHP how to prevent the development of safe injection and
Platform: |
Size: 40960 |
Author: iej |
Hits:
Description: 防止外界注入防止 注入防止注入。。
-To prevent the outside world to prevent the injection to prevent injection into the prevention of injection. .
Platform: |
Size: 94208 |
Author: afda |
Hits:
Description: 简单的模拟sql注入攻击,代码中包含可以直接注入和防止注入的方法。-Simple analog sql injection attacks, code can be injected directly into the contain and prevent the injection method.
Platform: |
Size: 11264 |
Author: 蒋先鹏 |
Hits:
Description: 外部链接访问网站直接跳回首页,防止注入。地址栏输入时,跳转到首页-External links visit the site directly jump back to the home page
Platform: |
Size: 1024 |
Author: 王紫勋 |
Hits:
Description: 服务器文件:
user.asp 客服端连接的asp,可以改名
admin.asp 管理端链接的asp,可以改名
daili.asp 代理端链接的asp,可以改名
util.asp 存放防止注入、检查管理员身份、加密解密算法,不能改名
# db #&.asp 数据库文件,名字随便改,注意还要修改util.asp中的数据库文件名
util.asp中有几个择需修改
const akey = admin 管理员KEY
const dkey = daili 代理KEY
const ukey = user 用户KEY
const mdb = # db #&.asp 数据库文件名
-Server files:
asp user.asp customer end of the connection can be renamed
admin.asp management end of the link asp, can be renamed
daili.asp Agent link asp, can be renamed
util.asp stored to prevent implantation, check administrator, encryption and decryption algorithms, can not be renamed
# Db# &. Asp database file, just change the name, note also modify the database file name util.asp
There are several optional util.asp need to modify
const akey = admin administrator KEY
const dkey = daili proxy KEY
const ukey = user User KEY
const mdb = # db# &. asp database file name
Platform: |
Size: 462848 |
Author: 林啊 |
Hits:
Description: 适合用于中小企业建站,或个人像册使用,已经加了防止注入功能
用户:admin
密码:yd631-Suitable for small and medium station, or use personal album, it has been added to prevent the injection function
User: admin
Password: yd631
Platform: |
Size: 539648 |
Author: jedy |
Hits:
Description: 可以远程注入DLL,防止针对性检测...............(DLL can be injected remotely to prevent targeted detection...............)
Platform: |
Size: 12288 |
Author: 冷枫
|
Hits: