Get the App
  • The importance of log analysis from a case study

    The importance of log analysis from a case study

    This is a real case, which took place in January 2016, when the author made a complete record and published it on 51cto's blog entitled "recording a linux virus removal process." this article occupied the first place for many days in the 51cto weekly likes list in mid-January 16.

    Shulou · 2022-06-01 08:05
  • The double-edged sword effect of vulnerability disclosure

    The double-edged sword effect of vulnerability disclosure

    Both * and service providers benefit, and users are the biggest victims. most "white hat" security engineers are driven by a sense of social responsibility that makes them want to tell everyone out loud as soon as they find a loophole. Throughout the network security industry, whether it's newly discovered vulnerabilities or evolving networks

    Shulou · 2022-06-01 08:05
  • Brief introduction of switch and data communication process, subnet mask and routing basis

    Brief introduction of switch and data communication process, subnet mask and routing basis

    Switch 1. What is a switch? Switch (Switch) means "switch" is a network device used to forward electrical (optical) signals. It can provide an exclusive electrical signal path for any two network nodes of the access switch. The most common switch is the Ethernet switch. To put it simply: switch

    Shulou · 2022-06-01 08:05
  • What are the open source waf?

    What are the open source waf?

    1. ModSecurityModSecurity has a history of more than 10 years. It started as a security module of Apache, and later developed into an open source, cross-platform WEB application firewall. It can check the data received by the WEB service and send out

    Shulou · 2022-06-01 08:05
  • What is Mbps, Kbps, bps, kb, mb and their conversion and differences

    What is Mbps, Kbps, bps, kb, mb and their conversion and differences

    1m bandwidth means 1Mbps1000Kbps1000United8KBps125kBpswitter1MBbandwidth 1024KB1024B

    Shulou · 2022-06-01 08:05
  • Two-layer Port-security experiment

    Two-layer Port-security experiment

    Experiment 1: Port-security1.SW1 and SW2 create VLAN10,R1-R4 partition to VLAN10, and assign IP2 statically. The Fa0/24 shutdown;Fa0/23 between SW is specified as access and partitioned

    Shulou · 2022-06-01 08:05
  • Multiplexing input / output-select

    Multiplexing input / output-select

    First, the select system provides select functions to realize the multiplexing input / output model. The select system call is used to allow our program to monitor changes in the state of multiple file handles. The program stops at select and blocks waiting until the monitored file handle has a

    Shulou · 2022-06-01 08:05
  • Talking about the background of front-end development industry

    Talking about the background of front-end development industry

    Since the birth of the first website in the early 1990s, early web pages have been made up entirely of text, except for small pictures and headings and paragraphs with no layout to speak of. However, the times are advancing, followed by table layouts, then Flash, and finally CSS-based webs.

    Shulou · 2022-06-01 08:05
  • The method of minimizing the use of graphical Interface after centos6.x installation

    The method of minimizing the use of graphical Interface after centos6.x installation

    In personal testing, sometimes a graphical interface is required, but minimal has been installed, and now I want to use a graphical interface solution; 1. Install the desktop installation package # yum-y groupinstall "X Window System" # yum

    Shulou · 2022-06-01 08:05
  • Zabbix Sinicization

    Zabbix Sinicization

    For children who are not very good at English, the Zabbix in the English interface is very troublesome to use. The following will introduce how to turn zabbix into a Chinese version. My system is debian9.2,zabbix version 3.4.2, the Chinese version has nothing to do with the version, it should be universal. one

    Shulou · 2022-06-01 08:05
  • Extended swap Partition

    Extended swap Partition

    If you have logical volumes, you can use logical volumes to extend swap partitions. There are no logical volumes. Use the following command dd if=/dev/zero of=/exswap bs=1024M count=1mkswap=/exswapswapon / e

    Shulou · 2022-06-01 08:05
  • What does the server host visit the computer room to see?

    What does the server host visit the computer room to see?

    Visiting the computer room is a very important link in the process of server hosting and data center selection. After all, hearing is false, seeing is believing. So what do you see when you visit the computer room? At the mention of this, the editor remembered that when he was arranged to visit and study in the computer room operated by the company for the first time, he listened carefully to the introduction all the time.

    Shulou · 2022-06-01 08:05
  • Detailed graphic and text tutorials on how to grab the package by wireshark and wireshark

    Detailed graphic and text tutorials on how to grab the package by wireshark and wireshark

    Wireshark is a very popular network packet analysis software with powerful functions. You can intercept various network packets and display the details of network packets. People who use wireshark must understand the network protocol, otherwise they will not understand wireshark. For security reasons

    Shulou · 2022-06-01 08:05
  • Detailed explanation of Snort system

    Detailed explanation of Snort system

    For a detailed understanding of the complete content of the Snort system, please refer to the book "Open Source Security Operation and maintenance platform-OSSIM Best practices". Experimental environment: the minimum memory download address of this version (install ISO image) and its other OSSIM 2.3.11GB http://pan.baidu.

    Shulou · 2022-06-01 08:05
  • The difference between a red-black tree and a hash table

    The difference between a red-black tree and a hash table

    Hash and red-black tree basic principles hash (hash), also known as hash, through the hash algorithm into a fixed output to the array, all the linear data structure, the array's positioning speed is the fastest, because it can be directly located through the array subscript to the corresponding array space, there is no need to find one by one. Red and black trees.

    Shulou · 2022-06-01 08:04
  • Construction of tomcat environment & multi-instance configuration

    Construction of tomcat environment & multi-instance configuration

    Tomcat multi-instance does not feel meaningful in practical use, but it can simulate the scenario of multiple TOMCAT servers, reduce the pressure on the experimental machine, and more applications are more reliable LINK:tomcat multi-application (virtual host) configuration jdk version: jrockit-jdk1.

    Shulou · 2022-06-01 08:04
  • Xss injection method and Verification method

    Xss injection method and Verification method

    Note: this article describes the general xss injection method and verification method, which does not cover all xss cases. Step 1: enter the following injection characters in any input box > "'> alert(XSS) >"'> 1234 alerts 40; "12

    Shulou · 2022-06-01 08:04
  • Comparison of APP hardening and decompilation techniques

    Comparison of APP hardening and decompilation techniques

    The first generation, the second generation, the third generation, the fourth generation, the fifth generation, the dex transparent encryption and decryption technology, the function level proxy technology, the so file shelling technology, the code obfuscation and the virtualization technology. the design idea of the security container technology encrypts every executable file or group of executable files, which increases the complexity and makes the crackers unable to crack because of the complexity.

    Shulou · 2022-06-01 08:04
  • The Cisco 7609 router boots into rommon mode

    The Cisco 7609 router boots into rommon mode

    Cisco7609 router boot rommon mode Cisco7609 boot into rommon 1 > mode solution: rommon 2 > dir disk0: check whether Initializing ATA exists in the file

    Shulou · 2022-06-01 08:04
  • IRF brief and basic IRF implementation using H3C simulator HCL

    IRF brief and basic IRF implementation using H3C simulator HCL

    Part 1 IRF brief Book 1. What are the advantages of IRF hardware Virtualization IRF (Intelligent resilient Framework): networking simplification: as shown in the following figure, in the traditional three-layer architecture, Ethernet bundling is used between core switches, and access layer switches run STP, which results in only between access switches.

    Shulou · 2022-06-01 08:04