Enterprise Edition architecture
2018-08-26 01:05:00 Author: portswigger.net(查看原文) 阅读量:99 收藏

Burp Suite Enterprise Edition comprises the following components:

  • Enterprise server – This coordinates between the other components, manages scan scheduling, and performs software updates.
  • Agents – These carry out scans using an embedded instance of Burp Scanner. Agents can be distributed across multiple machines, and the pool of agents can grow indefinitely large.
  • Web server – This provides the interface to users, via the web UI and REST API. The web server is installed onto the same machine as the Enterprise server.
  • Database – This provides persistent storage for configuration data and scan results. There is a bundled database which is suitable for evaluation purposes and many production use cases, or you can use your own external database if required.

The diagram below shows the different components of the software and the connections between them:


Burp Suite Enterprise Edition has extreme scalability. For lightweight use, you can run all of the components on a single machine, including the bundled database. On a machine with substantial resources, this set up should be able to comfortably support up to 10 concurrent scans. The diagram below shows a single-machine deployment:


At the other extreme, you can run agents on a large number of machines, and you can use your own external database for storage. This lets you scale the number of concurrent scans to be indefinitely large, and utilize any existing database infrastructure that you have. The diagram below shows a multiple-machine deployment, with an external database and agent machines:


Each agent machine, and optionally the Enterprise server machine, can be configured to run multiple logical agents. Each logical agent can be occupied carrying out a single scan at any given time.

The architecture of Burp Suite Enterprise Edition allows it to meet the needs of a small organization with a few web sites or developers, through to a huge organization with thousands of web sites and many development teams, and everything in between.


文章来源: https://portswigger.net/blog/enterprise-edition-architecture
如有侵权请联系:admin#unsafe.sh