Code Monkey home page Code Monkey logo

infosecpracticesystem's Introduction

说明

信息安全竞赛形式:

  • 网络预选赛:各参赛队伍在规定时间内登录指定的网站,以在线答题方式进行,比赛题型分为判断题、单选题和多选题。
  • 现场技能赛:以网络对抗、网络通关竞赛形式进行,采取包括攻防、对抗、突破内容的实战演练题目,可能涉及到注入、缓冲区溢出、嗅探、跨站、破解、加解密、信息隐藏等常用计算机对抗攻防手段。

信息安全竞赛练习系统是整合往届网络预选赛的真题以及官方样题和题库,以在线答题方式进行,比赛题型分为判断题、单选题和多选题。并且随机编排答案顺序,将成为备赛选手的好系统。

信息安全竞赛练习系统分为顺序练习、随机练习、模拟比赛、错题集等多个模块。请尽情的体验系统带给你的快乐吧~

环境

开发工具

  • Microsoft Visual Studio 2010
  • SQL Server 2008
  • Adobe Dreamweaver

客户端

  • 各种浏览器

服务器端

  • SQL Server 2008
  • .NET 4.0
  • IIS 6.0
  • Windows Server 2008

环境配置

数据库配置

  • 1、附加数据库到SQL Server 2008中,其目录为.\Code\App_Data\InformationSecurity.mdf
  • 2、设置InformationSecurity数据库的用户名和密码。
  • 3、修改.\Code\web.configconnectionStrings属性,如下:
<connectionStrings>
	<add name="ConnectionString" connectionString="Data Source=.;Initial Catalog=InformationSecurity;Persist Security Info=True;User ID=数据库用户名;Password=数据库密码" providerName="System.Data.SqlClient" />
</connectionStrings>

部署网站

  • 1、控制面板 -> 程序和功能 -> 打开或关闭windows功能(左边) -> Internet信息服务。选中如下:

    安装IIS

  • 2、更改系统默认平台(默认是.NET2.0,要更改为.NET4.0)。

    更改系统默认平台

  • 3、控制面板 -> 管理工具 -> Internet信息服务(IIS)管理器 -> 添加网站(JX3Report)。默认端口号设为80。

    部署网站

  • 4、应用程序池 -> 添加应用程序池。

    修改应用程序池 修改应用程序池

  • 5、点击“默认文档”,设置网站的默认文档。

    设置网站的默认文档 设置网站的默认文档

域名配置

  • .\Code\App_Code\Comman\settings.cs中改成您的域名。
string domain = "http://域名:端口号";   //eg.http://www.liuker.xyz,如果端口号是80则可以不用加端口号。

联系方式

infosecpracticesystem's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.