CN115052037A - Client detection method, device, storage medium and equipment - Google Patents
Client detection method, device, storage medium and equipment Download PDFInfo
- Publication number
- CN115052037A CN115052037A CN202210965557.3A CN202210965557A CN115052037A CN 115052037 A CN115052037 A CN 115052037A CN 202210965557 A CN202210965557 A CN 202210965557A CN 115052037 A CN115052037 A CN 115052037A
- Authority
- CN
- China
- Prior art keywords
- target
- name
- request
- domain name
- network request
- 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.)
- Granted
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/12—Network monitoring probes
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer And Data Communications (AREA)
Abstract
The application discloses a client detection method, a device, a storage medium and equipment, wherein the method comprises the following steps: calling a preset agent tool, and intercepting each network request sent to a server by a client; determining a target domain name and a target interface name based on request parameters contained in each network request and a preset keyword dictionary; after receiving a detection command input by a user, acquiring a code engineering name corresponding to a target domain name from a first mapping relation table; acquiring a code module name corresponding to the target interface name from the second mapping relation table; and generating a client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name. The method can realize the analysis of the bottom logic of the client, does not need to manually use a special test tool to check the network request of the client, and obviously improves the checking efficiency of the network request, thereby effectively reducing the time cost required by the detection process of the client.
Description
Technical Field
The present application relates to the field of application development, and in particular, to a method, an apparatus, a storage medium, and a device for detecting a client.
Background
In the field of application development, a service test needs to be performed on a client (for example, a mobile phone application) to ensure that a service function provided by the client meets a specified requirement (for example, a privacy collection requirement issued by a network supervision department). The client detection mode adopted at the present stage is generally as follows: manually using a special detection tool to perform packet capturing test on the client, specifically, checking the network requests of the client one by one, analyzing whether the network requests meet the specified requirements, and if the network requests do not meet the specified requirements, identifying the code engineering generating the network requests as violation codes. The detection process of the client needs to spend a lot of time and cost due to human factors and the service scenes of massive network requests.
Disclosure of Invention
The application provides a client detection method, a client detection device, a storage medium and equipment, and aims to reduce the time cost required by the client detection process.
In order to achieve the above object, the present application provides the following technical solutions:
a client detection method, comprising:
calling a preset agent tool, and intercepting each network request sent to a server by a client;
determining a target domain name and a target interface name based on request parameters contained in each network request and a preset keyword dictionary;
after receiving a detection command input by a user, acquiring a code engineering name corresponding to the target domain name from a first mapping relation table configured in advance;
acquiring a code module name corresponding to the target interface name from a second mapping relation table configured in advance;
and generating a client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name.
Optionally, the network request includes a network address and a plurality of request parameters, and the network address includes a domain name and an interface name;
the determining a target domain name and a target interface name based on the request parameters contained in each network request and a preset keyword dictionary includes:
for each network request, screening out request parameters meeting preset conditions from all request parameters contained in the network request, and identifying the request parameters as target request parameters; the preset conditions are as follows: the request parameter comprises a keyword in a preset keyword dictionary;
identifying a network request containing at least one target request parameter as a target network request;
identifying the domain name shown by the network address in the target network request as a target domain name;
and identifying the interface name shown by the network address in the target network request as a target interface name.
Optionally, after identifying the interface name shown by the network address in the target network request as the target interface name, the method further includes:
constructing a retrieval result file based on a target request parameter, a target domain name and a target interface name contained in the target network request;
and storing the retrieval result file into a local database according to a preset file storage path.
Optionally, after receiving a detection command input by a user, obtaining a code engineering name corresponding to the target domain name from a first mapping relationship table configured in advance, where the obtaining includes:
after receiving a detection command input by a user, acquiring the retrieval result file from the local database, and analyzing the retrieval result file to obtain the target domain name and the target interface name;
and acquiring the code engineering name corresponding to the target domain name from a first mapping relation table configured in advance.
Optionally, after generating a client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name, the method further includes:
and displaying the client detection result to the user through a preset piece.
A client detection apparatus, comprising:
the request acquisition unit is used for calling a preset proxy tool and intercepting each network request sent to the server by the client;
the determining unit is used for determining a target domain name and a target interface name based on request parameters contained in each network request and a preset keyword dictionary;
the first obtaining unit is used for obtaining a code engineering name corresponding to the target domain name from a first mapping relation table configured in advance after receiving a detection command input by a user;
a second obtaining unit, configured to obtain, from a second mapping relationship table configured in advance, a code module name corresponding to the target interface name;
and the result generation unit is used for generating a client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name.
Optionally, the network request includes a network address and a plurality of request parameters, and the network address includes a domain name and an interface name;
the determining unit is specifically configured to:
for each network request, screening out request parameters meeting preset conditions from all request parameters contained in the network request, and identifying the request parameters as target request parameters; the preset conditions are as follows: the request parameter comprises a keyword in a preset keyword dictionary;
identifying a network request containing at least one target request parameter as a target network request;
identifying the domain name shown by the network address in the target network request as a target domain name;
and identifying the interface name shown by the network address in the target network request as a target interface name.
Optionally, the determining unit is further configured to:
constructing a retrieval result file based on a target request parameter, a target domain name and a target interface name contained in the target network request;
and storing the retrieval result file into a local database according to a preset file storage path.
A computer-readable storage medium comprising a stored program, wherein the program performs the client detection method.
A client detection device, comprising: a processor, memory, and a bus; the processor and the memory are connected through the bus;
the memory is used for storing a program, and the processor is used for executing the program, wherein the program executes the client detection method during running.
According to the technical scheme, the preset agent tool is called, and each network request sent to the server side by the client side is intercepted. And determining a target domain name and a target interface name based on the request parameters contained in each network request and a preset keyword dictionary. And after receiving a detection command input by a user, acquiring a code engineering name corresponding to the target domain name from a first mapping relation table configured in advance. And acquiring the code module name corresponding to the target interface name from a second mapping relation table configured in advance. And generating a client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name. According to the method and the device, based on the network request, the preset keyword dictionary, the first mapping relation table and the second mapping relation, the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name are determined, the bottom layer logic of the client can be effectively checked, the network request generated by the client is not required to be checked manually by using a special testing tool, the checking efficiency of the network request is obviously improved, and therefore the time cost required by the client in the detection process is effectively reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1a is a schematic flowchart of a client detection method according to an embodiment of the present disclosure;
fig. 1b is a schematic flowchart of a client detection method according to an embodiment of the present application;
fig. 2 is a schematic flowchart of another client detection method according to an embodiment of the present application;
fig. 3 is a schematic diagram illustrating an architecture of a client detection apparatus according to an embodiment of the present disclosure.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. 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 application.
As shown in fig. 1a and fig. 1b, a schematic flow chart of a client detection method provided in the embodiment of the present application includes the following steps:
s101: and calling a preset agent tool to intercept each network request sent to the server by the client.
Wherein, the preset agent includes but is not limited to: mitmprxy.
In an embodiment of the present application, the network request includes a network address (colloquially referred to as a url address), a plurality of request parameters, and a parameter value for each request parameter. In addition, the network address includes a domain name and an interface name.
Generally, the type of the network request includes a get request and a post request, specifically, taking the post request as an example, the information included in the post request is specifically:
https://api.tv.sohu.com/v4/album/isDanmu.jsongid=x010740202ff141a6c1b3607200029c9c8e45d4f3ac3&mnc=-2&sver=8.9.71&area_code=3901&sysver=9&ua=Mozilla/5.0(Linux;Android9;PAR-AL00Build/HUAWEIPAR-AL00;wv)AppleWebKit/537.36(KHTML,likeGecko)Version/4.0Chrome/79.0.3945.116MobileSafari/537.36SohuVideoMobile/8.9.71(Platform/AndroidPhone;Android/9)&ssl=1&poid=1&tid=1&vid=7313687&uid=fefd8577-ffcc-1ba5-b37b-5dbfff78c8743d&ipcode=3901&site=1&partner=1006034759&api_key=9854b2afa779e1a6bff1962447a09dbd&has_barrage=1&appid=107402&abmode=1A_35A_43A_71A_79B_75A_87B_91A_9998B&plat=6&aid=9729417。
in the above specific example, https:// api. tv. sohu. com/v4/album/isdanmu. json represents network addresses, strings such as gid, mnc, sver and the like before "=", each representing request parameters, and correspondingly, strings such as x010740202ff141a6c1b3607200029c9c8e45d4f3ac3, -2, 8.9.71, and strings such as after "=", each representing parameter values of request parameters. For example, mnc = -2, mnc represents request parameters, and-2 represents parameter values of mnc. In addition, album and isDanmu each represent an interface name, and api.
It should be noted that the above specific implementation process is only for illustration.
S102: for each network request, screening out request parameters meeting preset conditions from all request parameters contained in the network request, and identifying the request parameters as target request parameters.
Wherein the preset conditions are as follows: the request parameters include keywords in a predetermined keyword dictionary.
Specifically, it is assumed that the keywords included in the preset keyword dictionary are: mnc and sver, and the request parameters included in the network request are: gid, mnc, sver, vid. Obviously, the network request includes the target keyword mnc and sver.
It should be noted that the above specific implementation process is only for illustration.
S103: the network request containing at least one target request parameter is identified as a target network request.
S104: and identifying the domain name shown by the network address in the target network request as the target domain name.
S105: and identifying the interface name shown by the network address in the target network request as the target interface name.
S106: and constructing a retrieval result file based on the target request parameters, the target domain name and the target interface name contained in the target network request.
S107: and storing the retrieval result file into a local database according to a preset file storage path.
The preset file storage path may be set by a technician according to an actual situation, and the embodiment of the present application is not limited.
S108: and after receiving a detection command input by a user, acquiring a retrieval result file from a local database, and analyzing the retrieval result file to obtain a target domain name and a target interface name.
S109: and acquiring a code engineering name corresponding to the target domain name from a pre-configured first mapping relation table.
The first mapping relation table comprises a plurality of domain names and code engineering names corresponding to the domain names.
Generally, different code engineering names are attributed to different code engineering. So-called code engineering, i.e. the underlying logic that provides service functions for a client, e.g. the underlying logic that provides interface service functions for a client.
S110: and acquiring the code module name corresponding to the target interface name from a second mapping relation table configured in advance.
The second mapping relation table comprises a plurality of interface names and code module names corresponding to the interface names.
Generally, different code module names pertain to different code modules. The code module is a logic of a method for providing a single-purpose function for the client, for example, the video playing module is a logic of a method for providing a video playing function.
S111: and generating a client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name.
S112: and displaying the client detection result to the user through a preset interface.
In summary, in the embodiment, based on the network request, the preset keyword dictionary, the first mapping table and the second mapping table, the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name are determined, so that the bottom layer logic of the client can be effectively checked, a special test tool does not need to be manually used for checking the network request generated by the client, the checking efficiency of the network request is obviously improved, and the time cost required by the client in the detection process is effectively reduced.
It should be noted that, in the foregoing embodiment, the step S102 is an optional implementation manner of the client detection method shown in the embodiment of the present application. In addition, S112 mentioned in the foregoing embodiment is also an optional implementation manner of the client detection method shown in the embodiment of the present application. For this reason, the flow mentioned in the above embodiment can be summarized as the method shown in fig. 2.
As shown in fig. 2, a schematic flow chart of another client detection method provided in the embodiment of the present application includes the following steps:
s201: and calling a preset agent tool to intercept each network request sent to the server by the client.
S202: and determining a target domain name and a target interface name based on the request parameters contained in each network request and a preset keyword dictionary.
S203: and after receiving a detection command input by a user, acquiring a code engineering name corresponding to the target domain name from a first mapping relation table configured in advance.
S204: and acquiring the code module name corresponding to the target interface name from a second mapping relation table configured in advance.
S205: and generating a client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name.
In summary, in this embodiment, based on the network request, the preset keyword dictionary, the first mapping table and the second mapping table, the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name are determined, so that effective inspection of the bottom layer logic of the client can be achieved, a special test tool does not need to be manually used to inspect the network request generated by the client, the inspection efficiency of the network request is significantly improved, and thus the time cost required by the client in the detection process is effectively reduced.
Corresponding to the client detection method provided by the embodiment of the application, the embodiment of the application also provides a client detection device.
As shown in fig. 3, a schematic diagram of an architecture of a client detection apparatus provided in the embodiment of the present application includes:
the request obtaining unit 100 is configured to invoke a preset proxy tool, and intercept each network request sent by the client to the server.
The determining unit 200 is configured to determine a target domain name and a target interface name based on request parameters included in each network request and a preset keyword dictionary.
Optionally, the network request includes a network address and a plurality of request parameters, and the network address includes a domain name and an interface name.
The determining unit 200 is specifically configured to: for each network request, screening out request parameters meeting preset conditions from all request parameters contained in the network request, and identifying the request parameters as target request parameters; the preset conditions are as follows: the request parameter comprises a keyword in a preset keyword dictionary; identifying a network request containing at least one target request parameter as a target network request; identifying the domain name shown by the network address in the target network request as a target domain name; and identifying the interface name shown by the network address in the target network request as the target interface name.
The determination unit 200 is further configured to: constructing a retrieval result file based on a target request parameter, a target domain name and a target interface name contained in the target network request; and storing the retrieval result file into a local database according to a preset file storage path.
The first obtaining unit 300 is configured to, after receiving a detection command input by a user, obtain a code engineering name corresponding to a target domain name from a first mapping table configured in advance.
Optionally, the first obtaining unit 300 is specifically configured to: after receiving a detection command input by a user, acquiring a retrieval result file from a local database, and analyzing the retrieval result file to obtain a target domain name and a target interface name; and acquiring a code engineering name corresponding to the target domain name from a pre-configured first mapping relation table.
A second obtaining unit 400, configured to obtain, from a second mapping relationship table configured in advance, a code module name corresponding to the target interface name.
And a result generating unit 500, configured to generate a client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name.
And a result display unit 600, configured to display the client detection result to the user through a preset piece.
In summary, in the embodiment, based on the network request, the preset keyword dictionary, the first mapping table and the second mapping table, the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name are determined, so that the bottom layer logic of the client can be effectively checked, a special test tool does not need to be manually used for checking the network request generated by the client, the checking efficiency of the network request is obviously improved, and the time cost required by the client in the detection process is effectively reduced.
The present application also provides a computer-readable storage medium including a stored program, wherein the program executes the client detection method provided by the present application.
The present application further provides a client detection device, including: a processor, a memory, and a bus. The processor is connected with the memory through a bus, the memory is used for storing programs, and the processor is used for running the programs, wherein when the programs are run, the client detection method provided by the application is executed, and the method comprises the following steps:
calling a preset agent tool, and intercepting each network request sent to a server by a client;
determining a target domain name and a target interface name based on request parameters contained in each network request and a preset keyword dictionary;
after receiving a detection command input by a user, acquiring a code engineering name corresponding to the target domain name from a first mapping relation table configured in advance;
acquiring a code module name corresponding to the target interface name from a second mapping relation table configured in advance;
and generating a client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name.
Specifically, on the basis of the above embodiment, the network request includes a network address and a plurality of request parameters, and the network address includes a domain name and an interface name;
the determining a target domain name and a target interface name based on the request parameters contained in each network request and a preset keyword dictionary includes:
for each network request, screening out request parameters meeting preset conditions from all request parameters contained in the network request, and identifying the request parameters as target request parameters; the preset conditions are as follows: the request parameter comprises a keyword in a preset keyword dictionary;
identifying a network request containing at least one target request parameter as a target network request;
identifying the domain name shown by the network address in the target network request as a target domain name;
and identifying the interface name shown by the network address in the target network request as a target interface name.
Specifically, on the basis of the foregoing embodiment, after identifying the interface name indicated by the network address in the target network request as the target interface name, the method further includes:
constructing a retrieval result file based on a target request parameter, a target domain name and a target interface name which are contained in the target network request;
and storing the retrieval result file into a local database according to a preset file storage path.
Specifically, on the basis of the foregoing embodiment, after receiving a detection command input by a user, acquiring a code engineering name corresponding to the target domain name from a first mapping relationship table configured in advance, includes:
after receiving a detection command input by a user, acquiring the retrieval result file from the local database, and analyzing the retrieval result file to obtain the target domain name and the target interface name;
and acquiring the code engineering name corresponding to the target domain name from a first mapping relation table configured in advance.
Specifically, on the basis of the above embodiment, after generating the client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name, the method further includes:
and displaying the client detection result to the user through a preset piece.
The functions described in the method of the embodiment of the present application, if implemented in the form of software functional units and sold or used as independent products, may be stored in a storage medium readable by a computing device. Based on such understanding, part of the contribution to the prior art of the embodiments of the present application or part of the technical solution may be embodied in the form of a software product stored in a storage medium and including several instructions for causing a computing device (which may be a personal computer, a server, a mobile computing device or a network device) to execute all or part of the steps of the method described in the embodiments of the present application. And the aforementioned storage medium includes: u disk, removable hard disk, read only memory, random access memory, magnetic or optical disk, etc. for storing program codes.
In the present specification, the embodiments are described in a progressive manner, and each embodiment focuses on differences from other embodiments, and the same or similar parts between the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (10)
1. A client detection method, comprising:
calling a preset agent tool, and intercepting each network request sent to a server by a client;
determining a target domain name and a target interface name based on request parameters contained in each network request and a preset keyword dictionary;
after receiving a detection command input by a user, acquiring a code engineering name corresponding to the target domain name from a pre-configured first mapping relation table;
acquiring a code module name corresponding to the target interface name from a second mapping relation table configured in advance;
and generating a client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name.
2. The method of claim 1, wherein the network request comprises a network address and a plurality of request parameters, wherein the network address comprises a domain name and an interface name;
the determining a target domain name and a target interface name based on the request parameters contained in each network request and a preset keyword dictionary includes:
for each network request, screening out request parameters meeting preset conditions from all request parameters contained in the network request, and identifying the request parameters as target request parameters; the preset conditions are as follows: the request parameter comprises a keyword in a preset keyword dictionary;
identifying a network request containing at least one of the target request parameters as a target network request;
identifying the domain name shown by the network address in the target network request as a target domain name;
and identifying the interface name shown by the network address in the target network request as a target interface name.
3. The method of claim 2, wherein after identifying the interface name indicated by the network address in the target network request as the target interface name, further comprising:
constructing a retrieval result file based on a target request parameter, a target domain name and a target interface name contained in the target network request;
and storing the retrieval result file into a local database according to a preset file storage path.
4. The method according to claim 3, wherein after receiving a detection command input by a user, acquiring a code engineering name corresponding to the target domain name from a first mapping relation table configured in advance, comprises:
after receiving a detection command input by a user, acquiring the retrieval result file from the local database, and analyzing the retrieval result file to obtain the target domain name and the target interface name;
and acquiring the code engineering name corresponding to the target domain name from a first mapping relation table configured in advance.
5. The method according to claim 1, wherein after generating the client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name, further comprising:
and displaying the client detection result to the user through a preset piece.
6. A client detection apparatus, comprising:
the request acquisition unit is used for calling a preset proxy tool and intercepting each network request sent to the server by the client;
the determining unit is used for determining a target domain name and a target interface name based on request parameters contained in each network request and a preset keyword dictionary;
the first obtaining unit is used for obtaining a code engineering name corresponding to the target domain name from a first mapping relation table configured in advance after receiving a detection command input by a user;
a second obtaining unit, configured to obtain, from a second mapping relationship table configured in advance, a code module name corresponding to the target interface name;
and the result generation unit is used for generating a client detection result based on the code engineering name corresponding to the target domain name and the code module name corresponding to the target interface name.
7. The apparatus of claim 6, wherein the network request comprises a network address and a plurality of request parameters, the network address comprising a domain name and an interface name;
the determining unit is specifically configured to:
for each network request, screening out request parameters meeting preset conditions from all request parameters contained in the network request, and identifying the request parameters as target request parameters; the preset conditions are as follows: the request parameter comprises a keyword in a preset keyword dictionary;
identifying a network request containing at least one target request parameter as a target network request;
identifying the domain name shown by the network address in the target network request as a target domain name;
and identifying the interface name shown by the network address in the target network request as a target interface name.
8. The apparatus of claim 7, wherein the determining unit is further configured to:
constructing a retrieval result file based on a target request parameter, a target domain name and a target interface name contained in the target network request;
and storing the retrieval result file into a local database according to a preset file storage path.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium comprises a stored program, wherein the program performs the client detection method of any one of claims 1 to 5.
10. A client detection device, comprising: a processor, a memory, and a bus; the processor and the memory are connected through the bus;
the memory is used for storing a program, and the processor is used for executing the program, wherein the program executes the client detection method according to any one of claims 1 to 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210965557.3A CN115052037B (en) | 2022-08-12 | 2022-08-12 | Client detection method, device, storage medium and equipment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210965557.3A CN115052037B (en) | 2022-08-12 | 2022-08-12 | Client detection method, device, storage medium and equipment |
Publications (2)
Publication Number | Publication Date |
---|---|
CN115052037A true CN115052037A (en) | 2022-09-13 |
CN115052037B CN115052037B (en) | 2022-12-27 |
Family
ID=83166561
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210965557.3A Active CN115052037B (en) | 2022-08-12 | 2022-08-12 | Client detection method, device, storage medium and equipment |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN115052037B (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117492823A (en) * | 2023-12-29 | 2024-02-02 | 珠海格力电器股份有限公司 | Code acquisition method, device, electronic equipment and readable storage medium |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104700029A (en) * | 2013-12-04 | 2015-06-10 | 中国移动通信集团广东有限公司 | On-line detecting method, device and server for software |
US20170041340A1 (en) * | 2014-04-11 | 2017-02-09 | Hdiv Security, S.L. | Detection of manipulation of applications |
CN109542758A (en) * | 2018-09-29 | 2019-03-29 | 中国平安人寿保险股份有限公司 | Application program fault-tolerant ability test method, device, computer readable storage medium |
US20190141064A1 (en) * | 2014-04-17 | 2019-05-09 | Shape Security, Inc. | Detecting attacks against a server computer based on characterizing user interactions with the client computing device |
CN110351259A (en) * | 2019-06-28 | 2019-10-18 | 深圳数位传媒科技有限公司 | A kind of method and device obtaining APP authentication information based on network packet capturing |
CN113489672A (en) * | 2021-05-21 | 2021-10-08 | 浙江大学 | Network sniffing-based REST interface specification packaging system |
CN113726945A (en) * | 2021-08-03 | 2021-11-30 | 贵州电子商务云运营有限责任公司 | Cell phone app data automatic acquisition method based on frida framework |
CN114168945A (en) * | 2021-12-09 | 2022-03-11 | 绿盟科技集团股份有限公司 | Method and device for detecting potential risk of sub-domain name |
-
2022
- 2022-08-12 CN CN202210965557.3A patent/CN115052037B/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104700029A (en) * | 2013-12-04 | 2015-06-10 | 中国移动通信集团广东有限公司 | On-line detecting method, device and server for software |
US20170041340A1 (en) * | 2014-04-11 | 2017-02-09 | Hdiv Security, S.L. | Detection of manipulation of applications |
US20190141064A1 (en) * | 2014-04-17 | 2019-05-09 | Shape Security, Inc. | Detecting attacks against a server computer based on characterizing user interactions with the client computing device |
CN109542758A (en) * | 2018-09-29 | 2019-03-29 | 中国平安人寿保险股份有限公司 | Application program fault-tolerant ability test method, device, computer readable storage medium |
CN110351259A (en) * | 2019-06-28 | 2019-10-18 | 深圳数位传媒科技有限公司 | A kind of method and device obtaining APP authentication information based on network packet capturing |
CN113489672A (en) * | 2021-05-21 | 2021-10-08 | 浙江大学 | Network sniffing-based REST interface specification packaging system |
CN113726945A (en) * | 2021-08-03 | 2021-11-30 | 贵州电子商务云运营有限责任公司 | Cell phone app data automatic acquisition method based on frida framework |
CN114168945A (en) * | 2021-12-09 | 2022-03-11 | 绿盟科技集团股份有限公司 | Method and device for detecting potential risk of sub-domain name |
Non-Patent Citations (2)
Title |
---|
文伟平等: "一种基于Android内核的APP敏感行为检测方法及实现", 《信息网络安全》 * |
爱加密: "爱加密移动应用个人信息安全检测平台", 《HTTPS://MP.WEIXIN.QQ.COM/S/VWKNK5M5EX2EBT2ULLQG8G》 * |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117492823A (en) * | 2023-12-29 | 2024-02-02 | 珠海格力电器股份有限公司 | Code acquisition method, device, electronic equipment and readable storage medium |
CN117492823B (en) * | 2023-12-29 | 2024-04-05 | 珠海格力电器股份有限公司 | Code acquisition method, device, electronic equipment and readable storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN115052037B (en) | 2022-12-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107391359B (en) | Service testing method and device | |
CN110378749A (en) | Appraisal procedure, device, terminal device and the storage medium of user data similitude | |
CN110320378B (en) | Method, apparatus, device and computer readable storage medium for applying for a quality control test | |
CN109309596A (en) | A kind of method for testing pressure, device and server | |
CN110955409B (en) | Method and device for creating resources on cloud platform | |
CN109241722A (en) | For obtaining method, electronic equipment and the computer-readable medium of information | |
CN111666201A (en) | Regression testing method, device, medium and electronic equipment | |
CN109828920A (en) | A kind of log analysis method, device and computer readable storage medium | |
CN115052037B (en) | Client detection method, device, storage medium and equipment | |
CN107368407B (en) | Information processing method and device | |
CN111324510B (en) | Log processing method and device and electronic equipment | |
CN114253864A (en) | Service testing method and device, electronic equipment and storage medium | |
CN110334012B (en) | Risk assessment method and device | |
CN109840212B (en) | Function test method, device and equipment of application program and readable storage medium | |
CN110838929B (en) | System error checking method and system error checking device | |
CN110609786A (en) | Software testing method and device, computer equipment and storage medium | |
CN112561690B (en) | Method, system, equipment and storage medium for testing credit card staged service interface | |
CN108153655B (en) | Method for detecting drawing call quantity of virtual reality software and storage medium | |
CN112988589A (en) | Interface testing method, device and system | |
CN115022201B (en) | Data processing function test method, device, equipment and storage medium | |
CN116483888A (en) | Program evaluation method and device, electronic equipment and computer readable storage medium | |
CN113760315B (en) | Method and device for testing system | |
CN110992166B (en) | Method and device for testing online loan application | |
CN113342664A (en) | Dial testing method and device, storage medium and computer equipment | |
CN111552634A (en) | Method and device for testing front-end system and 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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |