Welcome![Sign In][Sign Up]
Location:
Search - info-security

Search list

[Remote Control远程控制自己来系列教程之自动上线

Description: [说明]: 转载请署名出处 [信息原地址]: 邪恶八进制信息安全团队&http://www.eviloctal.com [控制端说明]: 服务端监听本地的449端口并识别标志为 \"info\" 的封包; 封包原型:info ip >>> Pcname >>> OsVer 数据例子:info127.0.0.1>>>Jony>>>Windows NT Service Pack 4 服务端配置木马端部分用了MPHexeditor控件 [由于本程序主要讲解的是自动上线,就偷懒了], 服务端纯真IP数据库读取参考 冷风兄 的代码 [木马端说明]: 向远程449端口发送连接请求,如连接上,就发送标志为 \"info\" 的封包; 封包原型:info ip >>> Pcname >>> OsVer 数据例子:info127.0.0.1>>>Jony>>>Windows NT Service Pack 4 [备注]: 代码内附带注释 Jony[E.S.T] 2005-12-18-[Note : Please reproduced signed provenance [original address information] : evil octal information security team.
Platform: | Size: 2005006 | Author: 王宇 | Hits:

[CSharpHrManage

Description: ASP.NET开发技术详解源代码 将解决方案目录“\\简历管理系统\\hrmanage”拷贝到本机中,并设置目录hrmanage目录的虚拟目录名称为hrmanage。双击根目录hrmanage.sln解决方案文件,系统会自动调用Visual Studio .NET打开本解决方案,通过“解决方案资源管理器”可查看到各层类文件的实现代码。 如果设置Webs目录的虚拟目录名称不是hrmanage,则需要修改Webs目录下的Webs.csproj.webinfo文件,用记事本或其他文本编辑器打开,可以看到如下的设置: <VisualStudioUNCWeb> <Web URLPath = \"http://localhost/hotop100/Webs.csproj\" /> </VisualStudioUNCWeb> 修改路径为设置的虚拟路径即可。 此外,还需要修改数据库连接字符串,用记事本或其他文本编辑工具打开hrmanage目录下的Web.config文件,找到<appSetting>节点,如下所示: <appSettings> <!--此处设置数据库连接字符串--> <add key=\"ConnectString\" value=\"data source=localhost initial catalog=msrcn persist security info=False user id=sa pwd=hello workstation id=msrcn packet size=4096\"/> </appSettings> -ASP.NET Development Technology Comments on the source code of Solutions Catalog "\\ resume management system \\ hrma nage "to the copy machine, Contents hrmanage and set up the virtual directory for the directory name hrmanage. Double-click the root directory hrmanage.sln solutions, The system will automatically call Visual Studio.NET open this solution, by "solution for resource management" can be found on various floors of types of documents to the realization of code. If the installation of Webs directory virtual directory name is not hrmanage. Webs is a need to amend the Webs.csproj.webinfo directory paper, use Notepad or other text editor to open, we can see that the setup is as follows :
Platform: | Size: 396363 | Author: 林晓武 | Hits:

[Software Engineeringgfda

Description: 本系统适合中小规模宾馆使用,有旅客登记、员工管理功能,同时本着责任明确原则,每个房间都由一个管理员负责。相应就有三张表:旅客信息登记表(hotel),员工信息管理表(info),责任表(duty)。同时为了信息安全性,进行任何操作之前都必须通过密码登陆界面,相应设一个用户表(users)。附优秀论文说明。-the system suitable for the use of small and medium-sized hotels, the tourists have registered, staff management functions. Meanwhile clear principles of responsibility, each room by a responsible administrator. Have three corresponding table : Passenger Information Registration Form (hotel), the information management staff (info). responsibility (duty). In order to information security, conduct any operation must be passed before landing password interface set up a corresponding users (users). Report shows excellent essays.
Platform: | Size: 80462 | Author: 王琳 | Hits:

[Other resourceWEBBOOK

Description: 运行环境:Win 2000 Server + SQL Server 2000 + MS vs.net Framework   安装:  1、用相应解压工具解开BookShop.rar到某目录下,如C:\\BookShop,将其设置为Web共享。        2、将Database里边的数据文件到某目录下,如C:\\Db,启动SQL Server的查询分析器,      运行以下存储过程        sp_attach_db BookShop , c:\\db\\BookShop_Data.MDF , c:\\db\\BookShop_Log.LDF      如果无误的话这时应该在你的SQL Server服务器上建立了一个叫BookShop的数据库。        3、打开BookShop目录下的文件web.config(文本的),找到 <appSettings> <add key=\"strConnection\" value=\"data source=kiss-2iawrfcmv7 initial catalog=BookShop persist security info=False user id=sa workstation id=LJY packet size=4096\" /> 这部分,将(local)改为你的数据库服务器名,sa改为有权限访问BookShop数据库的用户。      4、打开IE验证,这个就不用教了吧:)
Platform: | Size: 2323601 | Author: cxd | Hits:

[Other resourceCNET2003BSERP

Description: B/S版ERP安装方法 1、安装IIS5.0、Microsoft .NET Framework 1.1及SQL Server2000 2、将目录Copy_of_ERP和webctrl_client复制到C:/Inetpub/wwwroot下,并将Copy_of_ERP目录设置成IIS虚拟目录 3、在SQL Server2000中新建一个Storage用户和LXTXERP数据库,然后将Data目录中的LXTXERP.BAK数据库备份文件还原 4、修改Copy_of_ERP目录下的Web.config文件的连接属性sa用户的密码: <add key=\"mydns\" value=\"data source=(local) initial catalog=LXTXERP persist security info=False user id=sa pwd=123 workstation id=jl packet size=4096\" /> 5、在Windows管理工具中打开Internet 服务管理器,运行Copy_of_ERP中的Login.aspx打开ERP登录页面,默认用户:admin 密码:123 6、OK
Platform: | Size: 4660654 | Author: wangyong | Hits:

[Other resourcesaleMIS

Description: 商品销售管理系统 1.首先确保您的机器上安装了SQL Server数据库。将SQL Server服务器名称改为JAMESLIN,如果不修改服务器名称,则需要修改VB程序,在frmLogin窗体的cmdOK_Click函数中,修改代码: strConn = \"Provider=SQLOLEDB.1 Integrated Security=SSPI Persist Security Info=False Initial Catalog=Sale Data Source=JAMESLIN UID=Admin PWD=111\" 即Source=JAMESLIN中的“JAMESLIN”改为您本机服务器名。 2.在SQL Server“企业管理器”中“安全性|登录”中,创建用户:Admin,其密码为111。 3.打开SQL Server“企业管理器”的“工具|还原数据库”菜单命令,在对话框在设置还原的数据库名为Sale,选择从“设备”还原,根据向导逐步选择本章目录的“数据库”子目录下的文件Sale Backup,从而建立数据库。 这样,就可以运行本章程序了。
Platform: | Size: 144514 | Author: 肖金星 | Hits:

[ADO-ODBCSQLHelper

Description: 重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings[\"ConnectionString\"] <!-- application specific settings --> <appSettings> <add key=\"ConnectionString\" value=\"packet size=4096 user id=sa data source=localhost persist security info=True initial catalog=NorthWind password= \"/> </appSettings> 当然可以把数据库连接方法修改后直接用。-rewritten Microsoft SQLHelper (shared database Call Interface) a SqlHelper the connectionString caused an overall volume, uniform database connections increased by two strings to the specific name of the table in the DataSet interface. In the config files set database connection string private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings [ "ConnectionString"] lt; ! -- Application specific settings -- gt; Lt; AppSettingsgt; Lt; Add key = "ConnectionString" value = "packet size = 4096 user id = sa data source = localhost persist security info = = True initial catalog NorthWind password =" / gt; lt; / appSettingsgt; of course, the database can be connected directly to amend the methods used.
Platform: | Size: 6542 | Author: 沈镇杰 | Hits:

[Database systemSQLHelper

Description: 重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"] <!-- application specific settings --> <appSettings> <add key="ConnectionString" value="packet size=4096 user id=sa data source=localhost persist security info=True initial catalog=NorthWind password= "/> </appSettings> 当然可以把数据库连接方法修改后直接用。-rewritten Microsoft SQLHelper (shared database Call Interface) a SqlHelper the connectionString caused an overall volume, uniform database connections increased by two strings to the specific name of the table in the DataSet interface. In the config files set database connection string private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings [ "ConnectionString"] lt; !-- Application specific settings-- gt; Lt; AppSettingsgt; Lt; Add key = "ConnectionString" value = "packet size = 4096 user id = sa data source = localhost persist security info = = True initial catalog NorthWind password ="/gt; lt;/appSettingsgt; of course, the database can be connected directly to amend the methods used.
Platform: | Size: 6144 | Author: 沈镇杰 | Hits:

[Remote Control远程控制自己来系列教程之自动上线

Description: [说明]: 转载请署名出处 [信息原地址]: 邪恶八进制信息安全团队&http://www.eviloctal.com [控制端说明]: 服务端监听本地的449端口并识别标志为 "info" 的封包; 封包原型:info ip >>> Pcname >>> OsVer 数据例子:info127.0.0.1>>>Jony>>>Windows NT Service Pack 4 服务端配置木马端部分用了MPHexeditor控件 [由于本程序主要讲解的是自动上线,就偷懒了], 服务端纯真IP数据库读取参考 冷风兄 的代码 [木马端说明]: 向远程449端口发送连接请求,如连接上,就发送标志为 "info" 的封包; 封包原型:info ip >>> Pcname >>> OsVer 数据例子:info127.0.0.1>>>Jony>>>Windows NT Service Pack 4 [备注]: 代码内附带注释 Jony[E.S.T] 2005-12-18-[Note : Please reproduced signed provenance [original address information] : evil octal information security team.
Platform: | Size: 2004992 | Author: 王宇 | Hits:

[CSharpHrManage

Description: ASP.NET开发技术详解源代码 将解决方案目录“\简历管理系统\hrmanage”拷贝到本机中,并设置目录hrmanage目录的虚拟目录名称为hrmanage。双击根目录hrmanage.sln解决方案文件,系统会自动调用Visual Studio .NET打开本解决方案,通过“解决方案资源管理器”可查看到各层类文件的实现代码。 如果设置Webs目录的虚拟目录名称不是hrmanage,则需要修改Webs目录下的Webs.csproj.webinfo文件,用记事本或其他文本编辑器打开,可以看到如下的设置: <VisualStudioUNCWeb> <Web URLPath = "http://localhost/hotop100/Webs.csproj" /> </VisualStudioUNCWeb> 修改路径为设置的虚拟路径即可。 此外,还需要修改数据库连接字符串,用记事本或其他文本编辑工具打开hrmanage目录下的Web.config文件,找到<appSetting>节点,如下所示: <appSettings> <!--此处设置数据库连接字符串--> <add key="ConnectString" value="data source=localhost initial catalog=msrcn persist security info=False user id=sa pwd=hello workstation id=msrcn packet size=4096"/> </appSettings> -ASP.NET Development Technology Comments on the source code of Solutions Catalog "\ resume management system \ hrma nage "to the copy machine, Contents hrmanage and set up the virtual directory for the directory name hrmanage. Double-click the root directory hrmanage.sln solutions, The system will automatically call Visual Studio.NET open this solution, by "solution for resource management" can be found on various floors of types of documents to the realization of code. If the installation of Webs directory virtual directory name is not hrmanage. Webs is a need to amend the Webs.csproj.webinfo directory paper, use Notepad or other text editor to open, we can see that the setup is as follows :
Platform: | Size: 396288 | Author: | Hits:

[Otherinfo_security

Description: 该软件包介绍了有关信息安全的知识,包括基本概念、密码学基础、认证系统及计算机病毒等。-the package of information security related information, including basic concepts, basic cryptography, Authentication system and computer viruses.
Platform: | Size: 8534016 | Author: 李飒 | Hits:

[ActiveX/DCOM/ATLcomputer_info_security

Description: 我们计算机信息安全课程上课用的PPT,有兴趣的可以看下-Computer information security courses that we used in class PPT, are interested in can facie
Platform: | Size: 771072 | Author: spyman | Hits:

[Program docContactID

Description: "Hard to find" full description of ContactID protocol from Ademco used by many home security devices to send messages to CMS (Central Monitoring Station) about security events. Has full technical description and can be used to easy make CMS communication module that sends info from your alarm system to CMS station.
Platform: | Size: 87040 | Author: Gulf | Hits:

[Crack Hacksecurity-of-info

Description: 这是属于信息安全,密码学资料。有助于学习信息安全的新手尽快入门-This is a matter of information security, cryptography information. Information security will help the novice to learn as quickly as possible
Platform: | Size: 3344384 | Author: wyxywgy | Hits:

[Technology ManagementInfo-Check

Description: 信息安全审核表,用于对企业信息安全内部审查进行指导和记录。-Information security audit table
Platform: | Size: 51200 | Author: 杜春 | Hits:

[Crack Hackblake

Description: blake算法C++源代码,应用于众多加密摘要和信息安全领域-blake c++ source code, blake is widely used in encry and info security application
Platform: | Size: 2048 | Author: ruoxxx | Hits:

[Crack Hackfugue

Description: fugue算法C++源代码,广泛应用于加密摘要和信息安全领域-fugue c++ source code, fugue is widely used in encry and info security application
Platform: | Size: 7168 | Author: ruoxxx | Hits:

[Crack Hackhamsi

Description: hamsi算法C++源代码,广泛应用于加密摘要和信息安全领域-hamsi c++ source code, hamsi is widely used in encry and info security application
Platform: | Size: 3072 | Author: ruoxxx | Hits:

[Crack Hackhaval

Description: haval算法C++源代码,广泛应用于加密摘要和信息安全领域-haval C++ source code, haval is widely used in encry and info security application
Platform: | Size: 4096 | Author: ruoxxx | Hits:

[Firewall-Securityhttplog

Description: php 记录访问者信息,包括ip访问方法等(log access info with php)
Platform: | Size: 1024 | Author: xhw516 | Hits:
« 12 3 »

CodeBus www.codebus.net