CN115687119A - Interface fuzzy test system based on generation and variation modes - Google Patents

Interface fuzzy test system based on generation and variation modes Download PDF

Info

Publication number
CN115687119A
CN115687119A CN202211349144.9A CN202211349144A CN115687119A CN 115687119 A CN115687119 A CN 115687119A CN 202211349144 A CN202211349144 A CN 202211349144A CN 115687119 A CN115687119 A CN 115687119A
Authority
CN
China
Prior art keywords
test
interface
information
fuzzy
unit
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
CN202211349144.9A
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.)
Shanghai Anban Information Technology Co ltd
Original Assignee
Shanghai Anban Information 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 Shanghai Anban Information Technology Co ltd filed Critical Shanghai Anban Information Technology Co ltd
Priority to CN202211349144.9A priority Critical patent/CN115687119A/en
Publication of CN115687119A publication Critical patent/CN115687119A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The invention provides an interface fuzzy test system based on generation and variation modes, which comprises: the interface access device of the fuzzy test is used for receiving the interface test configuration parameters and the test target interface information; the fuzzy test management device is used for carrying out operation management on the fuzzy test interface task; the fuzzy test engine device is used for carrying out data mutation on the interface test configuration parameters and the test target interface information through a mutation algorithm; the fuzzy test result analysis device is used for acquiring the interface test configuration parameters and the test result of the test target interface information; the fuzzing test interface access device comprises: the system comprises an interface discovery unit, an interface access web unit, a storage unit, an interface configuration information database unit and an interface access interface unit. The interface fuzzy test system based on the generation and variation modes supports the import of interface files and the automatic discovery of interface information, avoids a complicated test input link, and improves the test efficiency.

Description

Interface fuzzy test system based on generation and variation modes
Technical Field
The embodiment of the invention relates to the technical field of fuzz testing, in particular to an interface fuzz testing system based on generation and variation modes.
Background
The fuzzy test is a test method for discovering software bugs by providing unexpected input to a target system and monitoring abnormal results, and is different from the data isolation of a pure random automatic test, and a test case constructed by the fuzzy test method has stronger pertinence and effectiveness and higher test efficiency. However, the existing interface fuzzing test method is mainly a random method, a large number of pseudo random numbers are simply generated for a target program, the random input is carried out, the boundary value condition is very limited, more random values cannot be covered, and the test case is mainly constructed manually, so that the time and the labor are consumed, all test scenes cannot be covered, and the potential robustness problem of the interface is difficult to find.
Therefore, it is necessary to provide a fuzz testing system capable of solving the above problems.
Disclosure of Invention
The interface fuzzy test system based on the generation and variation modes supports the import of interface files and the automatic discovery of interface information, avoids a complicated test input link, and improves the test efficiency.
The embodiment of the invention provides an interface fuzzing test system based on generation and variation modes, which comprises:
the interface access device of the fuzzy test is used for receiving interface test configuration parameters and test target interface information;
the fuzzy test management device is interacted with the fuzzy test interface access device and is used for performing running management on a fuzzy test interface task;
the fuzzy test engine device is interacted with the fuzzy test management device, and is used for carrying out data variation on the interface test configuration parameters and the test target interface information through a variation algorithm;
the fuzzy test result analysis device is interacted with the fuzzy test management device and is used for acquiring the interface test configuration parameters and the test result of the test target interface information;
wherein, the interface access device of the stated fuzzy test includes:
the interface discovery unit is used for acquiring interface information of operation and interaction of a user through the proxy website;
the interface access web unit is used for providing an input interface of the interface test configuration parameters and the test target interface information;
the first storage unit is used for storing the interface test configuration parameters and the test target interface information;
an interface configuration information database unit for storing the interface test configuration parameters and test target interface information using a relational database;
and the interface access interface unit is used for pushing the interface test configuration parameters and the test target interface information to the fuzzy test management device.
Preferably, the interface discovery unit is further configured to acquire interface information imported by the interface file and interface information manually added.
Preferably, the relational database includes a request mode, a URL, a request header parameter, a request body parameter, and authentication information of the test target interface.
Preferably, the fuzz test engine device performs mutation on the interface URL parameter, the request header and the body parameter.
Preferably, the fuzz testing engine device performs mutation according to the dependency relationship between the initial field types and the interfaces, wherein the initial field types comprise character strings, integers, floats, lists and Boolean types.
Preferably, the fuzz test management apparatus includes:
the task operation management unit is used for receiving the interface test configuration parameters and test target interface information, monitoring the use condition of resources and distributing operation resources, pushing the test tasks into a task queue when the resources are insufficient, restarting the test tasks after the resources are released, and recovering the resources and distributing the resources for the test tasks in the task queue after the test tasks are completed;
the target configuration unit interacts with the task operation management unit and sends the variation configuration parameters to the task operation management unit, and the target configuration unit is used for managing the variation configuration parameters;
and the management interface unit interacts with the fuzzy test engine device, sends the interface test configuration parameters and the test target interface information to the fuzzy test engine device and acquires feedback information, and interacts with the fuzzy test result analysis device and pushes the abnormal operation request information of the target interface test to the fuzzy test result analysis device.
Preferably, the fuzz testing engine apparatus includes:
the engine interface unit interacts with the fuzzy test management device, acquires the interface test configuration parameters and the test target interface information, and starts or suspends a test task according to an instruction sent by the fuzzy test management device;
the data variation unit is used for acquiring the interface test configuration parameters and the test target interface information and performing variation on the interface test configuration parameters and the test target interface information through a variation algorithm;
the generating case unit is used for acquiring the interface test configuration parameters and the test target interface information after the variation, taking the interface test configuration parameters and the test target interface information after the variation as input, and sending a request to a target interface;
and the test result output unit is used for acquiring the test result of the test target interface information.
Preferably, the fuzz test result analyzing apparatus includes:
the test result interface unit interacts with the fuzzy test management device and acquires the abnormal operation request information of the target interface test;
the second storage unit is used for acquiring the test result of the test target interface information and performing read-write operation on the test result of the test target interface information;
the result analysis display web unit is used for acquiring historical information of the test target interface information, and a user provides multi-dimensional visual analysis display;
an exception handling unit for providing state handling of exception requests;
a test result information database for providing storage of history information of the test target interface information.
Preferably, the test target interface information includes a target interface name, request content, response content, a status code, update time, processing status, and scan times.
Preferably, the interface fuzzing test system supports deployment on a cloud platform.
Compared with the prior art, the technical scheme of the embodiment of the invention has the following beneficial effects:
according to the interface fuzzy test system based on the generation and variation modes, the interface information of the user for operation and interaction through the proxy website is obtained through the interface discovery unit of the interface access device, so that the interface information is automatically discovered, a complicated test input link is avoided, and the test efficiency is improved;
furthermore, the interface discovery unit is also used for acquiring interface information imported by the interface file and manually added interface information, and meets the requirement that interfaces with different expression forms are accessed into the system by fusing multiple interface access modes, thereby simplifying the mutual conversion among different forms of the interfaces.
Drawings
To more clearly illustrate the embodiments or prior art solutions of the present invention, a brief description will be given below of the drawings required for describing the embodiments or prior art, and it is apparent that the drawings in the following description are some embodiments, not all embodiments, of the present invention. For a person skilled in the art, without inventive step, other figures can also be obtained from these figures.
FIG. 1 is a schematic structural diagram of an interface fuzzing test system based on generation and variation modes according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a fuzzy test management apparatus in an interface fuzzy test system based on generation and variation manners according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a fuzzy test engine apparatus in an interface fuzzy test system based on generation and variation according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a fuzzy test result analysis apparatus in an interface fuzzy test system based on generation and variation manners according to an embodiment of the present invention;
fig. 5 is a schematic service flow diagram of a fuzz test performed by a fuzz test result analyzing device in an interface fuzz test system based on generation and variation manners according to an embodiment of the present invention;
fig. 6 is a schematic application diagram of an interface fuzzing test system based on generation and variation modes according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The technical solution of the present invention will be described in detail below with specific examples. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
Based on the problems in the prior art, the embodiment of the invention provides an interface fuzzy test system based on generation and variation modes, which supports the import of interface files and the automatic discovery of interface information, avoids a complicated test input link, and improves the test efficiency.
Fig. 1 is a schematic structural diagram of an interface fuzzing test system based on generation and variation modes according to an embodiment of the present invention, and referring to fig. 1, an embodiment of the present invention provides an interface fuzzing test system based on generation and variation modes, including:
the interface access device 11 of the fuzzy test, it is used for receiving interface test configuration parameter and testing the interface information of the goal;
the fuzzy test management device 12 is interacted with the fuzzy test interface access device 11, and is used for performing operation management on a fuzzy test interface task;
the fuzzy test engine device 13 is interacted with the fuzzy test management device 12, and the fuzzy test engine device 13 is configured to perform data mutation on the interface test configuration parameters and the test target interface information through a mutation algorithm; the interface test configuration parameters comprise information related to the interface, a request head, a request body and the like of the interface; specifically, the fuzz test engine device 13 performs mutation on the interface URL parameter, the request header, and the body parameter. Further, the fuzz testing engine device 13 performs mutation according to the dependency relationship between the initial field types and the interfaces, where the initial field types include a character string, an integer, a floating point, a list, and a boolean.
The fuzzy test result analysis device 14 is interacted with the fuzzy test management device 12, and the fuzzy test result analysis device 14 is used for acquiring the interface test configuration parameters and the test result of the test target interface information;
wherein, the fuzz test interface access device 11 includes:
an interface discovery unit 111, configured to acquire interface information of operations and interactions performed by a user through a proxy website; the interface discovery unit 111 is further configured to obtain interface information imported by the interface file and interface information manually added.
An interface access web unit 112, which is used for providing an input interface of the interface test configuration parameters and the test target interface information;
a first storage unit 113 for storing the interface test configuration parameters and test target interface information; the first storage unit 113 is mainly a cache and is used for temporary storage.
An interface configuration information database unit 114 for storing the interface test configuration parameters and test target interface information using a relational database; the relational database comprises a request mode, a URL, a request head parameter, a request body parameter and identity verification information of the test target interface, and is permanently stored.
An interface access interface unit 115, which interacts with the fuzz test management device 12, where the interface access interface unit 115 is configured to push the interface test configuration parameters and the test target interface information to the fuzz test management device 12.
In specific implementation, interface test configuration parameters and test target interface information are accessed to the fuzzy test interface access device 11 and stored, the fuzzy test management device 12 is used for monitoring and managing tasks, the fuzzy test engine device 13 is used for executing an exception mining test, and finally the fuzzy test result 13 analysis device is used for displaying exception information.
The interface access device 11 is used for receiving interface test configuration parameters and test target interface information input by a test user through multiple paths, where the multiple paths include interface information discovered by an interface discovery unit, interface information imported by an interface file, and manually added interface information. Specifically, the website of the system to be tested can be provided, the operation is performed in the proxy website in a proxy mode, and when a user clicks the function in the system, the interface called by data interaction is displayed in the workbench and finally unified to the acquisition page. Therefore, under the condition of no interface document, the interface information of the system to be tested can be collected, and the safety test is completed.
The fuzzy test interface access device 11 interacts with the fuzzy test management device 12 and sends interface test configuration parameters and test target interface information.
The fuzzy test management device 12 is configured to perform operation management on a fuzzy test interface task, interact with the fuzzy test interface access device 11, and receive interface test configuration parameters and test target interface information of the fuzzy test interface access device 11. For example, if the fuzz test interface accessing device 11 accesses 10 interfaces at this time, a test task is created in the fuzz test management device 12, and the test task includes the 10 interfaces. The dimension of the fuzz testing interface access unit 11 is a single interface, and the dimension of the fuzz testing management unit 12 is a testing task. A test task may contain one or more interfaces.
The fuzzy test management device 12 also interacts with the fuzzy test engine device 13, selects and schedules a test engine, sends an instruction to the fuzzy test engine device 13 and receives feedback, pushes test data to the fuzzy test engine device 13, and receives a test result of the fuzzy test engine device 13; interacting with the fuzz test result analysis device 14, and pushing the request data of the test target interface with abnormality to the fuzz test result analysis device 14.
The fuzzy test engine device 13 is configured to interact with the fuzzy test management device 12, receive the interface test configuration parameters and the test target interface information, and perform an anomaly mining test. The received test target interface and configuration parameters are stored, the interface test configuration parameters and the test target interface information are subjected to data variation through a variation algorithm in the test process, the expected conditions are compared through the test execution results, the abnormal request results are judged, and the test target interface data with abnormal programs are pushed to the fuzzy test management device 12.
The fuzzy test result analysis device 14 is used for interacting with the fuzzy test management device 12, obtaining and storing the result of the target interface test, displaying the result to the test user through the visual interface, and providing an exception handling operation mechanism.
Fig. 2 is a schematic structural diagram of a fuzz test management apparatus in an interface fuzz test system based on generation and variation manners according to an embodiment of the present invention, and referring to fig. 2, the fuzz test management apparatus 112 includes:
the task operation management unit 121 is configured to interact with the fuzzy test interface access device 11 and receive variant configuration parameters of a test task, where the task operation management unit 121 is configured to receive the interface test configuration parameters and test target interface information, monitor a use condition of resources and allocate operation resources, push the test task into a task queue when the resources are insufficient, restart the test task after the resources are released, and recover the resources and allocate the resources to the test task in the task queue after the test task is completed; the task operation management unit 121 controls the start and pause of the test engine, updates the corresponding test task state, interacts with the target configuration unit 123, and receives the variation configuration parameters of the test task, where the variation configuration parameters include information about whether to vary, a variation mode, and variation.
A target configuration unit 123, configured to interact with the task operation management unit 121 and send the variant configuration parameter to the task operation management unit 121, where the target configuration unit 123 is configured to manage the variant configuration parameter; the target configuration unit 123 interacts with the task operation management unit 121, and sends a variant configuration parameter.
And a management interface unit 122, which interacts with the fuzz test engine device 13, sends the interface test configuration parameters and the test target interface information to the fuzz test engine device 13, and acquires feedback information, and the management interface unit 122 interacts with the fuzz test result analysis device 14, and pushes the operation abnormality request information of the target interface test to the fuzz test result analysis device 14.
Fig. 3 is a schematic structural diagram of a fuzz testing engine apparatus in an interface fuzz testing system based on generation and variation manners according to an embodiment of the present invention, and referring now to fig. 3, the fuzz testing engine apparatus 13 includes:
and an engine interface unit 134, configured to interact with the fuzzy test management apparatus 12, acquire the interface test configuration parameters and the test target interface information, start or suspend a test task according to an instruction sent by the fuzzy test management apparatus 12, and meanwhile, push an abnormal result in the test result information of the target interface to the fuzzy test management apparatus 12.
The data mutation unit 131 is configured to acquire the interface test configuration parameters and the test target interface information, perform mutation on the interface test configuration parameters and the test target interface information through a mutation algorithm, interact with the case generation unit 132, and push the mutated target interface test configuration parameters to the case generation unit 132 for testing;
the generating case unit 132 interacts with the data mutation unit 131, and the generating case unit 132 is configured to obtain the mutated interface test configuration parameters and the test target interface information, send a request to the target interface by using the mutated interface test configuration parameters and the test target interface information as inputs, interact with the test result output unit 133, and push the test result to the test result output unit 133; specifically, the sending the request to the target interface includes configuring a target interface configuration parameter, then starting the target interface, mutating the configured parameter by the data mutation unit, and sending the request to the target interface.
And a test result output unit 133, configured to obtain a test result of the test target interface information, and push the test result to the engine interface unit 134.
Fig. 4 is a schematic structural diagram of a fuzz test result analysis apparatus in an interface fuzz test system based on generation and variation manners according to an embodiment of the present invention, and referring now to fig. 4, the fuzz test result analysis apparatus 14 includes:
a test result interface unit 141, which interacts with the fuzz test management device 12 and obtains the operation exception request information of the target interface test;
the second storage unit 142 is interacted with the test result interface unit 141 and the test result information database unit 143, and the second storage unit 142 is configured to obtain a test result of the test target interface information and perform read-write operation on the test result of the test target interface information;
the result analysis and display web unit 144 is interacted with the test result information database 143, the result analysis and display web unit 144 is used for acquiring historical information of the test target interface information, and a user provides a multidimensional visual analysis and display;
an exception handling unit 145 for providing state handling of exception requests; specifically, the corresponding request is an abnormal request, which does not meet the return content expected by the user.
A test result information database 143 for providing storage of history information of the test target interface information. The test target interface information comprises a target interface name, request content, response content, a state code, updating time, a processing state and scanning times.
In specific implementation, the interface fuzzy test system is supported to be deployed on a cloud platform, and test resources can be automatically expanded according to the requirements of test specifications.
Fig. 5 is a schematic diagram of a service flow of performing a fuzz test by a fuzz test result analyzing apparatus in an interface fuzz test system based on generation and variation manners according to an embodiment of the present invention, and referring now to fig. 5, the service flow is as follows:
1) The test task is created through manual addition, file import or a proxy website discovery interface and the like, and parameters of the created task mainly comprise: task name, target interface name, request mode, URL, test configuration parameter and variation configuration parameter.
2) The task is started.
3) And the system allocates the test resources, if the allocation is successful, the next step is carried out, and if the allocation is failed, the system is added into the test task queue.
4) And the engine sends a request to the target interface according to the interface test configuration parameters after the variation and the test target interface information as input, and pushes the test result.
5) And analyzing the interface information, the request content and the response content which generate the abnormity in the test process, and simultaneously carrying out multi-dimensional visual display on the abnormity generated by the target interface.
Fig. 6 is an application schematic diagram of an interface fuzz testing system based on generation and variation modes according to an embodiment of the present invention, and referring now to fig. 6, the system receives information input by a test user through multiple paths, including information input through manual addition, file import, or interface discovery via a proxy website, and sets interface-related configuration parameters and variation configuration parameters, and finally creates a new task in a task list to perform an interface test.
And the system allocates proper test resources according to the test configuration information and the test instruction, and stores and feeds back abnormal conditions to the user once the system finds that the target test interface is abnormal in the test process. The system can record the scanning result of each time, can compare and process the result, and simultaneously perform multi-dimensional visual display on the abnormity generated by the target interface.
In summary, in the interface fuzzy test system based on the generation and variation modes according to the embodiment of the present invention, the interface discovery unit of the interface access device obtains the interface information that the user operates and interacts through the proxy website, so as to automatically discover the interface information, avoid a tedious test input link, and improve the test efficiency;
furthermore, the interface discovery unit is also used for acquiring interface information imported by the interface file and manually added interface information, and meets the requirement that interfaces with different expression forms are accessed into the system by fusing a plurality of interface access modes, thereby simplifying the mutual conversion among different forms of the interfaces.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. An interface fuzzing test system based on generation and variation modes, comprising:
the interface access device of the fuzzy test is used for receiving the interface test configuration parameters and the test target interface information;
the fuzzy test management device is interacted with the fuzzy test interface access device and is used for performing running management on a fuzzy test interface task;
the fuzzy test engine device is interacted with the fuzzy test management device, and is used for carrying out data variation on the interface test configuration parameters and the test target interface information through a variation algorithm;
the fuzzy test result analysis device is interacted with the fuzzy test management device and is used for acquiring the interface test configuration parameters and the test result of the test target interface information;
wherein, the access device of the fuzzy test interface comprises:
the interface discovery unit is used for acquiring interface information of operation and interaction of a user through the proxy website;
the interface access web unit is used for providing an input interface of the interface test configuration parameters and the test target interface information;
the first storage unit is used for storing the interface test configuration parameters and the test target interface information;
an interface configuration information database unit for storing the interface test configuration parameters and test target interface information using a relational database;
and the interface access interface unit is used for pushing the interface test configuration parameters and the test target interface information to the fuzzy test management device.
2. The system according to claim 1, wherein the interface discovery unit is further configured to obtain interface information for importing interface files and interface information manually added.
3. The system according to claim 1, wherein the relational database comprises request patterns, URLs, request header parameters, request body parameters, and authentication information of the test target interface.
4. The system according to claim 1, wherein the fuzz testing engine apparatus performs the transformation on the interface URL parameter, the request header, and the body parameter.
5. The interface fuzzing test system based on generation and variation ways according to claim 4, wherein the fuzzing test engine device performs variation according to the dependency relationship between the initial field types and the interfaces, and the initial field types comprise character strings, integers, floats, lists and Boolean types.
6. The system according to claim 1, wherein the fuzz testing management device comprises:
the task operation management unit is used for receiving the interface test configuration parameters and test target interface information, monitoring the use condition of resources and distributing operation resources, pushing the test tasks into a task queue when the resources are insufficient, restarting the test tasks after the resources are released, and recovering the resources and distributing the resources for the test tasks in the task queue after the test tasks are completed;
the target configuration unit interacts with the task operation management unit and sends the variation configuration parameters to the task operation management unit, and the target configuration unit is used for managing the variation configuration parameters;
and the management interface unit interacts with the fuzzy test engine device, sends the interface test configuration parameters and the test target interface information to the fuzzy test engine device and acquires feedback information, and interacts with the fuzzy test result analysis device and pushes the abnormal operation request information of the target interface test to the fuzzy test result analysis device.
7. The system according to claim 1, wherein the fuzz testing engine means comprises:
the engine interface unit interacts with the fuzzy test management device, acquires the interface test configuration parameters and the test target interface information, and starts or suspends a test task according to an instruction sent by the fuzzy test management device;
the data variation unit is used for acquiring the interface test configuration parameters and the test target interface information and performing variation on the interface test configuration parameters and the test target interface information through a variation algorithm;
a case generating unit, configured to obtain the mutated interface test configuration parameters and test target interface information, and send a request to a target interface by using the mutated interface test configuration parameters and test target interface information as inputs;
and the test result output unit is used for acquiring the test result of the test target interface information.
8. The interface fuzzing system based on generation and variation ways according to claim 1, wherein the fuzzing test result analyzing device comprises:
the test result interface unit interacts with the fuzzy test management device and acquires the abnormal operation request information of the target interface test;
the second storage unit is used for acquiring the test result of the test target interface information and performing read-write operation on the test result of the test target interface information;
the result analysis display web unit is used for acquiring historical information of the test target interface information, and a user provides multi-dimensional visual analysis display;
an exception handling unit for providing state handling of exception requests;
and the test result information database is used for providing storage of historical information of the test target interface information.
9. The system according to claim 8, wherein the test target interface information includes target interface name, request content, response content, status code, update time, processing status, and scan number.
10. The generative and variant mode-based interface fuzz testing system of claim 1, wherein the interface fuzz testing system supports deployment on a cloud platform.
CN202211349144.9A 2022-10-31 2022-10-31 Interface fuzzy test system based on generation and variation modes Pending CN115687119A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211349144.9A CN115687119A (en) 2022-10-31 2022-10-31 Interface fuzzy test system based on generation and variation modes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211349144.9A CN115687119A (en) 2022-10-31 2022-10-31 Interface fuzzy test system based on generation and variation modes

Publications (1)

Publication Number Publication Date
CN115687119A true CN115687119A (en) 2023-02-03

Family

ID=85045717

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211349144.9A Pending CN115687119A (en) 2022-10-31 2022-10-31 Interface fuzzy test system based on generation and variation modes

Country Status (1)

Country Link
CN (1) CN115687119A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116150765A (en) * 2023-02-28 2023-05-23 上海安般信息科技有限公司 Fuzzy variation method and device based on API (application program interface) dependence

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060195588A1 (en) * 2005-01-25 2006-08-31 Whitehat Security, Inc. System for detecting vulnerabilities in web applications using client-side application interfaces
CN111159044A (en) * 2019-12-31 2020-05-15 上海绊糖信息科技有限公司 Automatic mobile terminal REST protocol fuzzy test method based on feature type
CN114297666A (en) * 2021-12-31 2022-04-08 上海安般信息科技有限公司 Cloud deployment automation vulnerability mining system based on fuzzy test

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060195588A1 (en) * 2005-01-25 2006-08-31 Whitehat Security, Inc. System for detecting vulnerabilities in web applications using client-side application interfaces
CN111159044A (en) * 2019-12-31 2020-05-15 上海绊糖信息科技有限公司 Automatic mobile terminal REST protocol fuzzy test method based on feature type
CN114297666A (en) * 2021-12-31 2022-04-08 上海安般信息科技有限公司 Cloud deployment automation vulnerability mining system based on fuzzy test

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116150765A (en) * 2023-02-28 2023-05-23 上海安般信息科技有限公司 Fuzzy variation method and device based on API (application program interface) dependence
CN116150765B (en) * 2023-02-28 2023-08-04 上海安般信息科技有限公司 Fuzzy variation method and device based on API (application program interface) dependence

Similar Documents

Publication Publication Date Title
US8839107B2 (en) Context based script generation
CN101821728B (en) Batch processing system
CN104536899B (en) A kind of software deployment and its maintaining method based on Intelligent cluster
US9417865B2 (en) Determining when to update a package manager software
US20080270515A1 (en) Method and apparatus for migrating the system environment on which the applications depend
US9690562B2 (en) Detecting computing processes requiring reinitialization after a software package update
JP5790412B2 (en) Stateless distributed parallel crawl technique for interactive client-server applications
US20210248487A1 (en) Framework management method and apparatus
US20030195951A1 (en) Method and system to dynamically detect, download and install drivers from an online service
CN108959059B (en) Test method and test platform
US20210382802A1 (en) Establishing and monitoring programming environments
US20100242032A1 (en) Network application versioning
JP2020520515A (en) Database integration test method, device, server, and recording medium
WO2007071343A2 (en) Systems and methods for finding log files generated by a distributed computer
JP5751134B2 (en) A technique for coordinating distributed parallel crawls of interactive client-server applications
CN112148610A (en) Test case execution method and device, computer equipment and storage medium
CN115687119A (en) Interface fuzzy test system based on generation and variation modes
CN112860282A (en) Upgrading method and device of cluster plug-in and server
CN111400102A (en) Application program change monitoring method, device, equipment and storage medium
CN106708727B (en) Distributed virus characteristic sample verification method and system
CN115454420A (en) Artificial intelligence algorithm model deployment system, method, equipment and storage medium
US20200036621A1 (en) Website load test controls
CN110727575B (en) Information processing method, system, device and storage medium
JP5790411B2 (en) Techniques for efficient partial crawling of interactive client-server applications in a parallel distributed environment
CN112148553A (en) Equipment monitoring method, device, system and computer readable 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