current location:Home > Technical Articles > Operation and Maintenance > Safety
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- What does sql injection mean?
- SQL injection means that the user can submit a database query code and obtain certain data that needs to be known based on the results returned by the program. SQL injection attacks are one of the common means used by hackers to attack databases. We can achieve effective protection through database security protection technology.
- Safety 8408 2020-06-29 09:20:26
-
- What are the CSRF defense methods?
- CSRF defense methods include: 1. Verify the HTTP Referer field; 2. Add token to the request address and verify it; 3. Customize attributes in the HTTP header and verify it. CSRF is an attack method that coerces users to perform unintended operations on the web application they are currently logged in to.
- Safety 22620 2020-06-29 09:08:44
-
- What does cross-site request forgery mean?
- Cross-site request forgery, often abbreviated as CSRF or XSRF, is an attack method that coerces users to perform unintentional operations on the web application they are currently logged in to. CSRF takes advantage of the website's trust in the user's web browser.
- Safety 5553 2020-06-28 17:05:14
-
- What are the xss defense measures?
- XSS defense measures: 1. Do not insert untrusted data in allowed locations; 2. Decode HTML before inserting untrusted data into HTML element content; 3. Decode attributes before inserting untrusted data into common HTML attributes; 4. URL decoding before inserting untrusted data into HTML URL attributes.
- Safety 10958 2020-06-28 16:57:35
-
- What are the three major types of cross-site scripting attacks?
- There are three major types of cross-site scripting attacks on XSS: 1. Persistent cross-site; 2. Non-persistent cross-site; 3. DOM cross-site. Persistent cross-site is the most direct type of hazard, and the cross-site code is stored on the server; non-persistent cross-site is a reflective cross-site scripting vulnerability, which is the most common type.
- Safety 13296 2020-06-28 16:48:56
-
- What is a cross-site scripting attack?
- Cross-site scripting attacks, also known as XSS, refer to exploiting website vulnerabilities to maliciously steal information from users. Cross-site scripting attacks are divided into three categories: 1. Persistent cross-site; 2. Non-persistent cross-site; 3. DOM cross-site. Among them, persistent cross-site is the most direct type of harm.
- Safety 6518 2020-06-28 16:34:59
-
- What is a CSRF attack? How to prevent it?
- CSRF attack refers to cross-site request forgery, which means that the attacker performs illegal operations as a legitimate user through site requests. Methods to prevent CSRF attacks: Perform token verification in HTTP requests. If there is no token in the request or the token content is incorrect, it will be considered a CSRF attack and the request will be rejected.
- Safety 4189 2020-06-19 17:31:00
-
- XSS classification and defense measures
- Web server security: XSS is divided into three categories, namely: 1. Reflected XSS; 2. Storage XSS; 3. DOM XSS. XSS defense measures: 1. Filter and escape input and output; 2. Avoid using methods such as eval and new Function to execute strings.
- Safety 3433 2020-06-17 17:27:09
-
- Quickly learn about HTTP and HTTPS protocols!
- This article will give you a quick understanding of the HTTP and HTTPS protocols. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- Safety 3106 2020-06-17 11:07:54
-
- How does HTTPS ensure security? (detailed explanation)
- This article will take you through the problems of HTTP and introduce how HTTPS ensures security. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- Safety 3031 2020-06-17 11:09:39
-
- What is the main difference between HTTP and HTTPS
- Web server security: The main differences between HTTP and HTTPS are: 1. The https protocol requires applying for a certificate; 2. http is a hypertext transfer protocol, and information is transmitted in plain text, while https is a secure SSL encrypted transmission protocol; 3. http The connection is simple and stateless.
- Safety 4940 2020-06-16 16:52:32
-
- What is the principle of XSS attack
- The principle of XSS attack is: the attacker enters malicious HTML code into a website with XSS vulnerabilities. When other users browse the website, the HTML code will be automatically executed to achieve the purpose of the attack, such as stealing the user's cookies. , destroy the page structure, redirect to other websites, etc.
- Safety 4878 2020-06-13 17:55:27
-
- How to analyze database logs
- Common database attacks include weak passwords, SQL injection, privilege escalation, stolen backups, etc. By analyzing database logs, attack behaviors can be discovered, attack scenarios can be further restored, and attack sources can be traced.
- Safety 3501 2020-06-11 17:20:01
-
- Sharing of several common webshell detection tools
- This article comes from the web server security column. It shares several common webshell detection tools with you. I hope it can help you. Webshell detection tools include: 1. Web Shell Detector; 2. CloudWalker.
- Safety 4752 2020-05-09 16:26:22
-
- How to better defend against CC attacks under Linux
- 1. Install dependent packages: yum install perl-libwww-perl perl iptables 2. Download and install CSF: wget https://download.configserver.com/csf.tgz tar -xzf csf.tgz cd csf sh install.sh 3. Test CSF...
- Safety 754 2020-04-30 17:57:42