Skip to main contentProjects serve as containers for related recon and attack results.
To run tests in Mindgard, you must first create a project. Mindgard tools will use a project’s ID to gather together results from different runs, allowing you to develop a deeper understanding of each target’s risk profile.
You can create as many projects as you want!
Create a new project
From the Sandbox:
- Navigate to the Mindgard Projects page, then click ‘New Project’.
- Choose a descriptive name, then click ‘Create Project’.
- Note your project’s Project ID for use in CLI commands, TOML config files, and BurpSuite.
From the CLI:
- Run
mindgard create project --name 'My Project'
- Note your project’s Project ID for use in CLI commands, TOML config files, and BurpSuite.
Find a project ID
To find the ID of an existing project, you can check in Mindgard Projects or by running mindgard list projects in the CLI.
How to use your project ID
In CLI commands, add as a --project-id "YOUR_PROJECT_ID-XXXX" flag.
See testing in the CLI for more information.
In TOML files, add as project_id = "YOUR_PROJECT_ID-XXXX"
See examples in our example TOML files.
In BurpSuite, add to the ‘Project ID’ field.
See testing via Burp for more information.