CN116644250B - Page detection method, page detection device, computer equipment and storage medium - Google Patents

Page detection method, page detection device, computer equipment and storage medium Download PDF

Info

Publication number
CN116644250B
CN116644250B CN202310927703.8A CN202310927703A CN116644250B CN 116644250 B CN116644250 B CN 116644250B CN 202310927703 A CN202310927703 A CN 202310927703A CN 116644250 B CN116644250 B CN 116644250B
Authority
CN
China
Prior art keywords
page
detected
response
url address
reference information
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
CN202310927703.8A
Other languages
Chinese (zh)
Other versions
CN116644250A (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.)
Taiping Finance Technology Services Shanghai Co ltd
Original Assignee
Taiping Finance Technology Services Shanghai 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 Taiping Finance Technology Services Shanghai Co ltd filed Critical Taiping Finance Technology Services Shanghai Co ltd
Priority to CN202310927703.8A priority Critical patent/CN116644250B/en
Publication of CN116644250A publication Critical patent/CN116644250A/en
Application granted granted Critical
Publication of CN116644250B publication Critical patent/CN116644250B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The present application relates to a page detection method, apparatus, computer device, storage medium and computer program product. The method comprises the following steps: acquiring reference information corresponding to a URL address of a uniform resource locator to be detected; according to the type of the reference information, performing access detection on the URL address to be detected to obtain a response page of the access detection; performing screenshot processing on the response page to obtain a page picture corresponding to the response page; determining a page detection result of the URL address to be detected according to the page picture and the reference information; the page detection result is used for representing whether a response page returned by accessing the URL address to be detected is normal or not; the type of the reference information comprises at least one of state response information, login response information and plug-in call response information corresponding to the URL address to be detected. By adopting the method, the efficiency of detecting the URL service can be improved.

Description

Page detection method, page detection device, computer equipment and storage medium
Technical Field
The present application relates to the field of computer technology, and in particular, to a page detection method, apparatus, computer device, storage medium, and computer program product.
Background
With the continuous development of computers, users can obtain corresponding resources from the internet through uniform resource locators (Uniform Resource Locator, URLs), so that the users can obtain internet resources more conveniently and efficiently. In order to ensure that the user can effectively acquire the corresponding resource and ensure the accuracy of the resource, the service of the URL needs to be detected in advance.
Conventionally, when detecting a service of a URL, it is often necessary to manually detect page contents corresponding to a URL address. Thus, detecting the service of the URL in the above manner is inefficient.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a page detection method, apparatus, computer device, computer-readable storage medium, and computer program product that can improve the efficiency of detecting services of URLs.
In a first aspect, the present application provides a page detection method. The method comprises the following steps:
acquiring reference information corresponding to a URL address of a uniform resource locator to be detected; according to the type of the reference information, performing access detection on the URL address to be detected to obtain a response page of the access detection; performing screenshot processing on the response page to obtain a page picture corresponding to the response page; determining a page detection result of the URL address to be detected according to the page picture and the reference information; the page detection result is used for representing whether a response page returned by accessing the URL address to be detected is normal or not;
The type of the reference information comprises at least one of state response information, login response information and plug-in call response information corresponding to the URL address to be detected; the state response information corresponds to the availability detection class of the URL address to be detected, the login response information corresponds to the simulated login class of the URL address to be detected, and the plug-in response information corresponds to the service availability detection class of the URL address to be detected.
In one embodiment, the type of the reference information includes status response information, and according to the type of the reference information, performing access detection on the URL address to be detected to obtain a response page of the access detection, including:
and calling response message information after loading the URL address to be detected, and obtaining a response page corresponding to the state response information.
In one embodiment, the type of the reference information includes login response information, and according to the type of the reference information, performing access detection on the URL address to be detected to obtain a response page of the access detection, including:
and performing simulated login operation on the page returned after the URL address to be detected is loaded, and obtaining a response page corresponding to login response information.
In one embodiment, the type of the reference information includes plug-in call response information, and according to the type of the reference information, performing access detection on the URL address to be detected to obtain a response page of the access detection, including:
And calling the plugin on the page returned after the URL address to be detected is loaded, and obtaining a response page corresponding to the plugin calling response information.
In one embodiment, obtaining the reference information corresponding to the URL address of the uniform resource locator to be detected includes:
acquiring a target type of reference information selected by a user on a page detection management interface; the page detection management interface comprises a plurality of types of reference information and a URL address list; and acquiring reference information corresponding to the URL address to be detected, which is displayed in the URL address list, from a preset reference information library.
In one embodiment, the method further comprises:
the reference information is distributed to at least one slave device connected to the page detection device to obtain a page detection result of the URL address to be detected by the slave device.
In one embodiment, distributing reference information to at least one slave device connected to a page detection device includes:
according to the type of the reference information, the quantity to be processed of each slave device is obtained; the number to be processed is the number of the reference information which is received by the slave device and corresponds to the unprocessed type; and sending the reference information to the target slave device with the smallest number to be processed.
In one embodiment, determining the page detection result of the URL address to be detected according to the page picture and the reference information includes:
carrying out recognition processing on the page picture to obtain a picture recognition result; if the picture identification result is matched with the reference information, determining that the page detection result is normal; if the picture identification result is not matched with the reference information, determining that the page detection result is abnormal.
In a second aspect, the application further provides a page detection device. The device comprises:
the acquisition module is used for acquiring the reference information corresponding to the URL address of the uniform resource locator to be detected;
the access detection module is used for carrying out access detection on the URL address to be detected according to the type of the reference information to obtain a response page of the access detection;
the screenshot module is used for performing screenshot processing on the response page to obtain a page picture corresponding to the response page;
the determining module is used for determining a page detection result of the URL address to be detected according to the page picture and the reference information; the page detection result is used for representing whether a response page returned by accessing the URL address to be detected is normal or not;
the type of the reference information comprises at least one of state response information, login response information and plug-in call response information corresponding to the URL address to be detected; the state response information corresponds to the availability detection class of the URL address to be detected, the login response information corresponds to the simulated login class of the URL address to be detected, and the plug-in response information corresponds to the service availability detection class of the URL address to be detected.
In a third aspect, the present application also provides a computer device. The computer device comprises a memory storing a computer program and a processor implementing the method steps of any of the embodiments of the first aspect described above when the processor executes the computer program.
In a fourth aspect, the present application also provides a computer-readable storage medium. The computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements the method steps of any of the embodiments of the first aspect described above.
In a fifth aspect, the present application also provides a computer program product. The computer program product comprising a computer program which, when executed by a processor, carries out the method steps of any of the embodiments of the first aspect described above.
The page detection method, the page detection device, the computer equipment, the storage medium and the computer program product are characterized in that the reference information corresponding to the URL address of the uniform resource locator to be detected is obtained; according to the type of the reference information, performing access detection on the URL address to be detected to obtain a response page of the access detection; performing screenshot processing on the response page to obtain a page picture corresponding to the response page; and determining a page detection result of the URL address to be detected according to the page picture and the reference information. In the technical scheme provided by the embodiment of the application, the response page corresponding to the URL address can be automatically accessed, and the response page is stored in a picture form after the screenshot, so that the page content is detected after the corresponding URL address is input in the address bar every time without manually inputting the corresponding URL address, and under the condition that a large number of URL addresses of uniform resource locators to be detected exist, the response page accessed and detected can be quickly and automatically obtained, and the page content is detected, thereby improving the efficiency and the accuracy of page detection; in addition, the obtained response page can be directly stored as a page picture, repeated viewing can be performed for many times, the subsequent detection of the page content according to the page picture is facilitated, and the page detection efficiency is further improved.
Drawings
FIG. 1 is an internal block diagram of a computer device in one embodiment;
FIG. 2 is a flow chart of a page detection method in one embodiment;
FIG. 3 is a diagram illustrating a normal status code in one embodiment;
FIG. 4 is a diagram illustrating an exception of a status code in one embodiment;
FIG. 5 is a schematic diagram of a page prior to simulated login in one embodiment;
FIG. 6 is a schematic diagram of a page after simulated login, in one embodiment;
FIG. 7 is a diagram of a page of a calling plug-in one embodiment;
FIG. 8 is a schematic diagram of a page after a call plug-in is simulated in one embodiment;
FIG. 9 is a flow diagram of acquiring reference information in one embodiment;
FIG. 10 is a schematic diagram of a page detection management interface in one embodiment;
FIG. 11 is a schematic diagram of inspection result preservation in one embodiment;
FIG. 12 is a diagram of a management interface to a URL availability detection class file in one embodiment;
FIG. 13 is a diagram of a management interface for a URL simulated login class file in one embodiment;
FIG. 14 is a diagram of a management interface to a URL service availability detection class file in one embodiment;
FIG. 15 is a schematic diagram of an overall device architecture for page detection in one embodiment;
FIG. 16 is a flow diagram of distributing reference information in one embodiment;
FIG. 17 is a flow chart of distributing reference information in another embodiment;
FIG. 18 is a flow chart illustrating determining page detection results in one embodiment;
fig. 19 is a block diagram showing the structure of a page detection device in one embodiment.
Detailed Description
The present application will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application.
The page detection method provided by the application can be applied to computer equipment, wherein the computer equipment can be a server or a terminal, the server can be one server or a server cluster consisting of a plurality of servers, the embodiment of the application is not particularly limited to the embodiment, and the terminal can be but not limited to various personal computers, notebook computers, smart phones, tablet computers and portable wearable equipment.
Taking the example of a computer device being a server, fig. 1 shows a block diagram of a server, as shown in fig. 1, the computer device comprising a processor, a memory, and a network interface connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer device is for storing page detection data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a page detection method.
It will be appreciated by those skilled in the art that the structure shown in fig. 1 is merely a block diagram of a portion of the structure associated with the present inventive arrangements and does not constitute a limitation of the servers to which the present inventive arrangements are applied, alternatively the servers may include more or less components than those shown, or may combine certain components, or have different arrangements of components.
It should be noted that, the execution body of the embodiment of the present application may be a computer device or a page detection device, and in the following method embodiment, the execution body is described with the computer device as the execution body.
In one embodiment, as shown in fig. 2, which shows a flowchart of page detection provided by an embodiment of the present application, the method may include the following steps:
step 220, obtaining the reference information corresponding to the URL address of the uniform resource locator to be detected.
The uniform resource locator (Uniform Resource Locator, URL) is a concise representation of the location and access method of resources available on the internet, and is the address of standard resources on the internet. The reference information corresponding to the URL address to be detected may include different types of reference information, for example, may include status response information, login response information, plug-in call response information, and the like corresponding to the URL address to be detected, and may of course also include other types of reference information, which is not limited in detail in this embodiment. The reference information corresponding to the URL address to be detected can be imported into the device in advance and stored in a preset reference information base, different types of reference information can be stored in the preset reference information base in a file form, and then the corresponding reference information is acquired from the reference information base according to the types of the reference information.
The type of the reference information comprises at least one of state response information, login response information and plug-in call response information corresponding to the URL address to be detected. The state response information corresponds to the availability detection class of the URL to be detected, specifically can be used for detecting the availability of the URL service, and ensures that the state code returned by the URL to be detected is correct; the login response information corresponds to the simulated login class of the URL to be detected, specifically, the login is performed according to the appointed account password, and whether the information such as the page after login is normal or not is detected; the service availability detection class of the plugin response information corresponding to the URL to be detected may specifically be to detect whether the sub URL in the URL to be detected, i.e. the plugin is available, for example, whether the chat plugin on the page and the like can normally provide services.
Since the reference information includes a plurality of types, different naming manners can be used when the reference information is stored in the form of a file, so that better distinction is facilitated. For example, the content detection class may be stored in source_url_a.txt, the availability detection class may be stored in source_url_b.txt, the simulated login class may be stored in source_url_c.txt, and the service availability detection class may be stored in source_url_d.txt, where the plug-in the service availability detection class is in the form of a picture, and thus the picture name corresponding to the plug-in may also be stored in source_url_d.txt. The page of the URL to be detected can be detected more comprehensively by classifying the reference information, so that the accuracy of page detection is improved, the inspection program can be used for detecting pertinently by classifying detection, and the efficiency of page detection is also improved. And 240, performing access detection on the URL address to be detected according to the type of the reference information to obtain a response page of the access detection.
According to different types of reference information, the URL address to be detected can be directly subjected to access detection, so that a response page of the access detection is obtained; other operations can be executed on the page returned after the URL address to be detected is accessed and detected, so that a response page for access detection is obtained; the response page from which the access detection is finally obtained may be a response page obtained by other means, which is not particularly limited in this embodiment. When the URL address to be detected is accessed and detected, the URL address to be detected can be realized based on an automatic test framework, the automatic test framework can be selenium or other types of automatic test frameworks, the selenium automatic test framework has low code property and flexible configuration, and meanwhile, the automatic test framework also supports the characteristics of uninterrupted work for 7 x 24 hours and stop-and-start.
Based on an automatic test framework, a corresponding inspection program is compiled in advance, so that the operation of the inspection program can simulate and locate the URL address to be detected, and a response page can be obtained by simulating and manually inputting the URL address to be detected directly into an address bar. When the URL address to be detected is accessed and detected, corresponding information input interfaces can be provided for setting related information such as inspection frequency of page detection, a detection result file storage path, start-stop control of detection and the like. For example, the inspection frequency of the page inspection may be set to 60 minutes, the storage path of the inspection result file may be set according to the actual requirement, the current state of the detected start-stop control may be set to dark color, and the page inspection is not performed in the stop state; the inspection program can be run in the starting state.
And 260, performing screenshot processing on the response page to obtain a page picture corresponding to the response page.
After the response page of the access detection is obtained, the response page can be subjected to screenshot processing by calling a screenshot tool under an automatic test framework, so that a page picture corresponding to the response page is obtained, and the screenshot tool can be a get_screenshot_as_ file (filename) tool. The obtained page picture can be directly saved, the page picture can be correspondingly processed and then saved, for example, the obtained page picture can be cut and the like, the information such as the URL address to be detected and the inspection serial number of the URL address to be detected corresponding to the page picture can be converted into the picture, the page picture and the picture are spliced by using a splicing technology and then saved, and a plurality of page pictures or a plurality of spliced page pictures can be spliced again and then saved.
When the storage is performed, the storage can be performed according to a preset storage rule, the storage rule can be that corresponding folders are generated according to the inspection frequency, each folder comprises page pictures corresponding to different reference information types respectively, wherein the naming mode of each page picture can be determined according to the type of the reference information, the naming mode of each folder can be named according to a preset format, for example, the naming mode can be named according to a format of year-month-day-hour-minute, and the naming is only an exemplary explanation and is not limited in particular.
Step 280, determining a page detection result of the URL address to be detected according to the page picture and the reference information; the page detection result is used for indicating whether the response page returned by accessing the URL address to be detected is normal or not.
After the page picture is obtained, manually comparing the page content in the page picture with the reference information, so as to obtain a page detection result of the URL address to be detected; the method can also adopt AI, NLP, OCR and other technologies to automatically extract the page content on the page picture, so that the page content is compared with the reference information, the page detection result of the URL address to be detected is finally obtained, the page detection result of the URL address to be detected can be determined according to the page picture and the reference information in other modes, and finally whether the response page returned by accessing the URL address to be detected is normal or not can be determined according to the page detection result.
In this embodiment, the reference information corresponding to the URL address of the uniform resource locator to be detected is obtained; according to the type of the reference information, performing access detection on the URL address to be detected to obtain a response page of the access detection; performing screenshot processing on the response page to obtain a page picture corresponding to the response page; and determining a page detection result of the URL address to be detected according to the page picture and the reference information. The response page corresponding to the URL address can be automatically accessed, and the response page is stored in a picture form after the screenshot, so that the page content is detected after the corresponding URL address is input in the address bar every time manually, and the response page accessed and detected can be quickly and automatically acquired and detected under the condition that a large number of URL addresses of uniform resource locators to be detected exist, and the efficiency and the accuracy of the page detection are improved; in addition, the obtained response page can be directly stored as a page picture, repeated viewing can be performed for many times, the subsequent detection of the page content according to the page picture is facilitated, and the page detection efficiency is further improved.
If the type of the reference information includes status response information, performing access detection on the URL address to be detected according to the type of the reference information to obtain a response page of the access detection, including: and calling response message information after loading the URL address to be detected, and obtaining a response page corresponding to the state response information.
If the type of the reference information is state response information, the patrol program can be controlled to call response message information after loading the URL address to be detected, so that a response page for access detection is obtained. The method comprises the steps of extracting HTTP header information from response message information, acquiring a returned state code after loading a URL address to be detected from the HTTP header information, judging the state code to be normal if the state code is 200, and generating a log in a preset log file tmp.log if the state code is not 200, wherein the log comprises URL access and a corresponding return code. Finally, if the returned state codes after loading all URL addresses to be detected have no abnormal record in the log file, generating a picture of 'everything is normal', as shown in fig. 3; if there is an abnormal record in the log file, all records in the log file are converted into pictures, as shown in fig. 4, and the method can also be implemented by adopting a screenshot tool. And finally, splicing the page pictures corresponding to all the URL addresses to be detected after adding head information, wherein the head information can comprise the inspection sequence number and the URL addresses to be detected, and the splicing sequence can be arranged according to the inspection sequence. The file name of the final spliced picture is named according to the detection class corresponding to the class of the reference information, for example, the file name can be named as URL availability detection class.
If the type of the reference information includes login response information, performing access detection on the URL address to be detected according to the type of the reference information to obtain a response page of the access detection, including: and performing simulated login operation on the page returned after the URL address to be detected is loaded, and obtaining a response page corresponding to login response information.
If the type of the reference information is login response information, the patrol program can be controlled to perform simulated login operation on a page returned after the URL address to be detected is loaded, so that a response page for access detection is obtained. When the simulated login operation is performed, a user name can be simulated to be clicked by a mouse, an input box of the user name is accurately positioned according to a path expression of Xpath1, a password box is simulated to be clicked by the mouse, the input box of the password is accurately positioned according to a path expression of Xpath2, a driver, find_element_by_xpath ("Xpath"), a keyboard input value is submitted by a submit () and finally the user, find_element_by_xpath ("Xpath"), the submitted icon is clicked by the user () according to the path expression of Xpath3, and a page before login is shown in fig. 5. After the simulated login operation is performed to obtain the response page of the access detection, a screenshot tool may be used to perform a screenshot operation on the response page to obtain a page picture, the logged-in page is shown in fig. 6, and fig. 6 is only an exemplary page after the simulated login is shown. And finally, splicing the page pictures corresponding to all the URL addresses to be detected after adding head information, wherein the head information can comprise the inspection sequence number and the URL addresses to be detected, and the splicing sequence can be arranged according to the inspection sequence. The file name of the final spliced picture is named according to the detection class corresponding to the class of the reference information, for example, the file name can be named as URL simulated login class.
If the type of the reference information includes plug-in call response information, performing access detection on the URL address to be detected according to the type of the reference information to obtain a response page of the access detection, including: and calling the plugin on the page returned after the URL address to be detected is loaded, and obtaining a response page corresponding to the plugin calling response information.
If the type of the reference information is plug-in call response information, the inspection program can be controlled to call the plug-in on the page returned after the URL address to be detected is loaded, and a response page corresponding to the plug-in call response information is obtained. When calling the plugin, a mouse can be simulated to hover at a positioned position, a node with a certain appointed value can be accurately found according to a path expression of the Xpath, a mouse is simulated to encapsulate driver, find_element_by_xpath ("Xpath"). Click () right clicks the icon, content shown by the plugin is displayed by adopting a right click method according to an element identifier, the plugin called on a page can be an online customer service plugin as shown in fig. 7, and fig. 7 is only an exemplary page calling the plugin. The screenshot operation can be performed on the response page pair displayed after the plug-in is called to obtain a page picture, and the response page displayed after the plug-in is called includes the display content of "please select consultation category", as shown in fig. 8, and fig. 8 is only an exemplary page after the plug-in is called. And finally, splicing the page pictures corresponding to all the URL addresses to be detected after adding head information, wherein the head information can comprise the inspection sequence number and the URL addresses to be detected, and the splicing sequence can be arranged according to the inspection sequence. The file name of the final spliced picture is named according to the detection class corresponding to the class of the reference information, for example, the file name can be named as URL service availability detection class.
In this embodiment, by aiming at different types of reference information, different inspection programs under an automatic test framework automatically acquire response pages of URL addresses to be detected through different operations, thereby improving efficiency of acquiring response pages.
In one embodiment, as shown in fig. 9, which shows a flowchart of page detection provided by an embodiment of the present application, specifically, one possible process of obtaining reference information, the method may include the following steps:
step 1020, obtaining a target type of the reference information selected by the user on the page detection management interface; the page detection management interface comprises a plurality of types of reference information and a URL address list.
Step 1040, obtaining, from a preset reference information base, reference information corresponding to the URL address to be detected, which is displayed in the URL address list.
The page detection management interface may be as shown in fig. 10, where relevant information such as the inspection frequency of the page detection, the storage path of the detection result file, and the detected start-stop control may be set on the interface, for example, the inspection frequency of the page detection may be set to 60 minutes, the storage path of the detection result file may also be set according to actual requirements, the current state of the start-stop control may be set to have a background color of dark color, and no page detection is performed in a stop state; the inspection program can be run in the starting state. Files of different types of reference information may also be managed, and the management functions may include adding, deleting, viewing, and the like. The page pictures stored according to the set detection result file storage path may be stored in a manner as shown in fig. 11.
As shown in fig. 12-14, fig. 12 is a management of URL availability detection class files, specifically, the URL address to be detected in source_url_b.txt is displayed in the current routing inspection list, each row of URL corresponds to an availability detection class service, after the URL address to be added is filled in, an add button is clicked, and a record is added in source_url_b.txt; after clicking to select a record, clicking the delete button to delete the record at source_url_b.txt. FIG. 13 is a schematic illustration of managing URL simulated login type files, specifically, the URL address to be detected in Source_url_c.txt is displayed in the current inspection list, each row of URLs corresponds to a simulated login detection type service, after the URL address, xpath1, user name, xpath2 and password to be added are filled in, an add button is clicked, and a record is added in Source_url_c.txt; after clicking to select a record, clicking the delete button to delete the record at source_url_c.txt. FIG. 14 is a view showing the management of URL service availability detection class files, specifically, the URL address to be detected in Source_url_d.txt is displayed in the current inspection list, each row of URLs corresponds to a service availability detection class service, after the URL address and Xpath to be added are filled in, an add button is clicked, and a record is added in Source_url_d.txt; after clicking to select a record, clicking the delete button to delete the record at source_url_d.txt.
The page detection management interface comprises a plurality of types of reference information and a URL address list, a user can select different types of reference information on the page detection management interface, and the reference information corresponding to the URL address to be detected, which is displayed in the URL address list, can be obtained from a preset reference information library by obtaining the target type of the reference information selected by the user on the page detection management interface. The preset reference information library can pre-store the reference information corresponding to the URL addresses to be detected.
In this embodiment, by acquiring the target type of the reference information selected by the user on the page detection management interface, the reference information corresponding to the URL address to be detected displayed in the URL address list is acquired in the preset reference information library, and the reference information corresponding to the URL address to be detected can be more effectively configured and managed through the page detection management interface, so that the intelligence of man-machine interaction is improved.
In one embodiment, when performing page detection, the reference information may also be distributed to at least one slave device connected to the page detection device, so as to obtain a page detection result of the URL address to be detected through the slave device.
The page detection method provided by the application can be executed on a controller corresponding to a server, or on a slave device corresponding to a plurality of servers cascaded with the server, and the slave device is used as an execution machine which can be responsible for storing a patrol source file, namely files corresponding to different types of reference information and executing a patrol program, and the controller is responsible for management control of the patrol program and distribution of the reference information. In addition, a network memory (Network Attached Storage, NAS) can be arranged to be mounted on each execution machine to store the inspection result, namely, the page picture. The overall device architecture diagram is shown in fig. 15, where the number of execution machines is only an exemplary illustration, and different numbers of execution machines may be selected according to actual requirements.
Optionally, based on the overall device architecture, as shown in fig. 16, a flowchart of page detection provided by an embodiment of the present application is shown, and specifically relates to a possible process of distributing reference information, where the method may include the following steps:
step 1820, obtaining the number of slave devices to be processed according to the type of the reference information; the number to be processed is the number of reference information corresponding to the type received by the slave device and not processed.
And step 1840, transmitting the reference information to the target slave device with the smallest number of to-be-processed.
When the control machine distributes the reference information, the control machine can firstly acquire the number to be processed of each slave device according to the type of the reference information, wherein the number to be processed is the number of the reference information which is received by the slave device and corresponds to the unprocessed type. And comparing the sizes of the numbers to be processed in the slave devices, and sending the reference information to the target slave device with the smallest number to be processed. In this embodiment, the number of to-be-processed slave devices is obtained according to the type of the reference information, the reference information is sent to the target slave device with the minimum number of to-be-processed devices, and page detection is performed by the plurality of slave devices, so that the speed and efficiency of page detection can be improved, and reasonable scheduling is performed on each slave device by the control machine, so that the utilization rate of resources is also improved, and meanwhile, the efficiency of page detection is also further improved.
In one embodiment, as shown in fig. 17, which shows a flowchart of page detection provided by an embodiment of the present application, and in particular, another possible process of distributing reference information, the method may include the following steps:
Step 1901, importing a patrol source file as a control machine, and judging the type of reference information in the patrol source file by the control machine; the type of the reference information in the inspection file can be judged through the naming of the inspection file.
And 1902, acquiring the target slave equipment with the minimum number of to-be-processed according to the type of the reference information.
Step 1903, transmitting reference information to the target slave device.
In step 1904, the slave device compares the new inspection source file with the reference information in the original inspection source file, and removes the repeated reference information in the new inspection source file and the original inspection source file.
Step 1905, merging the new inspection source file after the duplication removal with the reference information in the original inspection source file.
In this embodiment, by distributing the inspection source files corresponding to the reference information according to the number of the slave devices to be processed, each slave device can be reasonably scheduled, so that the utilization rate of resources is improved, and meanwhile, the efficiency of page detection is further improved. In addition, the slave device can perform the de-duplication operation on the repeated reference information, so that repeated detection on the same page is avoided, and the utilization rate of resources is improved.
In one embodiment, as shown in fig. 18, a flowchart of page detection provided by an embodiment of the present application is shown, and in particular, relates to a possible process of determining a page detection result, where the method may include the following steps:
step 2020, performing recognition processing on the page picture to obtain a picture recognition result.
Step 2040, if the picture identification result is matched with the reference information, determining that the page detection result is normal; if the picture identification result is not matched with the reference information, determining that the page detection result is abnormal.
After the page picture is obtained, the page content on the page picture can be automatically extracted by adopting AI, NLP, OCR and other technologies to obtain a picture identification result, so that the picture identification result is compared with reference information, and finally, a page detection result of the URL address to be detected is obtained. Specifically, if the picture identification result is matched with the reference information, determining that the page detection result is normal; if the picture identification result is not matched with the reference information, determining that the page detection result is abnormal, wherein the abnormal detection comprises abnormal response of the URL address to be detected, for example, the returned state code is not 200; it may also include that the page content on the obtained response page is tampered with.
In the embodiment, a picture identification result is obtained by carrying out identification processing on the page picture, and if the picture identification result is matched with the reference information, the page detection result is determined to be normal; if the picture identification result is not matched with the reference information, determining that the page detection result is abnormal. By combining the picture identification technology, the page detection result can be rapidly and accurately determined, and the page detection efficiency is improved.
It should be understood that, although the steps in the flowcharts related to the embodiments described above are sequentially shown as indicated by arrows, these steps are not necessarily sequentially performed in the order indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in the flowcharts described in the above embodiments may include a plurality of steps or a plurality of stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of the steps or stages is not necessarily performed sequentially, but may be performed alternately or alternately with at least some of the other steps or stages.
Based on the same inventive concept, the embodiment of the application also provides a page detection device for realizing the above-mentioned page detection method. The implementation of the solution provided by the device is similar to the implementation described in the above method, so the specific limitation in the embodiments of one or more page detection devices provided below may refer to the limitation of the page detection method hereinabove, and will not be repeated here.
In one embodiment, as shown in fig. 19, there is provided a page detection apparatus 2100, comprising: an acquisition module 2102, an access detection module 2104, a screenshot module 2106, and a determination module 2108, wherein:
the obtaining module 2102 is configured to obtain reference information corresponding to a URL address of a uniform resource locator to be detected.
The access detection module 2104 is configured to perform access detection on the URL address to be detected according to the type of the reference information, and obtain a response page of the access detection.
And the screenshot module 2106 is used for performing screenshot processing on the response page to obtain a page picture corresponding to the response page.
The determining module 2108 is configured to determine a page detection result of the URL address to be detected according to the page picture and the reference information; the page detection result is used for representing whether a response page returned by accessing the URL address to be detected is normal or not;
The type of the reference information comprises at least one of state response information, login response information and plug-in call response information corresponding to the URL address to be detected; the state response information corresponds to the availability detection class of the URL address to be detected, the login response information corresponds to the simulated login class of the URL address to be detected, and the plug-in response information corresponds to the service availability detection class of the URL address to be detected.
In one embodiment, the type of the reference information includes status response information, and the access detection module 2104 is further configured to invoke response message information after loading the URL address to be detected, and obtain a response page corresponding to the status response information.
In one embodiment, the type of the reference information includes login response information, and the access detection module 2104 is further configured to perform a login simulating operation on a page returned after loading the URL address to be detected, so as to obtain a response page corresponding to the login response information.
In one embodiment, the type of the reference information includes plug-in call response information, and the access detection module 2104 is further configured to call a plug-in on a page returned after loading the URL address to be detected, to obtain a response page corresponding to the plug-in call response information.
In one embodiment, the obtaining module 2102 is specifically configured to obtain a target type of the reference information selected by the user on the page detection management interface; the page detection management interface comprises a plurality of types of reference information and a URL address list; and acquiring reference information corresponding to the URL address to be detected, which is displayed in the URL address list, from a preset reference information library.
In one embodiment, the above page detection apparatus further includes a distribution module, where the distribution module is configured to distribute the reference information to at least one slave device connected to the page detection device, so as to obtain, by the slave device, a page detection result of the URL address to be detected.
In one embodiment, the distributing module is specifically configured to obtain the number of slave devices to be processed according to the type of the reference information; the number to be processed is the number of the reference information which is received by the slave device and corresponds to the unprocessed type; and sending the reference information to the target slave device with the smallest number to be processed.
In one embodiment, the determining module 2108 is specifically configured to perform recognition processing on a page picture to obtain a picture recognition result; if the picture identification result is matched with the reference information, determining that the page detection result is normal; if the picture identification result is not matched with the reference information, determining that the page detection result is abnormal.
The respective modules in the above-described page detection apparatus may be implemented in whole or in part by software, hardware, and combinations thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a computer device is provided comprising a memory and a processor, the memory having stored therein a computer program, the processor when executing the computer program performing the steps of:
acquiring reference information corresponding to a URL address of a uniform resource locator to be detected; according to the type of the reference information, performing access detection on the URL address to be detected to obtain a response page of the access detection; performing screenshot processing on the response page to obtain a page picture corresponding to the response page; determining a page detection result of the URL address to be detected according to the page picture and the reference information; the page detection result is used for representing whether a response page returned by accessing the URL address to be detected is normal or not;
the type of the reference information comprises at least one of state response information, login response information and plug-in call response information corresponding to the URL address to be detected; the state response information corresponds to the availability detection class of the URL address to be detected, the login response information corresponds to the simulated login class of the URL address to be detected, and the plug-in response information corresponds to the service availability detection class of the URL address to be detected.
In one embodiment, the type of reference information includes status response information;
the processor when executing the computer program also implements the steps of:
and calling response message information after loading the URL address to be detected, and obtaining a response page corresponding to the state response information.
In one embodiment, the type of reference information includes login response information;
the processor when executing the computer program also implements the steps of:
and performing simulated login operation on the page returned after the URL address to be detected is loaded, and obtaining a response page corresponding to login response information.
In one embodiment, the type of reference information includes a plug-in call response;
the processor when executing the computer program also implements the steps of:
and calling the plugin on the page returned after the URL address to be detected is loaded, and obtaining a response page corresponding to the plugin calling response information.
In one embodiment, the processor when executing the computer program further performs the steps of:
acquiring a target type of reference information selected by a user on a page detection management interface; the page detection management interface comprises a plurality of types of reference information and a URL address list; and acquiring reference information corresponding to the URL address to be detected, which is displayed in the URL address list, from a preset reference information library.
In one embodiment, the processor when executing the computer program further performs the steps of:
the reference information is distributed to at least one slave device connected to the page detection device to obtain a page detection result of the URL address to be detected by the slave device.
In one embodiment, the processor when executing the computer program further performs the steps of:
according to the type of the reference information, the quantity to be processed of each slave device is obtained; the number to be processed is the number of the reference information which is received by the slave device and corresponds to the unprocessed type; and sending the reference information to the target slave device with the smallest number to be processed.
In one embodiment, the processor when executing the computer program further performs the steps of:
carrying out recognition processing on the page picture to obtain a picture recognition result; if the picture identification result is matched with the reference information, determining that the page detection result is normal; if the picture identification result is not matched with the reference information, determining that the page detection result is abnormal.
The implementation principle and technical effects of the computer device provided by the embodiment of the present application are similar to those of the above method embodiment, and are not described herein.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor, performs the steps of:
Acquiring reference information corresponding to a URL address of a uniform resource locator to be detected; according to the type of the reference information, performing access detection on the URL address to be detected to obtain a response page of the access detection; performing screenshot processing on the response page to obtain a page picture corresponding to the response page; determining a page detection result of the URL address to be detected according to the page picture and the reference information; the page detection result is used for representing whether a response page returned by accessing the URL address to be detected is normal or not;
the type of the reference information comprises at least one of state response information, login response information and plug-in call response information corresponding to the URL address to be detected; the state response information corresponds to the availability detection class of the URL address to be detected, the login response information corresponds to the simulated login class of the URL address to be detected, and the plug-in response information corresponds to the service availability detection class of the URL address to be detected.
In one embodiment, the type of reference information includes status response information;
the computer program when executed by the processor also performs the steps of:
and calling response message information after loading the URL address to be detected, and obtaining a response page corresponding to the state response information.
In one embodiment, the type of reference information includes login response information;
the computer program when executed by the processor also performs the steps of:
and performing simulated login operation on the page returned after the URL address to be detected is loaded, and obtaining a response page corresponding to login response information.
In one embodiment, the type of reference information includes a plug-in call response;
the computer program when executed by the processor also performs the steps of:
and calling the plugin on the page returned after the URL address to be detected is loaded, and obtaining a response page corresponding to the plugin calling response information.
In one embodiment, the computer program when executed by the processor further performs the steps of:
acquiring a target type of reference information selected by a user on a page detection management interface; the page detection management interface comprises a plurality of types of reference information and a URL address list; and acquiring reference information corresponding to the URL address to be detected, which is displayed in the URL address list, from a preset reference information library.
In one embodiment, the computer program when executed by the processor further performs the steps of:
the reference information is distributed to at least one slave device connected to the page detection device to obtain a page detection result of the URL address to be detected by the slave device.
In one embodiment, the computer program when executed by the processor further performs the steps of:
according to the type of the reference information, the quantity to be processed of each slave device is obtained; the number to be processed is the number of the reference information which is received by the slave device and corresponds to the unprocessed type; and sending the reference information to the target slave device with the smallest number to be processed.
In one embodiment, the computer program when executed by the processor further performs the steps of:
carrying out recognition processing on the page picture to obtain a picture recognition result; if the picture identification result is matched with the reference information, determining that the page detection result is normal; if the picture identification result is not matched with the reference information, determining that the page detection result is abnormal.
The computer readable storage medium provided in this embodiment has similar principles and technical effects to those of the above method embodiment, and will not be described herein.
In one embodiment, a computer program product is provided comprising a computer program which, when executed by a processor, performs the steps of:
acquiring reference information corresponding to a URL address of a uniform resource locator to be detected; according to the type of the reference information, performing access detection on the URL address to be detected to obtain a response page of the access detection; performing screenshot processing on the response page to obtain a page picture corresponding to the response page; determining a page detection result of the URL address to be detected according to the page picture and the reference information; the page detection result is used for representing whether a response page returned by accessing the URL address to be detected is normal or not;
The type of the reference information comprises at least one of state response information, login response information and plug-in call response information corresponding to the URL address to be detected; the state response information corresponds to the availability detection class of the URL address to be detected, the login response information corresponds to the simulated login class of the URL address to be detected, and the plug-in response information corresponds to the service availability detection class of the URL address to be detected.
In one embodiment, the type of reference information includes status response information;
the computer program when executed by the processor also performs the steps of:
and calling response message information after loading the URL address to be detected, and obtaining a response page corresponding to the state response information.
In one embodiment, the type of reference information includes login response information;
the computer program when executed by the processor also performs the steps of:
and performing simulated login operation on the page returned after the URL address to be detected is loaded, and obtaining a response page corresponding to login response information.
In one embodiment, the type of reference information includes a plug-in call response;
the computer program when executed by the processor also performs the steps of:
and calling the plugin on the page returned after the URL address to be detected is loaded, and obtaining a response page corresponding to the plugin calling response information.
In one embodiment, the computer program when executed by the processor further performs the steps of:
acquiring a target type of reference information selected by a user on a page detection management interface; the page detection management interface comprises a plurality of types of reference information and a URL address list; and acquiring reference information corresponding to the URL address to be detected, which is displayed in the URL address list, from a preset reference information library.
In one embodiment, the computer program when executed by the processor further performs the steps of:
the reference information is distributed to at least one slave device connected to the page detection device to obtain a page detection result of the URL address to be detected by the slave device.
In one embodiment, the computer program when executed by the processor further performs the steps of:
according to the type of the reference information, the quantity to be processed of each slave device is obtained; the number to be processed is the number of the reference information which is received by the slave device and corresponds to the unprocessed type; and sending the reference information to the target slave device with the smallest number to be processed.
In one embodiment, the computer program when executed by the processor further performs the steps of:
carrying out recognition processing on the page picture to obtain a picture recognition result; if the picture identification result is matched with the reference information, determining that the page detection result is normal; if the picture identification result is not matched with the reference information, determining that the page detection result is abnormal.
The computer program product provided in this embodiment has similar principles and technical effects to those of the above method embodiment, and will not be described herein.
The user information (including but not limited to user equipment information, user personal information, etc.) and the data (including but not limited to data for analysis, stored data, presented data, etc.) related to the present application are information and data authorized by the user or sufficiently authorized by each party.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, database, or other medium used in embodiments provided herein may include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, high density embedded nonvolatile Memory, resistive random access Memory (ReRAM), magnetic random access Memory (Magnetoresistive Random Access Memory, MRAM), ferroelectric Memory (Ferroelectric Random Access Memory, FRAM), phase change Memory (Phase Change Memory, PCM), graphene Memory, and the like. Volatile memory can include random access memory (Random Access Memory, RAM) or external cache memory, and the like. By way of illustration, and not limitation, RAM can be in the form of a variety of forms, such as static random access memory (Static Random Access Memory, SRAM) or dynamic random access memory (Dynamic Random Access Memory, DRAM), and the like. The databases referred to in the embodiments provided herein may include at least one of a relational database and a non-relational database. The non-relational database may include, but is not limited to, a blockchain-based distributed database, and the like. The processor referred to in the embodiments provided in the present application may be a general-purpose processor, a central processing unit, a graphics processor, a digital signal processor, a programmable logic unit, a data processing logic unit based on quantum computing, or the like, but is not limited thereto.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The foregoing examples illustrate only a few embodiments of the application and are described in detail herein without thereby limiting the scope of the application. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the application, which are all within the scope of the application. Accordingly, the scope of the application should be assessed as that of the appended claims.

Claims (7)

1. A method of page detection, the method comprising:
acquiring a target type of reference information selected by a user on a page detection management interface; the page detection management interface comprises a plurality of types of reference information and a URL address list;
acquiring reference information corresponding to the URL address to be detected, which is displayed in the URL address list, from a preset reference information library;
According to the type of the reference information, performing access detection on the URL address to be detected to obtain a response page of the access detection;
performing screenshot processing on the response page to obtain a page picture corresponding to the response page;
determining a page detection result of the URL address to be detected according to the page picture and the reference information; the page detection result is used for representing whether a response page returned by accessing the URL address to be detected is normal or not;
the type of the reference information comprises login response information, state response information and plug-in call response information corresponding to the URL address to be detected; the state response information corresponds to an availability detection class of the URL address to be detected, the login response information corresponds to a simulated login class of the URL address to be detected and is used for logging in according to a specified account password, whether the logged page information is normal or not is detected, and the plug-in response information corresponds to a service availability detection class of the URL address to be detected and is used for detecting whether a plug-in the URL to be detected is available or not;
the type of the reference information includes the login response information, and the performing access detection on the URL address to be detected according to the type of the reference information to obtain a response page of the access detection includes:
Performing simulated login operation on a page returned after loading the URL address to be detected, and obtaining a response page corresponding to the login response information;
the type of the reference information includes the plug-in call response information, and the performing access detection on the URL address to be detected according to the type of the reference information to obtain the response page of the access detection includes:
calling a plugin on a page returned after loading the URL address to be detected, and obtaining a response page corresponding to the plugin calling response information;
the type of the reference information includes the status response information, and the performing access detection on the URL address to be detected according to the type of the reference information to obtain a response page of the access detection includes:
and calling response message information after loading the URL address to be detected, and obtaining a response page corresponding to the state response information.
2. The method according to claim 1, wherein the method further comprises:
and distributing the reference information to at least one slave device connected with the page detection device so as to obtain a page detection result of the URL address to be detected through the slave device.
3. The method of claim 2, wherein the distributing the reference information to at least one slave device connected to a page detection device comprises:
acquiring the quantity to be processed of each slave device according to the type of the reference information; the number to be processed is the number of the reference information which is received by the slave equipment and is not processed and corresponds to the type;
and sending the reference information to the target slave device with the minimum number to be processed.
4. The method according to claim 1, wherein the determining the page detection result of the URL address to be detected according to the page picture and the reference information includes:
carrying out identification processing on the page picture to obtain a picture identification result;
if the picture identification result is matched with the reference information, determining that the page detection result is normal;
and if the picture identification result is not matched with the reference information, determining that the page detection result is abnormal.
5. A page detection device, the device comprising:
the reference information acquisition module is used for acquiring the target type of the reference information selected by the user on the page detection management interface; the page detection management interface comprises a plurality of types of reference information and a URL address list;
The reference information determining module is used for acquiring reference information corresponding to the URL address to be detected, which is displayed in the URL address list, from a preset reference information library;
the access detection module is used for carrying out access detection on the URL address to be detected according to the type of the reference information to obtain a response page of the access detection;
the screenshot module is used for performing screenshot processing on the response page to obtain a page picture corresponding to the response page;
the determining module is used for determining a page detection result of the URL address to be detected according to the page picture and the reference information; the page detection result is used for representing whether a response page returned by accessing the URL address to be detected is normal or not;
the type of the reference information comprises login response information, state response information and plug-in call response information corresponding to the URL address to be detected; the state response information corresponds to an availability detection class of the URL address to be detected, the login response information corresponds to a simulated login class of the URL address to be detected and is used for logging in according to a specified account password, whether the logged page information is normal or not is detected, and the plug-in response information corresponds to a service availability detection class of the URL address to be detected and is used for detecting whether a plug-in the URL to be detected is available or not;
The access detection module is also used for calling response message information after loading the URL address to be detected to obtain a response page corresponding to the state response information;
the access detection module is also used for carrying out simulated login operation on a page returned after the URL address to be detected is loaded, so as to obtain a response page corresponding to the login response information;
the access detection module is also used for calling the plugin on the page returned after the URL address to be detected is loaded, and obtaining a response page corresponding to the plugin call response information.
6. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 4 when the computer program is executed.
7. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 4.
CN202310927703.8A 2023-07-27 2023-07-27 Page detection method, page detection device, computer equipment and storage medium Active CN116644250B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310927703.8A CN116644250B (en) 2023-07-27 2023-07-27 Page detection method, page detection device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310927703.8A CN116644250B (en) 2023-07-27 2023-07-27 Page detection method, page detection device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN116644250A CN116644250A (en) 2023-08-25
CN116644250B true CN116644250B (en) 2023-10-20

Family

ID=87625174

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310927703.8A Active CN116644250B (en) 2023-07-27 2023-07-27 Page detection method, page detection device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116644250B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116909849A (en) * 2023-09-12 2023-10-20 北京市大数据中心 Page monitoring method, device and storage medium

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104935605A (en) * 2015-06-30 2015-09-23 北京奇虎科技有限公司 Detection method, device and system for fishing websites
CN109542763A (en) * 2018-10-16 2019-03-29 深圳壹账通智能科技有限公司 Page monitoring method, device, computer equipment and storage medium
CN109922052A (en) * 2019-02-22 2019-06-21 中南大学 A kind of malice URL detection method of combination multiple characteristics
CN111177619A (en) * 2019-12-19 2020-05-19 山石网科通信技术股份有限公司 Webpage identification method and device, storage medium and processor
WO2020253351A1 (en) * 2019-06-21 2020-12-24 深圳前海微众银行股份有限公司 Click hijacking vulnerability detection method, device and computer apparatus
CN112269666A (en) * 2020-11-10 2021-01-26 北京百度网讯科技有限公司 Applet dead link detection method and device, computing device and medium
CN113779571A (en) * 2020-06-10 2021-12-10 中国电信股份有限公司 WebShell detection device, WebShell detection method and computer-readable storage medium
CN114650176A (en) * 2022-03-22 2022-06-21 深圳壹账通智能科技有限公司 Phishing website detection method and device, computer equipment and storage medium
CN115525528A (en) * 2021-06-24 2022-12-27 中移动信息技术有限公司 Page quality detection method and device, electronic equipment and storage medium
CN115952020A (en) * 2022-10-11 2023-04-11 网易(杭州)网络有限公司 Page abnormity detection method, medium, device and computing equipment

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170053037A1 (en) * 2015-08-18 2017-02-23 Lenovo (Singapore) Pte. Ltd. Validation of internet address input to a device
KR20210066467A (en) * 2019-11-28 2021-06-07 휴렛-팩커드 디벨롭먼트 컴퍼니, 엘.피. Url management in image forming apparatus

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104935605A (en) * 2015-06-30 2015-09-23 北京奇虎科技有限公司 Detection method, device and system for fishing websites
CN109542763A (en) * 2018-10-16 2019-03-29 深圳壹账通智能科技有限公司 Page monitoring method, device, computer equipment and storage medium
CN109922052A (en) * 2019-02-22 2019-06-21 中南大学 A kind of malice URL detection method of combination multiple characteristics
WO2020253351A1 (en) * 2019-06-21 2020-12-24 深圳前海微众银行股份有限公司 Click hijacking vulnerability detection method, device and computer apparatus
CN111177619A (en) * 2019-12-19 2020-05-19 山石网科通信技术股份有限公司 Webpage identification method and device, storage medium and processor
CN113779571A (en) * 2020-06-10 2021-12-10 中国电信股份有限公司 WebShell detection device, WebShell detection method and computer-readable storage medium
CN112269666A (en) * 2020-11-10 2021-01-26 北京百度网讯科技有限公司 Applet dead link detection method and device, computing device and medium
CN115525528A (en) * 2021-06-24 2022-12-27 中移动信息技术有限公司 Page quality detection method and device, electronic equipment and storage medium
CN114650176A (en) * 2022-03-22 2022-06-21 深圳壹账通智能科技有限公司 Phishing website detection method and device, computer equipment and storage medium
CN115952020A (en) * 2022-10-11 2023-04-11 网易(杭州)网络有限公司 Page abnormity detection method, medium, device and computing equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
蒋梦丹 ; 林宏刚 ; 曹鹤鸣 ; .基于业务逻辑思想的异常检测研究.成都信息工程大学学报.2019,(第02期),全文. *
韩妍妍 ; 何彦茹 ; 刘培鹤 ; 任慧 ; 张锦圣 ; .基于爬虫的XSS漏洞检测工具设计与实现.北京电子科技学院学报.2019,(第01期),全文. *

Also Published As

Publication number Publication date
CN116644250A (en) 2023-08-25

Similar Documents

Publication Publication Date Title
CN108153670B (en) Interface testing method and device and electronic equipment
CN109997126B (en) Event driven extraction, transformation, and loading (ETL) processing
CN109815119B (en) APP link channel testing method and device
US20170078361A1 (en) Method and System for Collecting Digital Media Data and Metadata and Audience Data
CN116644250B (en) Page detection method, page detection device, computer equipment and storage medium
CN112148610A (en) Test case execution method and device, computer equipment and storage medium
CN111475376A (en) Method and device for processing test data, computer equipment and storage medium
US10585678B2 (en) Insertion of custom activities in an orchestrated application suite
CN112866319B (en) Log data processing method, system and storage medium
US11676345B1 (en) Automated adaptive workflows in an extended reality environment
CN117151045A (en) Report processing method and device based on block chain and computer equipment
CN116155597A (en) Access request processing method and device and computer equipment
CN116488986A (en) Event-driven message touch method, system and device and storage medium
CN115658794A (en) Data query method and device, computer equipment and storage medium
CN114238085A (en) Interface testing method and device, computer equipment and storage medium
CN112035471A (en) Transaction processing method and computer equipment
CN112417259A (en) Media resource processing method, device, equipment and storage medium
CN115118616B (en) Display result testing method, device, computer equipment and storage medium
CN111367750A (en) Exception handling method, device and equipment
CN116204670B (en) Management method and system of vehicle target detection data and electronic equipment
CN116382596B (en) Space-time big data storage method and system based on distributed technology
CN117076292A (en) Webpage testing method and device, computer equipment and storage medium
CN116627778A (en) Service system performance monitoring method and device, computer equipment and storage medium
CN113568874A (en) File selection uploading method and equipment
CN117708117A (en) Batch data processing method, device, electronic device 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