Experiment one: Build a dynamic forum (asp+access)
Objective: To create a new user on a set-up forum that allows the user to post
Lab Preparation: One server, one client
Experiment Scenario: Build a Web site, import the written ASP file into the Web directory path, enable users to access the Web, and let users send posts
Experimental process:
The previous IIS build process is omitted.
Here is a brief description of the IIS server Building,
Click the Start menu, then find run, enter the command "sysocmgr/i:sysoc.inf" command in "Run" to add or remove components, then locate "Application Server", find "IIS" in the details of "Application Server" and check the " Apply "," OK "," next "go back to the top, continue" next ", at this time found the need to install CD-ROM, OK now install the CD, and find the plug-in" IIS ", then" next ", and finally completed.
Once the "IIS" is set up, you can now enter "Inetmgr" in "Run" to see the built-in Web server
This is the directory path of a "Default Web site" that is automatically generated in the C drive when the Web is built.
The following is a virtual share to realize the real machine and virtual machine resource sharing, now I need to share a dynamic forum site in my local host (real machine)
The first site access issue? ---don't have permission.
Workaround
A second website access issue? ---not authorized
Workaround
Third site access issues? ----Directory list is rejected
Workaround
Fourth website station still inaccessible problem? ---can't find the homepage
Workaround
Found that the problem is still unresolved, only the use of the secret
To tune Active Server Pages to allow in the Web service extension
Now we are finally able to access the Web site that was written by the ASP program.
Here's the title and logo.
Now add the admin to the client's access dynamic forum and find that it can't get into the background
Now modify the configuration in the default Web site under "Home directory"
Then, in configuration, locate the options
Under Options, tick "Enable Parent path"
Now I find you can log in to the background as an administrator.
In the background we find "Add forum Layout", and add two "plates", one is "game", the other is "IT", as follows:
Forum Creation Success
Log in to the background again after exiting
Exit again, and now return to the foreground to create the account
Now on marry to create a post on the game
Note: Want to become a hacker, must learn from the most basic site building, familiar with the site's module, structure, composition, what loopholes, and so on, and slowly in-depth to learn some of the hacker's intrusion of means and methods, only you can not think, did not do, also need inspiration and know-how, more need is the spirit of research, Do not give up every vulnerability or bug can be aerating, if you want to become a true meaning above the hacker, must understand a certain programming base language, many times need you can understand the code, as well as upload permissions, need to write a protective shell, to prevent the security software directly killed
Experiment one: Build a dynamic forum (asp+access)