CN110532310B - Method and device capable of dynamically expanding scanning type of privileged account - Google Patents

Method and device capable of dynamically expanding scanning type of privileged account Download PDF

Info

Publication number
CN110532310B
CN110532310B CN201910741102.1A CN201910741102A CN110532310B CN 110532310 B CN110532310 B CN 110532310B CN 201910741102 A CN201910741102 A CN 201910741102A CN 110532310 B CN110532310 B CN 110532310B
Authority
CN
China
Prior art keywords
scanning
account
scanning type
module
custom
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
CN201910741102.1A
Other languages
Chinese (zh)
Other versions
CN110532310A (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.)
Guangzhou Haiyi Information Security Technology Co ltd
Original Assignee
Guangzhou Haiyi Information Security 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 Guangzhou Haiyi Information Security Technology Co ltd filed Critical Guangzhou Haiyi Information Security Technology Co ltd
Priority to CN201910741102.1A priority Critical patent/CN110532310B/en
Publication of CN110532310A publication Critical patent/CN110532310A/en
Application granted granted Critical
Publication of CN110532310B publication Critical patent/CN110532310B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method and a device capable of dynamically expanding privileged account scanning types, wherein the method comprises the following steps: importing a user-defined scanning type plug-in into a privileged account scanning system; analyzing the attribute of the custom scanning type plug-in by the connection account configuration module, displaying the attribute on a front-end page, and providing a corresponding attribute input box for inputting; after a corresponding value is input, clicking to execute a scanning task, and scanning the privileged account of the user-defined scanning type; transmitting the value input by the front-end page to a Python script of the user-defined scanning type plug-in, and performing logic processing on the Python script; the method comprises the steps that a privileged account scanning system reads a scanning result and log contents returned by a Python script; and checking the scanning result and the log content. The invention can dynamically expand the scanning type of the privileged account, greatly reduces the cost of enterprises or organizations, and does not need to make special scanning tools to customize, develop, halt and upgrade the existing scanning tools and the like to influence the normal scanning behaviors.

Description

Method and device capable of dynamically expanding scanning type of privileged account
Technical Field
The invention relates to the field of privileged account scanning, in particular to a method and a device capable of dynamically expanding the scanning type of privileged accounts.
Background
The privileged account refers to an account with high risk (such as an administrator account that can start and stop a device) or high value (such as an application account that can read business sensitive data), and is often ignored by managers of an enterprise or an organization, so that the privileged account needs to be periodically scanned for the whole IT infrastructure of the enterprise or the organization to prevent misuse. Some privileged account scanning tools are also available in the market, but the scanning tools support a few scanning types, most of which only support two types, namely OS and DB, and a large enterprise or organization is not limited to the two types; nor does it support dynamic extension of scan types. Even if the hard requirements of the enterprise or organization are met, the scanning tool can only be correspondingly customized and developed, regenerated, compiled and packaged, and further the cost of the enterprise or organization is increased.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a method and an apparatus for dynamically extending a privileged account scanning type, which can dynamically extend a privileged account scanning type, so that the cost of an enterprise or an organization is greatly reduced, and actions affecting normal scanning, such as customizing and developing a special scanning tool, stopping and upgrading an existing scanning tool, etc., are not required.
The technical scheme adopted by the invention for solving the technical problem is as follows: the method is applied to a privileged account scanning system, the privileged account scanning system comprises a scanning general profile unit, a task list unit, a scanning type configuration unit, an external integrated configuration unit and a scanning result rule configuration unit which are connected with one another, the task list unit comprises a task inquiry module, a task configuration module, a connection account configuration module, an external account import module, an equipment scanning inquiry module, an account result export module, a log inquiry module and an integrated push module which are connected with one another, and the scanning type configuration unit further comprises a scanning type inquiry module, a scanning type import module and a custom attribute module which are connected with one another; the method comprises the following steps:
A) importing a custom scanning type plug-in into the privileged account scanning system through the scanning type importing module;
B) the connection account configuration module is responsible for analyzing the attributes of the custom scanning type plug-in and displaying the attributes on a front-end page, and providing a corresponding attribute input box for inputting;
C) after the corresponding value is input, clicking to execute a scanning task, and scanning the privileged account of the custom scanning type;
D) transmitting the value input by the front-end page to a Python script of the user-defined scanning type plug-in, and performing logic processing on the value after the Python script receives the value;
E) the privileged account scanning system reads a scanning result and log contents returned by the Python script;
F) and checking the scanning result of the privileged account of the custom scanning type through the account result query module, and checking the scanning log of the privileged account of the custom scanning type through the log query module.
In the method for dynamically expanding the scanning type of the privileged account, the self-defined scanning type plug-in is composed of a zip package, and the zip package contains an XML file, a Python script and an XLS file.
In the method for dynamically extending the scanning type of the privileged account, the XML file is used to describe the attribute of the connected account required by the user-defined scanning type and the display name of the connected account configuration module in the privileged account scanning system.
In the method for dynamically expanding the scanning type of the privileged account, the Python script is used for receiving the value filled in the attribute input box after the connection account configuration module analyzes the attribute of the XML file, returning the scanning result after the Python script is executed to the account result query module, and returning the scanning log to the log query module.
In the method for dynamically expanding the scanning type of the privileged account, the XLS file is used for establishing a batch account import template of the custom scanning type.
The invention also relates to a device for realizing the method for dynamically expanding the scanning type of the privileged account, which comprises the following steps:
a user-defined scanning type plug-in import unit: the user-defined scanning type plug-in module is used for leading a user-defined scanning type plug-in to the privileged account scanning system;
an attribute analysis unit: the connection account configuration module is used for analyzing the attribute of the custom scanning type plug-in, displaying the attribute on a front-end page and providing a corresponding attribute input box for inputting;
a scanning unit: the system is used for clicking to execute a scanning task after a corresponding value is input, and scanning the privileged account of the custom scanning type;
a logic processing unit: the Python script is used for transmitting the value input by the front-end page to the user-defined scanning type plug-in, and after receiving the value, the Python script performs logic processing on the value;
a reading unit: the scanning result and the log content returned by the Python script are read by the privileged account scanning system;
a viewing unit: and the log query module is used for checking the scanning result of the privileged account of the custom scanning type and checking the scanning log of the privileged account of the custom scanning type.
In the device of the present invention, the custom scan type plug-in is composed of a zip package, and the zip package contains an XML file, a Python script, and an XLS file.
In the device of the present invention, the XML file is used to describe the attribute of the connection account required by the custom scan type and the display name of the connection account configuration module in the privileged account scanning system.
In the device of the present invention, the Python script is configured to receive a value filled in an attribute input box after the connection account configuration module has analyzed the attribute of the XML file, return a scanning result after the Python script is executed to the account result query module, and return a scanning log to the log query module.
In the device of the present invention, the XLS file is used to establish the batch account import template of the custom scan type.
The method and the device for dynamically expanding the scanning type of the privileged account number have the following advantages that: the user-defined scanning type plug-in is imported into the privileged account scanning system; providing a corresponding attribute input box for inputting; after the corresponding value is input, scanning the privileged account of the custom scanning type; after receiving the value, the Python script performs logic processing on the value; the method comprises the steps that a privileged account scanning system reads a scanning result and log contents returned by a Python script; checking the scanning result of the privileged account of the user-defined scanning type through an account result query module, and checking the scanning log of the privileged account of the user-defined scanning type through a log query module; the invention adopts a framework logic mechanism which can dynamically expand the scanning type of the privileged account, supports the import of the plug-in of the custom scanning type, thereby supporting the dynamic expansion of the scanning type of the privileged account scanning system, the whole process does not need to involve the actions of shutdown and upgrade of a scanning tool and the like to influence the normal scanning, and because of the mode of dynamically expanding the scanning type of the privileged account, the privileged account scanning system can support more and more devices, the user-defined scanning type plug-in can be written out as long as the operation and maintenance personnel have certain script writing capability, the cost of enterprises or organizations is greatly reduced, therefore, the invention can dynamically expand the scanning type of the privileged account, greatly reduce the cost of enterprises or organizations, and avoid the actions of influencing normal scanning, such as customizing and developing a special scanning tool, stopping and upgrading the existing scanning tool, and the like.
Drawings
In order to more clearly illustrate the embodiments of the present invention 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 invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart of a method in one embodiment of the present invention for dynamically extending the scanning type of privileged accounts;
fig. 2 is a schematic structural diagram of the device in the embodiment.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, 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 invention.
In the embodiment of the method and the device for dynamically expanding the scanning type of the privileged account, the method for dynamically expanding the scanning type of the privileged account is applied to a privileged account scanning system, the privileged account scanning system comprises a scanning general unit, a task list unit, a scanning type configuration unit, an external integrated configuration unit and a scanning result rule configuration unit which are connected with each other, and the scanning general unit is used for carrying out data analysis and data chart presentation; therefore, auditors of enterprises or organizations can clearly know the distribution of privileged accounts through the scanning overview page. The task list unit is used for creating a new scanning task, manually or in batch, importing connection accounts, initiating scanning on different types of target equipment in fixed time or real time, returning corresponding scanning results, and exporting the accounts as a form or integrally pushing the accounts to an external system according to requirements; the scanning type configuration unit is used for managing a custom scanning plug-in of the privileged account scanning system; including import, delete, and custom property functions. The external integrated configuration unit is used for configuring the privileged account scanning system to be combined with a system owned by an enterprise or an organization so as to realize the import and the push of the account; a scanning result rule configuration unit: the account number pre-marking method is used for configuring the account number scanned by the privileged account number scanning system to pre-mark results, and is convenient for personnel using the privileged account number scanning system to distinguish and mark the account number of the target device.
The task list unit comprises a task query module, a task configuration module, a connection account configuration module, an external account import module, an equipment scanning query module, an account result export module, a log query module and an integrated push module which are connected with one another, wherein the task query module is used for rapidly querying a scanning task and a task history record thereof according to a search condition and then executing corresponding actions on the selected scanning task; the task configuration module is used for newly adding or modifying a scanning task; the connection account configuration module is used for configuring a connection account to be used for scanning the target equipment; the external account importing module is used for configuring a connection account imported from an external system; the device scanning query module is used for querying the successful or failed scanning of the target device connection account in the scanning process and making result statistics; the account result query module is used for displaying the scanned account as a page; the account result exporting module is used for exporting the scanned account into an Execl table; the log query module is used for querying a log of scanning success or failure of the target device connection account in the scanning process; the integrated pushing module is used for comparing the scanned account number with an external system and pushing the account number to the external system for admission.
The scanning type configuration unit further comprises a scanning type query module, a scanning type import module and a custom attribute module which are connected with each other. The scanning type query module is used for rapidly querying the scanning type according to the search condition and then executing corresponding action on the specific scanning type; the scanning type importing module is used for importing a custom scanning plug-in which becomes a new scanning type of the privileged account scanning system except for the scanning plug-in of the privileged account scanning system; the custom attribute module is used for defining the attribute specification of the custom scanning plug-in and managing the attribute uniformly, so that the checking function is further improved when the privileged account scanning system configures the connection account.
A flowchart of the method for dynamically extending the privileged account scanning type is shown in fig. 1. In fig. 1, the method for dynamically extending the scanning type of the privileged account includes the following steps:
step S01 is to import the custom scan type plugin to the privileged account scanning system through the scan type import module: in this step, the user-defined scanning type plug-in is imported into the privileged account scanning system through the scanning type import module.
Specifically, the custom scan type plug-in is composed of a zip package, and the zip package contains an XML file, a Python script and an XLS file. The XML file is used for describing attributes of the account required to be connected with the custom scanning type and display names of the account configuration modules connected with the privileged account scanning system. The Python script is used for receiving the value filled in the attribute input box after the XML file attribute is analyzed by the connection account configuration module, returning the scanning result after the Python script is executed to the account result query module, and returning the scanning log to the log query module. The XLS file is used for establishing the batch account import template of the custom scanning type.
Step S02, the connection account configuration module is responsible for analyzing the attribute of the custom scan type plugin and displaying it on the front page, and provides a corresponding attribute input box for input: in this step, the attribute of the custom scanning type plug-in is analyzed through the connection account configuration module, that is, the attribute of the XML file is analyzed, and is displayed on the front-end page, and a corresponding attribute input box is provided for inputting.
Step S03, after waiting for the input of the corresponding value, clicks to execute the scanning task, and performs the privileged account scanning of the custom scanning type: in this step, after the corresponding value is input in the attribute input box, a scanning task is clicked and executed in the privileged account scanning system, and the privileged account scanning of the custom scanning type is started.
Step S04, the value input by the front-end page is transmitted to the Python script of the custom scan type plug-in, and after receiving the value, the Python script performs logic processing on the value: in this step, the value input by the front-end page (i.e., the value input in the attribute input box) is transferred to the Python script of the custom scan type plug-in, and after receiving the value, the Python script performs logic processing on the value.
Step S05, the privileged account scanning system reads the scanning result and the log content returned by the Python script: in this step, the privileged account scanning system reads the scanning result and the log content returned by the Python script, and finally returns the scanning result and the scanned log content to the account result query module and the log query module.
Step S06 checks the scanning result of the privileged account of the custom scanning type through the account result query module, and checks the scanning log of the privileged account of the custom scanning type through the log query module: in this step, after the account result query module and the log query module receive the values, a series of data display is performed. Specifically, the account result query module is used for checking the scanning result of the privileged account of the custom scanning type, and the log query module is used for checking the scanning log of the privileged account of the custom scanning type.
The invention provides a framework logic mechanism capable of dynamically expanding a privileged account scanning type, which belongs to a part of a privileged account scanning system and is used for responding to complex and various equipment types in an enterprise or organization IT infrastructure.
Fig. 2 is a schematic structural diagram of the apparatus in this embodiment, and in fig. 2, the apparatus includes a custom scanning type plug-in importing unit 1, an attribute analyzing unit 2, a scanning unit 3, a logic processing unit 4, a reading unit 5, and a viewing unit 6; the user-defined scanning type plug-in importing unit 1 is used for importing a user-defined scanning type plug-in to the privileged account scanning system through a scanning type importing module; the custom scanning type plug-in is composed of a zip package, and the zip package contains an XML file, a Python script and an XLS file. The XML file is used for describing attributes of the connection account required by the custom scanning type and display names of the connection account configuration modules in the privileged account scanning system. The Python script is used for receiving the value filled in the attribute input box after the XML file attribute is analyzed by the connection account configuration module, returning the scanning result after the Python script is executed to the account result query module, and returning the scanning log to the log query module. The XLS file is used for establishing the batch account import template of the custom scanning type. The attribute analysis unit 2 is used for analyzing the attribute of the custom scanning type plug-in by the connection account configuration module, displaying the attribute on a front-end page, and providing a corresponding attribute input box for inputting.
The scanning unit 3 is used for clicking to execute a scanning task after a corresponding value is input, and scanning the privileged account of the custom scanning type; the logic processing unit 4 is used for transmitting the value input by the front-end page to a Python script of the user-defined scanning type plug-in, and after receiving the value, the Python script performs logic processing on the value; the reading unit 5 is configured to enable the privileged account scanning system to read a scanning result and log content returned by the Python script; the viewing unit 6 is configured to view a scanning result of the privileged account of the custom scanning type through an account result query module, and view a scanning log of the privileged account of the custom scanning type through a log query module.
The invention provides a framework logic mechanism capable of dynamically expanding a privileged account scanning type, which belongs to a part of a privileged account scanning system and is used for responding to complex and various equipment types in an enterprise or organization IT infrastructure.
In summary, the present invention provides a framework logic mechanism capable of dynamically expanding a privileged account scanning type, which belongs to a part of a privileged account scanning system to cope with complex and numerous device types in an enterprise or organization IT infrastructure, and on the basis of the privileged account scanning system, the privileged account scanning type can be dynamically expanded, so that the cost of the enterprise or organization is greatly reduced, and behaviors that affect normal scanning, such as special scanning tool customization development, shutdown upgrading of the existing scanning tool, and the like, are not required.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (5)

1. A method capable of dynamically expanding the scanning type of a privileged account is characterized by being applied to a privileged account scanning system, wherein the privileged account scanning system comprises a scanning general profile unit, a task list unit, a scanning type configuration unit, an external integrated configuration unit and a scanning result rule configuration unit which are connected with one another, the task list unit comprises a task query module, a task configuration module, a connection account configuration module, an external account import module, an equipment scanning query module, an account result export module, a log query module and an integrated push module which are connected with one another, and the scanning type configuration unit further comprises a scanning type query module, a scanning type import module and a custom attribute module which are connected with one another; the device for realizing the method for dynamically expanding the scanning type of the privileged account comprises the following steps: a user-defined scanning type plug-in import unit: the user-defined scanning type plug-in module is used for leading a user-defined scanning type plug-in to the privileged account scanning system; an attribute analysis unit: the connection account configuration module is used for analyzing the attribute of the custom scanning type plug-in, displaying the attribute on a front-end page and providing a corresponding attribute input box for inputting; a scanning unit: the system is used for clicking to execute a scanning task after the corresponding value is input, and scanning the privileged account of the custom scanning type; a logic processing unit: the Python script is used for transmitting the value input by the front-end page to the user-defined scanning type plug-in, and after receiving the value, the Python script performs logic processing on the value; a reading unit: the scanning result and the log content returned by the Python script are read by the privileged account scanning system; a viewing unit: the account result query module is used for checking the scanning result of the privileged account of the custom scanning type and checking the scanning log of the privileged account of the custom scanning type; the method for dynamically extending the scanning type of the privileged account number comprises the following steps: A) importing a custom scanning type plug-in into the privileged account scanning system through the scanning type importing module; B) the connection account configuration module is responsible for analyzing the attributes of the custom scanning type plug-in and displaying the attributes on a front-end page, and providing a corresponding attribute input box for inputting; C) after a corresponding value is input, clicking to execute a scanning task, and scanning the privileged account of the user-defined scanning type; D) transmitting the value input by the front-end page to a Python script of the custom scanning type plug-in, and performing logic processing on the Python script after the Python script receives the value; E) the privileged account scanning system reads a scanning result and log contents returned by the Python script; F) and checking the scanning result of the privileged account of the custom scanning type through the account result query module, and checking the scanning log of the privileged account of the custom scanning type through the log query module.
2. The method of claim 1, wherein the custom scan type plugin is composed of a zip package, and the zip package contains an XML file, a Python script, and an XLS file.
3. The method of claim 2, wherein the XML file is used to describe attributes of the connected account required by the custom scan type and a display name of a connected account configuration module in the privileged account scanning system.
4. The method according to claim 2, wherein the Python script is configured to receive a value filled in an attribute input box of an XML file attribute analyzed by the connection account configuration module, return a scanning result after the Python script is executed to the account result query module, and return a scanning log to the log query module.
5. The method of claim 2, wherein the XLS file is used to create a batch account import template for the custom scan type.
CN201910741102.1A 2019-08-12 2019-08-12 Method and device capable of dynamically expanding scanning type of privileged account Active CN110532310B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910741102.1A CN110532310B (en) 2019-08-12 2019-08-12 Method and device capable of dynamically expanding scanning type of privileged account

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910741102.1A CN110532310B (en) 2019-08-12 2019-08-12 Method and device capable of dynamically expanding scanning type of privileged account

Publications (2)

Publication Number Publication Date
CN110532310A CN110532310A (en) 2019-12-03
CN110532310B true CN110532310B (en) 2022-06-24

Family

ID=68663048

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910741102.1A Active CN110532310B (en) 2019-08-12 2019-08-12 Method and device capable of dynamically expanding scanning type of privileged account

Country Status (1)

Country Link
CN (1) CN110532310B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104426850A (en) * 2013-08-23 2015-03-18 南京理工大学常熟研究院有限公司 Vulnerability detection method based on plug-in
CN104702575A (en) * 2013-12-06 2015-06-10 中国移动通信集团山东有限公司 Account management method, management platform and account management system
CN105978894A (en) * 2016-06-27 2016-09-28 上海柯力士信息安全技术有限公司 Network security monitoring management system based on security vulnerability scanning cloud platform
CN105979114A (en) * 2016-06-28 2016-09-28 刘强 File scanning device and distribution system and method of scanned file

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8874482B2 (en) * 2010-05-24 2014-10-28 Bank Of America Corporation Deposit permissions for specific non-account holders
US11418527B2 (en) * 2017-08-22 2022-08-16 ZeroFOX, Inc Malicious social media account identification

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104426850A (en) * 2013-08-23 2015-03-18 南京理工大学常熟研究院有限公司 Vulnerability detection method based on plug-in
CN104702575A (en) * 2013-12-06 2015-06-10 中国移动通信集团山东有限公司 Account management method, management platform and account management system
CN105978894A (en) * 2016-06-27 2016-09-28 上海柯力士信息安全技术有限公司 Network security monitoring management system based on security vulnerability scanning cloud platform
CN105979114A (en) * 2016-06-28 2016-09-28 刘强 File scanning device and distribution system and method of scanned file

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
云漏洞扫描平台人机交互与开放接口子系统的设计与实现;苏婷;《中国优秀博硕士学位论文全文数据库(硕士)》;20150415(第04期);第I139-258页 *

Also Published As

Publication number Publication date
CN110532310A (en) 2019-12-03

Similar Documents

Publication Publication Date Title
US11789715B2 (en) Systems and methods for transformation of reporting schema
US11620117B2 (en) Systems and methods for code clustering analysis and transformation
US11188319B2 (en) Systems and methods for entry point-based code analysis and transformation
US11436006B2 (en) Systems and methods for code analysis heat map interfaces
US20140100910A1 (en) System and Method for Audits with Automated Data Analysis
US8875103B2 (en) Method of testing multiple language versions of a software system using one test script
US20170228220A1 (en) Self-healing automated script-testing tool
US20200151276A1 (en) Cognitive automation tool
CN110532435B (en) Method and device for integrating external system with dynamically extensible privileged account scanning system
CN115658529A (en) Automatic testing method for user page and related equipment
CN113641700A (en) Data processing method and device based on Spring boot frame
CN114201718A (en) Dynamically configurable form instance generation method and device
CN110532310B (en) Method and device capable of dynamically expanding scanning type of privileged account
US10824399B1 (en) Technical building block
CN111241048A (en) Web terminal log management method, device, medium and electronic equipment
CN102567066A (en) Business system development method, business system development platform and business system development system
CN113055274B (en) File distribution method and device based on RPA and electronic equipment
KR100969877B1 (en) Test automating system
CN114218105A (en) UI automatic regression testing system based on configuration application mode
CN114021756A (en) Fault analysis method and device and electronic equipment
CN110045961B (en) Management method and management platform of business rules
CN116775030B (en) Method and device for creating security baseline
CN112363912A (en) Method for testing comprehensive automatic interface
CN112416713A (en) Operation auditing system and method, computer readable storage medium and electronic equipment
CN111611173A (en) System and method applied to micro-service engineering interface document detection

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