CN115052037B - Client detection method, device, storage medium and equipment - Google Patents

Client detection method, device, storage medium and equipment Download PDF

Info

Publication number
CN115052037B
CN115052037B CN202210965557.3A CN202210965557A CN115052037B CN 115052037 B CN115052037 B CN 115052037B CN 202210965557 A CN202210965557 A CN 202210965557A CN 115052037 B CN115052037 B CN 115052037B
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.)
Active
Application number
CN202210965557.3A
Other languages
Chinese (zh)
Other versions
CN115052037A (en
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.)
Beijing Sohu New Power Information Technology Co ltd
Original Assignee
Beijing Sohu New Power 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 Beijing Sohu New Power Information Technology Co ltd filed Critical Beijing Sohu New Power Information Technology Co ltd
Priority to CN202210965557.3A priority Critical patent/CN115052037B/en
Publication of CN115052037A publication Critical patent/CN115052037A/en
Application granted granted Critical
Publication of CN115052037B publication Critical patent/CN115052037B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/12Network monitoring probes

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

Client detection method, device, storage medium and equipment
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 is required to be performed on a client (for example, a mobile phone application, etc.) 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 in 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 comprises:
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.
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 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.
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, 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 during running.
According to the technical scheme, the preset proxy 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, effective inspection of the bottom layer logic of the client can be achieved, manual inspection of the network request generated by the client by using a special testing tool is not needed, the inspection efficiency of the network request is obviously improved, and therefore the time cost required by the detection process of the client 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 disclosure;
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 types of the network request include a get request and a post request, and 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 preceding "=", each representing request parameters, and correspondingly, strings such as x010740202ff141a6c1b3607200029c9c8e45d4f3ac3, -2, 8.9.71, and the like following "=", each representing parameter values of the request parameters. For example, mnc = -2, mnc represents the request parameter, and-2 represents the parameter value 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 network request comprises the following request parameters: gid, mnc, sver, vid. Obviously, the network request includes the target keywords 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 project names are attributed to different code projects. So-called code engineering is the underlying logic that provides service functions for clients, e.g., interface service engineering provides the underlying logic of interface service functions for clients.
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 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.
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 above 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 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, an architecture diagram 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 comprises:
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 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 foregoing embodiment, 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.
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.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among 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 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.
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 comprises:
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.
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 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.
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, the method further comprises:
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 side by the client side;
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.
CN202210965557.3A 2022-08-12 2022-08-12 Client detection method, device, storage medium and equipment Active CN115052037B (en)

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 CN115052037A (en) 2022-09-13
CN115052037B true 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)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117492823B (en) * 2023-12-29 2024-04-05 珠海格力电器股份有限公司 Code acquisition method, device, electronic equipment and readable storage medium

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104700029B (en) * 2013-12-04 2018-06-26 中国移动通信集团广东有限公司 A kind of software online test method, device and server
ES2892849T3 (en) * 2014-04-11 2022-02-07 Hdiv Security S L Application tampering detection
US8997226B1 (en) * 2014-04-17 2015-03-31 Shape Security, Inc. Detection of client-side malware activity
CN109542758B (en) * 2018-09-29 2023-05-26 中国平安人寿保险股份有限公司 Method and device for testing fault tolerance of application program and 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
CN113489672B (en) * 2021-05-21 2022-05-17 浙江大学 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

Also Published As

Publication number Publication date
CN115052037A (en) 2022-09-13

Similar Documents

Publication Publication Date Title
CN107391359B (en) Service testing method and device
CN110378749B (en) Client similarity evaluation method and device, terminal equipment and storage medium
CN109309596B (en) Pressure testing method and device and server
CN110825618A (en) Method and related device for generating test case
CN115052037B (en) Client detection method, device, storage medium and equipment
CN111324510B (en) Log processing method and device and electronic equipment
CN110334012B (en) Risk assessment method and device
CN109840212B (en) Function test method, device and equipment of application program and readable storage medium
CN107368407B (en) Information processing method and device
CN110674023B (en) Interface testing method and device
CN109828920A (en) A kind of log analysis method, device and computer readable storage medium
CN112561690A (en) Method, system, equipment and storage medium for testing credit card staging service interface
CN115022201B (en) Data processing function test method, device, equipment and storage medium
CN112416762A (en) API test method and device, equipment and computer readable storage medium
CN116483888A (en) Program evaluation method and device, electronic equipment and computer readable storage medium
CN108153655B (en) Method for detecting drawing call quantity of virtual reality software and storage medium
CN110609786A (en) Software testing method and device, computer equipment and storage medium
CN114238048B (en) Automatic testing method and system for Web front-end performance
CN110838929A (en) System error checking method and system error checking device
CN109726550A (en) Abnormal operation behavioral value method, apparatus and computer readable storage medium
CN114338846A (en) Message testing method and device
CN110851254A (en) Equipment production method, device, server and storage medium based on microservice
CN110992166B (en) Method and device for testing online loan application
CN116303080A (en) Interface testing method, device, electronic equipment and storage medium
CN114942730B (en) Method and device for determining residual storage space and electronic equipment

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