1. Dynamic Web:
Can accept the data submitted by the client, dynamic interaction data, there will be a vulnerability exists
2. Web General framework:
(1) Browser--->web server---> Application Server---> Database
(2) Program code
3. HTTP protocol Basics:
PlainText communication, no built-in secret security mechanism
HTTPS only improves transport layer security and can still truncate information
Use cookies, authentication. The server tracks the client based on the cookie. The client gets the SessionID, the server is the session.
4. HTTP requests and Responses:
Content-length: (Can be used to verify if the brute force is successful)
Host: Indicates the destination to which the request will be sent (including only the host address and port number)
Orgin: Indicates where the request originated from the request (usually including only the protocol and domain name)
Referer: The full URL that represents where it came from (including protocol + domain + parameters)
100S: Usually indicates that the server has subsequent processing
200S: Indicates that the server accepted the success and returned the response result after processing
300S: Redirect (for example, redirect Security page after successful authentication)
400S: Client error (for example: 401: Authentication Required 403: Access denied 404: Target not found)
500S: Server error (for example: 503: Service Unavailable)
(1) Important header:
Set-cookie: SessionID (identity authentication) sent to client by server
Content-length: The byte length in response to the body part (brute force)
Location: Redirect to another page, the page that allows access after authentication is successful
Cookie: The request header, all have Seesionid, the client sends the server to prove the user state
Referrer: The page link that the user is on before the request is initiated
Host
5. Response code: (Status code for server response)
100s: Usually indicates that the server has a follow-up process and seldom appears
200s: Successful response
300s: Redirect, 301 (permanent redirect) 302 (Temporary redirect)
400s: Request error, 401 (authentication required) 403 (Access denied) 404 (target not found)
500s: Server Internal Error, 503 (Service Unavailable)
6. Reconnaissance: HTTrack
Create a directory: mkdir DVWA
In Kali: HTTrack
Project NAME:DVWA
Storage path:/ROOT/DVWA
Url:http://192.168.x.x/dvwa
: 2 (or 1)
Agent:
: * (All)
:
7. Scanning
(1) Nikto
Scan: Server software version, security hidden files (backup files), server default configuration vulnerability, WebApplication level of security.
Some of the commonly used commands:
When authentication is required, modify the configuration file and then scan
This note is for safe Cattle class student notes, want to see this course or information security of dry goods can go to safe cattle classes
security+ Certification Why is the Internet + era of the most popular certification?
Manifesto First introduce you to security+
security+ certification is a neutral third-party certification, the issuing agency for the United States Computer Industry Association CompTIA, and CISSP, ITIL and other common inclusion of the international IT Industry 10 Popular certification, and CISSP emphasis on information security management, compared to security+ Authentication is more emphasis on information security technology and operations.
This certification demonstrates your ability to network security, compliance and operational security, threats and vulnerabilities, application, data and Host security, access control and identity management, and encryption technology. Because of its difficult examination difficulty, the gold content is high, has been widely adopted by global enterprises and security professionals.
Why is security+ certification so hot?
Reason one: In all information security certification, the emphasis on information security technology certification is blank, security+ certification just can make up for information security technology field blank.
Currently recognized in the industry of information security certification mainly have Cisp and CISSP, but whether cisp or CISSP are emphasis on information security management, technical knowledge is broad and simple, the exam is around. And CISSP require a certificate of information security work experience for more than 5 years, Cisp also require a college education 4 years of working experience, these requirements will undoubtedly be able and motivated young people of the road blocked. In the real world, whether it is looking for a job or a raise, or a tender time to report personnel, certification is essential, which brings a lot of injustice to young people. The emergence of security+ can clear these young people career development obstacles, because security+ emphasis on information security technology, so there is no special requirements for work experience. As long as you have an IT-related background, the pursuit of progress can be studied and tested.
Reason two: it operation and maintenance personnel work and turn over the weapon.
In the banking, securities, insurance, information and communications industries, IT operations personnel are very many, it operations involved in the face is also very wide. is a network, system, security, application architecture, storage as one integrated technology post. Although no program ape "born as a Bachelor, Die also write code," The solemn and tragic, but also has "Hoe wo Day Copse, as the operation of suffering" feeling. Every day to the computer and machine, the time has been inevitable for career development confusion and confusion. The advent of security+ international certification allows the pursuit of IT operations personnel to learn network security knowledge, to master network security practices. Career development in the direction of network security, to solve the problem of the shortage of information security personnel in China. In addition, even if not transformation, to do a good job in operation and maintenance, learning safety knowledge to obtain safety certification is also essential.
Reason three: grounding gas, international stylish, easy to test, moderate cost!
As the most influential global leader in the global ICT sector, CompTIA is professional, fair and impartial in the field of information security talent certification. Security+ certification is highly operational and closely related to the daily work of frontline engineers. Suitable for banks, securities, insurance, internet companies and other IT-related personnel learning. As an international certification in 147 countries around the world are widely recognized.
Under the current tide of information security, talent is the key to the development of information security. and the current domestic information security personnel is very scarce, I believe security+ certification will become the most popular information security certification.
This article is from the "11662938" blog, please be sure to keep this source http://11672938.blog.51cto.com/11662938/1980038
"Safe Cow Study notes" Kali actual combat-web infiltration