Clouddefense.ai is an automated web application security testing tool that audits your web applications by checking for vulnerabilities like SQL Injection, Cross site scripting and other exploitable vulnerabilities.
Data is the ultimate motivator for hackers. Hackers are constantly looking for ways to exploit application vulnerabilities and gain access to sensitive data. The average enterprise company deals with hundreds of applications and this volume, understandably, creates a nightmarish situation for SecOps personnel to constantly certify, pen-test, and validate the security posture of each application. While the SecOps team is hard at work doing all that, developers become frustrated with the bottleneck. This is where CloudDefense helps. CloudDefense introduces a breakthrough platform for assessing the risk posture for the entire application stack and enables a more agile DevSecOps philosophy, which will help security move at the same pace as development.
- SAST
- DAST
- SCA
- API Scanning
- Containers
curl https://raw.githubusercontent.com/CloudDefenseAI/cd/master/latest/cd-latest-mac-x64.tar.gz > /tmp/cd-latest-mac-x64.tar.gz && tar -C /usr/local/bin -xzf /tmp/cd-latest-mac-x64.tar.gz && chmod +x /usr/local/bin/cdefense
https://github.com/CloudDefenseAI/cd/raw/master/latest/cd-latest-windows.exe.tar.gz
sudo curl https://raw.githubusercontent.com/CloudDefenseAI/cd/master/latest/cd-latest-linux-x64.tar.gz > /tmp/cd-latest-linux-x64.tar.gz && tar -C /usr/local/bin -xzf /tmp/cd-latest-linux-x64.tar.gz && chmod +x /usr/local/bin/cdefense
- Jenkins
- GoCD
- Gitlab
- Bitbucket
- CircleCI
- Teamcity
- Travis CI
- Azure DevOps
cdefense sca --lang=dot_net --api-key=<YOUR_KEY> --project-name="example_project"
cdefense sca --lang=go --api-key=<YOUR_KEY> --project-name="example_project"
cdefense sca --lang=java --api-key=<YOUR_KEY> --project-name="example_project"
cdefense sca --lang=kotlin --api-key=<YOUR_KEY> --project-name="example_project"
cdefense sca --lang=node --api-key=<YOUR_KEY> --project-name="example_project"
cdefense sca --lang=objective_c --api-key=<YOUR_KEY> --project-name="example_project"
cdefense sca --lang=php --api-key=<YOUR_KEY> --project-name="example_project"
cdefense sca --lang=python --api-key=<YOUR_KEY> --project-name="example_project"
cdefense sca --lang=rust --api-key=<YOUR_KEY> --project-name="example_project"
cdefense sca --lang=swift --api-key=<YOUR_KEY> --project-name="example_project"