TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    CloudFoundry

    Score10 out of 10
    N/ACloudFoundry is a free, open source cloud computing platform supported by the non-profit CloudFoundry. It is not tied to any particular cloud service, but can be self-hosted or run on any cloud service preferred.N/A

    Pentest-Tools.com

    Score7 out of 10
    N/APentest-Tools.com helps security professionals find, validate, and communicate vulnerabilities, whether they’re internal teams defending at scale, MSPs juggling clients, or consultants under pressure. The service provides coverage across network, web, API, and cloud assets, and includes built-in exploit validation to turn every scan into credible, actionable insight. Boasting users among over 2,000 teams in 119 countries for use…

    $95

    per month

    Pricing
    CloudFoundryPentest-Tools.com
    Editions & Modules
    No answers on this topic
    NetSec
    $95
    per month 5 assets included
    WebNetSec
    $140
    per month 5 assets included
    Pentest Suite
    $190
    per month 5 assets included
    Offerings
    Pricing Offerings
    CloudFoundryPentest-Tools.com
    Free Trial
    NoNo
    Free/Freemium Version
    YesYes
    Premium Consulting/Integration Services
    NoYes
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details—There's a 15% annual subscription discount.
    More Pricing Information
    Features
    CloudFoundryPentest-Tools.com
    Platform-as-a-Service
    Comparison of Platform-as-a-Service features of CloudFoundry and Pentest-Tools.com
    Feature
    CloudFoundry
    9.8
    1 Ratings
    24% above category average
    Pentest-Tools.com
    -
    Ratings
    Ease of building user interfaces10.01 Ratings00 Ratings
    Scalability9.01 Ratings00 Ratings
    Development environment creation10.01 Ratings00 Ratings
    Development environment replication10.01 Ratings00 Ratings
    Issue recovery10.01 Ratings00 Ratings
    Upgrades and platform fixes10.01 Ratings00 Ratings
    Best Alternatives
    CloudFoundryPentest-Tools.com
    Small Businesses
    IBM Cloud Foundry
    Score8.5 out of 10
    No answers on this topic
    Medium-sized Companies
    IBM Cloud Private
    Score9.6 out of 10
    Metasploit
    Score9 out of 10
    Enterprises
    AWS Elastic Beanstalk
    Score8.6 out of 10
    Metasploit
    Score9 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    CloudFoundryPentest-Tools.com
    Likelihood to Recommend
    10.0
    (1 ratings)
    7.0
    (1 ratings)
    User Testimonials
    CloudFoundryPentest-Tools.com
    Likelihood to Recommend
    CloudFoundry
    It's well suited if:
    • The organization has large number of applications that needs to be deployed frequently.
    • The organization is tied to the DevOps mindset.
    • The organization has programs in different languages.
    • The applications does not need EJB's support that servers like web logic provide.
    It's less suited if:
    • The applications needs security configuration within the same CloudFoundry instance.
    • The organization, for whatever reason does not want developers to manage the instances.
    Incentivized
    Read full review
    Pentest-Tools.com
    This website is well suited for organisations that perform regular security assessments. In particular, external scans and reconnaissance. As an example, I am able to run a report on our Wordpress website to enable me to see whether we are missing any important security updates. We found it to be very useful for training new security analysts, due to the straightforward GUI. You can work on the same projects together to help you to do this. Having it laid out in front of them helps them to understand the concepts much easier than using dozens of different tools to achieve the same goals, and also speeds up training. If you're a personal user it may not be appropriate due to price. If you are a personal user, I would advise using the many open source tools there are that do the same things. The strength of this platform is that it combines them into a single pane of glass, but you can achieve the same things with other tools if necessary. For example, there are many other tools that you could use to run a UDP port scan that do not cost money (EG NMAP)
    Incentivized
    Read full review
    Pros
    CloudFoundry
    • Support for Orgs and Spaces that allow for managing users and deployables within a large organization.
    • Easy deployment, deploying code is as simple as executing single line from CLI, thanks to build-packs.
    • Solid and rich CLI, that allows for various operations on the instance.
    • Isolated Virtual Machines called Droplets, that provide clean run time environment for the code. This used to be a problem with Weblogic and other application servers, where multiple applications are run on the same cluster and they share resources.
    • SSH capability for the droplet (isolated VM's are called droplets), that allows for real time viewing of the App code while the application is running.
    • Support for multiple languages, thanks to build-packs.
    • Support for horizontal scaling, scaling an instance horizontally is a breeze.
    • Support for configuring environment variable using the service bindings.
    • Supports memory and disk space limit allocation for individual applications.
    • Supports API's as well as workers (processes without endpoints)
    • Supports blue-green deployment with minimal down time
    Incentivized
    Read full review
    Pentest-Tools.com
    • Cheaper than some other platforms
    • Good support
    • Cloud based
    • Integrates well with identity providers
    Incentivized
    Read full review
    Cons
    CloudFoundry
    • Does not support stateful containers and that would be a nice to have.
    • Supports showing logs, but does not persist the logs anywhere. This makes relying on Cloud Foundry's logs very unreliable. The logs have to be persisted using other third party tools like Elk and Kibana.
    Incentivized
    Read full review
    Pentest-Tools.com
    • No logging for things like scanning. This means you don't actually know when the scan has failed if you're not immediately on the ball.
    • Reports could look better. It would be good to be able to customise the report with some different styles to suit your company's branding.
    • Could have better tutorials.
    • It may be useful to have a feature similar to Microsoft Secure Score, which compares your organisation to similar ones, so that you have a reference of how secure your environment actually is.
    Incentivized
    Read full review
    Alternatives Considered
    CloudFoundry
    While Docker shines in providing support for volumes and stateful instances, Cloud foundry shines in providing support for deploying stateless services. Heroku shines in integrating with Git and using commits to git as hooks to trigger deployments right from the command line. But it does not provide on-premise solution that Cloud foundry provides.
    Incentivized
    Read full review
    Pentest-Tools.com
    Offers a great number of tools in one interface, giving you a single pane of glass to work from. Therefore, it's favourable compared to some of these other products, that do similar things but are less intuitive and less easy to use. This makes it not only easier to use, but easier to report results to your customers. Also, although the price point can seem high, once you start adding multiple paid tools that do the same job, there probably isn't a massive amount of difference (if any)
    Incentivized
    Read full review
    Return on Investment
    CloudFoundry
    • Positive impact, since it simplifies the deployment time by a huge margin. Without cloud foundry, deploying a code needs coordination with infrastructure teams, while with cloud foundry, its a simple one line command. This reduces the deployment time from at least few hours to few minutes. Faster deployments promote faster dev cycle iterations.
    • Code maintenance such as upgrading a Node or Java version is as simple as updating the build-pack. Without cloud foundry, using web logic, the specific version only supports a specific version of Java. So updating the version involves upgrading the version of web logic that needs to involve few teams. So without cloud foundry, it takes at least few days, with cloud foundry, its a matter of few mins.
    • Overall, happier Developers and thats harder to quantify.
    Incentivized
    Read full review
    Pentest-Tools.com
    • Price point allows us to sell the solution at an excellent margin
    • Freed up time due to the automated solutions, allowing us to utilise staff better
    • Use from anywhere due to being cloud based
    Incentivized
    Read full review
    ScreenShots

    Pentest-Tools.com Screenshots

    Screenshot of the Pentest-Tools.com dashboardScreenshot of the Website Vulnerability Scanner results pageScreenshot of pentest robotsScreenshot of scan results for Sniper: Auto-ExploiterScreenshot of some of the available integrationsScreenshot of an attack surface view