Mobb User Docs
Start NowBlogsWatch NowContact Us
  • What is Mobb?
  • What's New with Mobb
  • Supported Fixes
  • Getting Started
    • System Requirements
    • Onboarding Guide
      • Registering a Mobb account
      • Try Mobb now!
      • Running Mobb against your own code
      • Automate Mobb in a CI/CD pipeline
    • Working with the Fix Report
    • Mobb CLI Overview
      • Analyze Mode
      • Scan Mode
      • Add SCM Token Mode
      • Review Mode
      • Common Deployment Scenarios
  • Mobb Dashboard
  • Integrating SAST Findings
    • Checkmarx
      • Generating Checkmarx One JSON Report from CLI
    • Snyk
    • SonarQube
      • Generating a SonarQube SAST Report
    • Fortify
    • CodeQL
    • Semgrep/Opengrep
      • Generating a Semgrep SAST Report
      • Generating an Opengrep SAST Report
  • CI/CD Integrations
    • GitHub Actions
      • GitHub Fixer for CxOne
      • GitHub Fixer for Opengrep
    • GitLab Pipeline
    • Azure DevOps
    • Jenkins
    • CircleCI
    • Bamboo
    • Bitbucket Pipeline
  • Administration
    • User Management
    • Project Settings
    • Access Tokens
    • Organization-Level Fix Policy
    • Integrations Page
    • SAML Single Sign-On Flow
  • More Info
    • Mobb Broker
      • Mobb Broker Token Rotation
      • Secure storage of Mobb broker in AWS Secrets Manager
    • Providing Fix Feedback
    • Frequently Asked Questions (FAQ)
    • Data Protection and Retention
    • Service Level Agreement
  • Fixing Guides
    • SQL Injection
    • Path Traversal
    • Log Forging
    • XSS
    • XXE
    • Server Side Request Forgery
    • HttpOnly Cookie Vulnerabilities
    • Hardcoded Domain in HTML
    • Hardcoded Secrets
    • HTTP Response Splitting Attacks
    • Insecure Cookie Vulnerabilities
    • Insecure Randomness
    • Missing Check against Null
    • Missing Rate Limiting
    • Regex Missing Timeout
    • System Information Leakage
  • Mobb REST API Guide
Powered by GitBook
On this page

Was this helpful?

  1. Getting Started
  2. Onboarding Guide

Try Mobb now!

PreviousRegistering a Mobb accountNextRunning Mobb against your own code

Last updated 9 months ago

Was this helpful?

This option is made for visitors who want to quickly see how Mobb works without providing access to code or vulnerability reports

This guide describes how you can try out Mobb in a self-contained sandbox environment using existing scan results generated from a SAST tool against a vulnerable application.

To get started, first make sure you have already signed up for an account. If you haven't done so, please visit the guide.

After logging in, select the first option, "Try Mobb Now"

Pick a vulnerability scanner of your choice (Checkmarx, Snyk, Fortify or GitHub CodeQL)

Then pick an application you want to analyze (Webgoat, Juice Shop or AltoroJ). These are all well-known, deliberately insecure applications, used as examples for demonstrating how Mobb fixes code vulnerabilities.

Click on "Get Fixes Now!"

After a few seconds, available fixes should start to appear. At this stage, you can begin accessing the fix page through the “Link to Fix” button.

Mobb provides an intuitive UI that allows you to influence the fix's direction through a few simple questions. Once you are satisfied with the fix recommendation, you can either commit the changes back to your source code repository, download the .diff file, or save fix data:

  • Commit Changes - This allows you to commit the fixes directly to your source code repository through a Pull Request.

  • Download the .diff file - This option allows you to download the .diff file and apply the fix manually to your branch.

  • Save fix data - This option allows you to save the fix data so you can work on other fixes in the project. After you're satisfied, you can commit the fixes back to the repository all at once.

Since you are in a sandbox environment, you won't be able to commit the fixes back into the source code repository. To complete this tutorial, you can either download the .diff file or save the fix data.

Mobb shows only a small subset of the available fixes in these applications in the sandbox experience.

To commit the fixes to an actual source code repository that you own, please proceed to the next section on “”.

Running mobb against your own code
Register a Mobb Account