20155235 "Network attack and Defense" experiment Eight web basic experiment content
Web front-end HTML (0.5 points)
Can install normally, start and stop Apache. Understand the HTML, understand the form, understand the get and post methods, and write an HTML containing the form.
Web Front end Javascipt (0.5 points)
Understand the basic JavaScript functionality and understand the DOM. Write JavaScript to verify the user name, password rules.
Web backend: MySQL Foundation: normal installation, start MySQL, build library, create user, change password, build table (0.5 points)
Web backend: Writing PHP Web pages, connecting databases, authenticating users (1 points)
Simplest SQL injection, XSS attack test (1 points)
Function Description: User can login, login user name password saved in the database, login successfully display welcome page.
Application of a variety of search techniques whois
- Querying information using the WHOIS command
Results
Nslookup
- Use
dig -h
for help
- DNS Server query results and cached results for other web sites
- Use Shodan search engine to query, get:
- IP anti-domain name query, get:
ip2location The query, you have to:
Tracert Route detection
- Windows Scenario:
- Linux conditions:
Wonderful difference, emmn ...
Address of Baidu
Netdiscover found
Under Linux executes netdiscover
, to private network segment 192.168. Perform host probing
Nmap Scancommand in the diagram
Perfect
Lab Two vulnerability Scan OpenVAS Vulnerability Scan
- Input
openvas-check-setup
, check the installation status, display error, find a solution in 20155232 Lee Shuqi's blog, and resolve
openvas-start
after entering, open the browser https://127.0.0.1:9392:
Problem
- Which organizations are responsible for the management of DNS,IP.
A: ICANN is responsible for managing the domain Name System, which has three organizations, the Address support Organization (ASO) manages the IP address system, and the domain support Organization (DNSO) is responsible for the management of the domain Name System (DNS) on the Internet. ; The protocol support organization (PSO) is responsible for assigning unique parameters that involve Internet protocols.
- What is 3R information.
A: The official registration Office, Registrar, registered person
- Evaluate the accuracy of the scan results.
Answer: General ...
Experiment Experience
Feel the experiment where strange, but today really do skull pain, tomorrow change it
20155235 "Network attack and Defense" experiment Eight Web Foundation