There are two options with getting your System(s) under Test:
cloud
. All back-end services are set-up and ready to golocal
. You set-up everything yourselfBoth cloud
and local
use the same code base.
cloud
(BinaryMist purpleteam)The quickest way to get up and running with having your Web application and/or API under test is to take the purpleteam cloud
path. At a high level, these steps look like the following:
cloud
account. We set-up and manage everything in the cloud for you. If you decide to take the local
path instead, this will be your responsibilityPurpleteam CLI can be run manually, driven from your CI, or other builds, to continuously inform you of security regressions in the Web applications that you are developing. This way you can easily find and fix your defects as they are being introduced.
Follow all directions under cloud
.
local
(OWASP purpleteam)If you choose to go the purpleteam local
path, a non-trivial set-up is required to get up and running.
Follow all directions under local
.