CN115617647A - Monitoring management system and method for fuzz testing - Google Patents

Monitoring management system and method for fuzz testing Download PDF

Info

Publication number
CN115617647A
CN115617647A CN202210954366.7A CN202210954366A CN115617647A CN 115617647 A CN115617647 A CN 115617647A CN 202210954366 A CN202210954366 A CN 202210954366A CN 115617647 A CN115617647 A CN 115617647A
Authority
CN
China
Prior art keywords
monitoring
module
management
management module
calling
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210954366.7A
Other languages
Chinese (zh)
Inventor
方宏伟
万振华
王颉
李华
董燕
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Seczone Technology Co Ltd
Original Assignee
Seczone Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Seczone Technology Co Ltd filed Critical Seczone Technology Co Ltd
Priority to CN202210954366.7A priority Critical patent/CN115617647A/en
Publication of CN115617647A publication Critical patent/CN115617647A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3696Methods or tools to render software testable
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting

Abstract

The invention discloses a monitoring management system and a method for fuzz testing, wherein the monitoring management system comprises: a plurality of monitoring modules; the management module is used for carrying out unified operation management on a plurality of monitoring modules related to the management module; the communication module is used for providing a network communication protocol; the parameter configuration module comprises a first configuration parameter and a second configuration parameter, wherein the first configuration parameter is used for configuring the calling type of the currently selected management module, and the calling type comprises local calling and remote calling; the second configuration parameter is used for configuring a network address and a communication port for the management module with the remote calling type; according to the monitoring management system, any monitoring module can be remotely called by the fuzzy test terminal positioned on other platforms, so that the use efficiency of the monitoring module is effectively improved, the light weight of a single fuzzy test terminal is facilitated, and the monitoring module can be selected to monitor the object to be tested in a targeted manner.

Description

Monitoring management system and method for fuzz testing
Technical Field
The invention relates to the technical field of fuzz testing, in particular to a monitoring management system and a monitoring management method for fuzz testing.
Background
Fuzzing (Fuzzing), a method for discovering software bugs by providing unexpected inputs to a target system and monitoring abnormal results, is widely used in current software testing. As shown in fig. 2, the current fuzzy test tool generally includes a data interface and a processing terminal, where the processing terminal includes a model parser, a mutator, a packet sender and a monitor, and the monitor is configured with a determination logic, and during a test process, abnormal data generated by the packet sender is input into an object to be tested, and then the monitor monitors whether the object to be tested is abnormal or not and reports a monitoring result.
For the current fuzzy testing tool, a plurality of monitors are generally provided to realize the multi-aspect detection of the tested object, but the fuzzy testing tool does not have a management component and a network component, so that all available monitors are located locally, and the monitor on other platforms cannot be used for detecting the body application program, so that the monitor is limited by the platform where the testing tool is located, and the application efficiency is low.
Disclosure of Invention
The invention aims to provide a monitoring management system and a method for fuzz testing, which can perform centralized management on monitors and provide remote cooperative monitoring to improve the use efficiency of the monitors.
In order to achieve the above object, the present invention discloses a monitoring management system for fuzz testing, which includes:
the monitoring modules are respectively provided with different judging logics and are used for monitoring an object to be detected;
the management module is used for carrying out unified operation management on a plurality of monitoring modules associated with the management module;
the system comprises a communication module, a fuzzy test module and a fuzzy test module, wherein the communication module is used for providing a network communication protocol which is used for supporting the communication between a local fuzzy test terminal and a remote fuzzy test terminal;
the system comprises a parameter configuration module and a monitoring module, wherein the parameter configuration module comprises a first configuration parameter and a second configuration parameter, the first configuration parameter is used for configuring the calling type of the management module selected currently, the calling type comprises local calling and remote calling, the body calling supports that the management module and the monitoring module to which the management module belongs can be called by a local fuzz test terminal, and the remote calling supports that the management module and the monitoring module to which the management module belongs can be called by a remote fuzz test terminal;
the second configuration parameter is used for configuring the network address and the communication port for the management module with the remote calling type.
Preferably, a plurality of operation interfaces are arranged on the monitoring module, and the management module performs operation management on the monitoring module through the operation interfaces.
Preferably, the management module and the monitoring module are respectively provided with a unique identifier, the parameter configuration module further includes a third configuration parameter and a fourth configuration parameter, the third configuration parameter is used to configure the unique identifier corresponding to the currently selected management module, and the fourth configuration parameter is used to configure the unique identifier corresponding to the selected monitoring module in the management module.
Preferably, the system further comprises a blank monitoring module associated with the management module, wherein a judgment logic in the blank monitoring module is null, and the blank monitoring module is used for receiving and reporting the vulnerability information sent by the third-party monitoring module.
The invention also discloses a monitoring management method for the fuzz test, which comprises the following steps:
providing at least one management module, configuring a plurality of monitoring modules with different judgment logics for the management module, wherein the monitoring modules are used for monitoring an object to be detected, the management module is used for carrying out unified operation management on the plurality of monitoring modules associated with the management module, and the management module is provided with a unique identifier;
selecting a currently selected management module which is positioned locally and/or remotely, configuring the calling type of the currently selected management module, configuring the calling type to be locally called when the management module and a monitoring module to which the management module belongs are positioned at a local fuzzy test terminal, and configuring the calling type to be remotely called when the management module and the monitoring module to which the management module belongs are positioned at a remote fuzzy test terminal;
when the calling type of the management module is configured to be called remotely, a network address and a communication port are further configured for the management module, the local fuzzy test terminal is communicated with the remote test terminal through a network communication protocol, the management module in the remote test terminal is accessed through the configured network address and the configured communication port, and a corresponding monitoring module is called to monitor the current application program to be tested.
Preferably, a plurality of the management modules are selectively enabled to monitor the same object or different target objects through a plurality of groups of the monitoring modules respectively belonging to different management modules.
Preferably, the management module and the monitoring module are respectively configured with unique identification, and the management module and the monitoring module to be enabled are selected for use based on the unique identification.
Preferably, the method further comprises a custom monitoring method:
and configuring a blank monitoring module for the management module, wherein the judgment logic in the blank monitoring module is null, and the blank monitoring module receives and uploads the vulnerability information sent by the third-party monitoring module.
The invention also discloses another monitoring management system for fuzz testing, which comprises:
one or more processors;
a memory;
and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors, the programs comprising instructions for performing the monitoring management method for fuzz testing as described above.
The present invention also discloses a computer-readable storage medium comprising a computer program executable by a processor to perform the monitoring management method for fuzz testing as described above.
Compared with the prior art, the technical scheme of the invention firstly carries out the same operation management on a plurality of monitoring modules through the management module, thus, one or a plurality of monitoring modules can be selected by the management module in a pertinence way to monitor the object to be monitored, thereby the selection and the use of the monitoring modules are more convenient, and the monitoring modules can be reasonably grouped; and secondly, a network communication protocol is configured for the fuzzy test terminal, and the calling type of the management module comprises remote calling, so that any monitoring module can be remotely called by the fuzzy test terminal on other platforms, the use efficiency of the monitoring module is effectively improved, and the lightweight of a single fuzzy test terminal is facilitated.
Drawings
Fig. 1 is a schematic structural diagram of a monitoring management system according to an embodiment of the present invention.
FIG. 2 is an architecture diagram of a prior art fuzz testing terminal.
Detailed Description
In order to explain technical contents, structural features, and objects and effects of the present invention in detail, the following detailed description is given with reference to the accompanying drawings in conjunction with the embodiments.
The embodiment of the invention discloses a monitoring management system for a fuzzy test, which is used for a fuzzy test terminal, wherein the fuzzy test terminal is provided with a test framework based on the fuzzy test principle, and when the fuzzy test terminal runs, an application program to be tested is detected through the monitoring management system in the embodiment so as to judge whether a bug exists in the application program to be tested. Specifically, as shown in fig. 1, the monitoring management system includes a plurality of monitoring modules Mo, at least one management module Ma, a communication module Co, and a parameter configuration module Pa, which respectively have different determination logics.
The monitoring module Mo is used for monitoring the object to be detected and judging whether the object to be detected has a leak. The management module Ma is used for performing unified operation management on a plurality of monitoring modules Mo associated with the management module Mo and located on the same platform (namely, a server). In this embodiment, in one of the platforms (for example, a server where a local fuzz test terminal is located), the monitoring module Mo associated with the management module 1 includes a monitoring module 01, a monitoring module 02, and a monitoring module 03; the monitoring module Mo associated with the management module 2 includes a monitoring module 04 and a monitoring module 05. In another platform (such as a server where a remote fuzz testing terminal is located), the monitoring module Mo associated with the management module 3 comprises a monitoring module 06 and a monitoring module 07; the monitoring module Mo associated with the management module 4 includes a monitoring module 8, a monitoring module 9, and a monitoring module 10. It should be noted that the monitoring modules Mo located in different platforms may be the same or different.
The communication module Co is configured to provide a network communication protocol, in this embodiment, the network communication protocol is preferably an HTTP service, and the network communication protocol is configured to support communication between the local fuzz testing terminal and the remote fuzz testing terminal. It should be noted that the local fuzz testing terminal and the remote testing terminal in this embodiment only refer to fuzz testing terminals respectively located on two different platforms, and do not limit the actual physical distance.
The parameter configuration module Pa includes a first configuration parameter and a second configuration parameter. The first configuration parameter is used for configuring the calling type of the currently selected management module Ma, and the calling type includes local calling and remote calling, for example, when the management module 1 is configured as a local calling, it can only be called by a local fuzz testing terminal (fuzz testing terminal 1). The body calling support management module Ma and the monitoring module Mo belonging to the body calling support management module Ma can be called by a local fuzzy test terminal, the remote calling support management module Ma and the monitoring module Mo belonging to the remote fuzzy test terminal can be called by the remote fuzzy test terminal, and when the management module 1 is configured to be called remotely, the remote fuzzy test terminal (the fuzzy test terminal 2) can only call the remote fuzzy test terminal.
Specifically, the first configuration parameter is a mode parameter, when a parameter value of the mode parameter is local, the calling type of the management module Ma is local calling, and when the parameter value of the mode parameter is remote, the calling type of the management module Ma is remote calling.
The second configuration parameter is used for configuring a network address and a communication port for the management module Ma with the remote calling type, after the local fuzzy test terminal establishes communication connection with the remote test terminal through a network communication protocol, the management module Ma in the remote test terminal is accessed through the configured network address and the communication port, and the corresponding monitoring module Mo is called to monitor the current application program to be monitored. Specifically, the second configuration parameter is a remote.
For the above monitoring management system, before use, the management module Ma is first configured, that is, a plurality of different monitoring modules Mo are added to the corresponding management module Ma. It should be noted that, for any platform running with a fuzz testing terminal, one management module Ma may be configured, and all monitoring modules Mo in the fuzz testing terminal may be managed through the one management module Ma, or a plurality of management modules Ma may be configured, and different types of monitoring modules Mo may be managed through the plurality of management modules Ma, respectively. In addition, the management module Ma associated with the monitoring module Mo may also be configured on a plurality of different platforms at the same time. Then, one or more management modules Ma selected currently are selected, monitoring modules Mo to be used are configured in the selected management modules Ma, and when the selected management modules Ma are located in a local fuzz testing terminal, for example, the management modules 1 are selected from the fuzz testing terminal 1, and the parameter values of mode parameters are set to be local. When the selected management module Ma is located in the remote fuzz testing terminal, if the management module 3 is selected in the fuzz testing terminal 1, the parameter value of the mode parameter is set to be remote, and the remote. And finally, starting the local fuzzy test terminal to test the application program to be tested, and monitoring the application program to be tested through the configured monitoring module Mo in the test process.
In order to improve the detection efficiency, a plurality of management modules Ma may be selectively activated at the same time, so as to monitor the same object or different target objects through a plurality of groups of monitoring modules Mo respectively belonging to different management modules Ma, such as activating the management module 1, the management module 2, or the management module 1, the management module 3 at the same time. When a plurality of management modules Ma are adopted to detect the same target object, a redundant detection strategy is equivalently configured and used, and once a problem occurs, the problem can be detected at the first time to prevent the single-point problem from occurring. When the plurality of management modules Ma are adopted to carry out concurrent detection on the plurality of target objects, more tests are carried out in the same time, and therefore vulnerability detection efficiency is improved.
In the above example, when the parameter value of the mode parameter is set to remote, the monitoring module Mo on another platform outside the local area may be used to perform the monitoring operation of the fuzzy test process on the local application program, so as to overcome the problem that the monitoring module Mo is limited by the local platform, and effectively improve the utilization efficiency of the monitoring module Mo. Moreover, the management module Ma is used for carrying out the same operation management on the plurality of monitoring modules Mo, so that one or more monitoring modules Mo can be selected through the management module Ma in a targeted manner to monitor the object to be monitored, the monitoring modules Mo can be selected and used more conveniently, and the monitoring modules Mo can be reasonably grouped.
Further, the management module Ma and the monitoring module Mo are respectively provided with a unique identifier, and the parameter configuration module Pa further includes a third configuration parameter (e.g., manager. The third configuration parameter is used for configuring the unique identifier corresponding to the currently selected management module Ma, and the fourth configuration parameter is used for configuring the unique identifier corresponding to the monitoring module Mo selected from the management module Ma. In this embodiment, through setting the third configuration parameter and the fourth configuration parameter, the user can freely configure the currently selected management module Ma and the monitoring module Mo. In this embodiment, the management modules Ma respectively located on the same platform and different platforms all have different id numbers, the monitoring modules Mo located in the same management module Ma respectively have different id numbers, and the id numbers of the monitoring modules Mo located in different management modules Ma may be different or the same.
In addition, a fifth configuration parameter can be set in the parameter configuration module Pa, and the monitoring module Mo is prevented from being called by an unknown user without any reason by configuring a key for the management module Ma whose calling type is remote calling through the fifth configuration parameter.
Optionally, a plurality of operation interfaces are arranged on the monitoring module Mo, and the management module Ma performs operation management on the corresponding monitoring module Mo through the operation interfaces. Specifically, the monitoring module Mo has three interfaces, respectively a Config interface, a Start interface, and a Stop interface. The Config interface is used to receive parameters and to initialize the internal logic of the monitoring module Mo and the related objects using the parameters. The Start interface is used to Start monitoring. The Stop interface is used to Stop monitoring.
Furthermore, the operation of the management module Ma is also performed through the interface configured for the management module Ma. Specifically, in this embodiment, the management module Ma is configured with six interfaces, which are an AddMonitor interface, a PopMonitor interface, a GetMonitor interface, an InitMonitor interface, a Ping interface, and a Shutdown interface, and have the following functions:
the AddMonitor interface is used for adding the monitoring module Mo to the management module Ma;
the PopMonitor interface is used for deleting the monitoring module Mo in the management module Ma;
the GetMonitor interface acquires a corresponding monitoring module Mo from the management module Ma;
the monitor module Mo is added to the management module Ma through a configuration file by the InitMonitor interface;
the Ping interface is used for detecting whether the service exists when the management module Ma runs remotely;
and the Shutdown interface executes the stopping monitoring of all the monitoring modules Mo, and deletes all the monitoring modules Mo in the management module Ma.
Further, the monitoring management system in this embodiment further includes a blank monitoring module eMo associated with the management module Ma, where a determination logic in the blank monitoring module eMo is null, and the blank monitoring module eMo is configured to receive and report the vulnerability information sent by the third-party monitoring module. In this embodiment, the determination logic in the blank monitoring module eMo is null, that is, no determination logic is set, when the fuzzy test terminal runs, the current application to be tested is monitored through the user-defined third-party monitoring module, when a bug is found, bug information is transmitted to the blank monitoring module eMo, and the blank monitoring module eMo reports the received message, so that the user can conveniently monitor the characteristic bug in a personalized manner.
Specifically, the management module Ma selects a blank monitoring module eMo to be used, and the blank monitoring module eMo provides a network communication interface when the fuzz test terminal is started. After the third-party monitoring module obtains the vulnerability information to be uploaded, a network communication interface provided by the blank monitoring module eMO is called, so that the vulnerability information is transmitted to the blank monitoring module eMO. In addition, an identification mark of a blank monitoring module eMO which is to receive the vulnerability information at present can be configured for the third-party monitoring module in advance, data uploaded by the third-party monitoring module are symmetrically encrypted through the identification mark, after the blank monitoring module eMO receives the data, whether the identification marks are consistent is verified, and if not, the received data is discarded.
In summary, the embodiments of the present invention disclose a monitoring management system for a fuzzy test, which manages a plurality of monitoring modules Mo through a management module Ma, and configures a network communication protocol so that any monitoring module Mo is no longer restricted by a local platform, so that a detection object is no longer restricted by a determination logic on a body platform, thereby effectively improving the utilization efficiency of the monitoring modules Mo and improving the testing efficiency of the fuzzy test.
The present invention also discloses another surveillance management system comprising one or more processors, memory, and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors, the programs comprising instructions for performing the procedures of the surveillance management system as described above. The processor may be a general-purpose Central Processing Unit (CPU), a microprocessor, an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits, and is configured to execute related programs to implement the functions that the module in the monitoring management system according to the embodiment of the present disclosure needs to execute.
The invention also discloses a computer readable storage medium, which comprises a computer program, wherein the computer program can be executed by a processor to complete the execution flow of the monitoring management system. The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that includes one or more of the available media. The usable medium may be a read-only memory (ROM), or a Random Access Memory (RAM), or a magnetic medium, such as a floppy disk, a hard disk, a magnetic tape, a magnetic disk, or an optical medium, such as a Digital Versatile Disk (DVD), or a semiconductor medium, such as a Solid State Disk (SSD).
The embodiment of the application also discloses a computer program product or a computer program, which comprises computer instructions, and the computer instructions are stored in a computer readable storage medium. The processor of the electronic device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions, so that the electronic device executes the workflow of the monitoring management system.
The above disclosure is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the scope of the present invention, therefore, the present invention is not limited by the appended claims.

Claims (10)

1. A monitoring management system for fuzz testing, comprising:
the monitoring modules are respectively provided with different judging logics and are used for monitoring an object to be detected;
the management module is used for carrying out unified operation management on a plurality of monitoring modules associated with the management module;
the communication module is used for providing a network communication protocol, and the network communication protocol is used for supporting the communication between the local fuzz test terminal and the remote fuzz test terminal;
the parameter configuration module comprises a first configuration parameter and a second configuration parameter, the first configuration parameter is used for configuring the calling type of the management module selected currently, the calling type comprises local calling and remote calling, the body calling supports the management module and the monitoring module to which the management module belongs to be called by a local fuzzy test terminal, and the remote calling supports the management module and the monitoring module to which the management module belongs to be called by a remote fuzzy test terminal;
the second configuration parameter is used for configuring the network address and the communication port for the management module with the remote calling type.
2. The monitoring and management system for fuzz testing according to claim 1, wherein a plurality of operation interfaces are arranged on the monitoring module, and the management module performs operation management on the corresponding monitoring module through the operation interfaces.
3. The monitoring and management system for fuzz testing according to claim 1, wherein the management module and the monitoring module are respectively provided with a unique identifier, the parameter configuration module further comprises a third configuration parameter and a fourth configuration parameter, the third configuration parameter is used for configuring the unique identifier corresponding to the currently selected management module, and the fourth configuration parameter is used for configuring the unique identifier corresponding to the selected monitoring module in the management module.
4. The monitoring management system for the fuzz testing as claimed in claim 1, further comprising a blank monitoring module associated with the management module, wherein the blank monitoring module has a null determination logic for receiving and reporting the vulnerability information sent by a third party monitoring module.
5. A monitoring management method for fuzz testing, comprising:
providing at least one management module, configuring a plurality of monitoring modules with different judgment logics for the management module, wherein the monitoring modules are used for monitoring an object to be detected, the management module is used for carrying out unified operation management on the plurality of monitoring modules associated with the management module, and the management module is provided with a unique identifier;
selecting a currently selected management module which is positioned locally and/or remotely, configuring the calling type of the currently selected management module, configuring the calling type to be locally called when the management module and a monitoring module to which the management module belongs are positioned at a local fuzzy test terminal, and configuring the calling type to be remotely called when the management module and the monitoring module to which the management module belongs are positioned at a remote fuzzy test terminal;
when the calling type of the management module is configured to be called remotely, a network address and a communication port are further configured for the management module, the local fuzzy test terminal is communicated with the remote test terminal through a network communication protocol, the management module in the remote test terminal is accessed through the configured network address and the configured communication port, and a corresponding monitoring module is called to monitor the current application program to be tested.
6. The monitoring management method for the fuzz test according to claim 5, wherein a plurality of the management modules are selected to be enabled to monitor the same object or different target objects through a plurality of groups of the monitoring modules respectively belonging to different management modules.
7. The monitoring management method for fuzz testing according to claim 5, wherein a unique identifier is configured for the management module and the monitoring module respectively, and the management module and the monitoring module to be enabled are selected for use based on the unique identifier.
8. The monitoring and management method for fuzz testing of claim 5, further comprising a custom monitoring method:
and configuring a blank monitoring module for the management module, wherein the judgment logic in the blank monitoring module is null, and the blank monitoring module receives and uploads the vulnerability information sent by the third-party monitoring module.
9. A monitoring management system for fuzz testing, comprising:
one or more processors;
a memory;
and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors, the programs comprising instructions for performing the monitoring management method for fuzz testing according to any of claims 5 to 8.
10. A computer-readable storage medium, characterized by comprising a computer program executable by a processor to perform the monitoring management method for fuzz testing according to any of claims 5 to 8.
CN202210954366.7A 2022-08-09 2022-08-09 Monitoring management system and method for fuzz testing Pending CN115617647A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210954366.7A CN115617647A (en) 2022-08-09 2022-08-09 Monitoring management system and method for fuzz testing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210954366.7A CN115617647A (en) 2022-08-09 2022-08-09 Monitoring management system and method for fuzz testing

Publications (1)

Publication Number Publication Date
CN115617647A true CN115617647A (en) 2023-01-17

Family

ID=84856707

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210954366.7A Pending CN115617647A (en) 2022-08-09 2022-08-09 Monitoring management system and method for fuzz testing

Country Status (1)

Country Link
CN (1) CN115617647A (en)

Similar Documents

Publication Publication Date Title
US9325568B2 (en) Technique for determining correlated events in a communication system
CN110719199B (en) Network automatic testing and fault positioning method and device
WO2020087954A1 (en) Method, apparatus, device and system for grabbing trace of nvme hard disk
CN103138988B (en) Positioning treatment method and positioning treatment device of network faults
US9104565B2 (en) Fault tracing system and method for remote maintenance
WO2019141089A1 (en) Network alarm method, device, system and terminal
WO2014180450A1 (en) Communications provider network management equipment detection method, device, and computer storage medium
CN112291075A (en) Network fault positioning method and device, computer equipment and storage medium
CN112134754A (en) Pressure testing method and device, network equipment and storage medium
CN114328110A (en) Monitoring method, system and storage medium for gateway of Internet of things
CN108307414B (en) Wi-Fi connection abnormity processing method and device of application program, terminal and storage medium
CN115617647A (en) Monitoring management system and method for fuzz testing
CN104104555B (en) Monitoring method, system, control terminal and actuating station
CN110753363A (en) Intelligent device wireless debugging system and method
CN106230658A (en) A kind of method and apparatus monitoring the network equipment
CN106940647B (en) Code management method and device
CN116166536A (en) Test method, test device, electronic equipment and storage medium
CN111176868A (en) Abnormal information monitoring method, device, equipment and computer readable storage medium
CN115080507A (en) Vehicle fault snapshot data storage method, system, equipment and storage medium
CN106301826A (en) A kind of fault detection method and device
CN114338347A (en) Ampere platform-based fault information out-of-band acquisition method and device
CN115550228A (en) Internet of vehicles bus communication network test method and system
CN114301812A (en) Method, device, equipment and storage medium for monitoring message processing result
CN113742185A (en) Server and server debugging state monitoring method
CN113032255A (en) Response noise recognition method, model, electronic device, and computer storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination