Skip to main content
Finding templates are available on the Pentest Suite plan. View plans
Finding templates let you create reusable vulnerability definitions. Save one for any vulnerability type and apply it when creating new findings, without entering the same details each time. Templates can be shared with team members. See Sharing templates for details.

Template types

Two template types are available:
TypeDescription
DefaultPre-built templates provided by Pentest-Tools.com covering common vulnerabilities
CustomTemplates you create for your organization’s specific needs

Template fields

Each finding template contains the following information:

Core details

FieldRequiredDescription
NameYesDescriptive name for the vulnerability
Risk LevelYesSeverity rating (Critical, High, Medium, Low, Info)
DescriptionNoDetailed explanation of the vulnerability
Risk DescriptionNoWhy this vulnerability poses a security concern
RecommendationNoHow to fix or mitigate the issue

Standards and scoring

FieldDescription
CVECommon Vulnerabilities and Exposures identifier (e.g., CVE-2024-1234)
CWECommon Weakness Enumeration identifier (e.g., CWE-79)
CVSS v2Common Vulnerability Scoring System v2 score (0-10)
CVSS v3Common Vulnerability Scoring System v3 score (0-10)
OWASP 2017OWASP Top 10 2017 classification
OWASP 2021OWASP Top 10 2021 classification

Threat intelligence

FieldDescription
EPSS ScoreExploit Prediction Scoring System score (0-1)
EPSS PercentilePercentile ranking compared to other vulnerabilities
In CISA KEVWhether the vulnerability is in CISA’s Known Exploited Vulnerabilities catalog

Evidence and reproduction

FieldDescription
EvidenceProof of the vulnerability (request/response data, screenshots)
How to ReproduceSteps to reproduce the vulnerability
ReferencesLinks to additional documentation and resources

Creating a template

1

Navigate to Templates

Go to Findings and click the Templates tab.
2

Click Add

Click the Add button.
3

Fill in template details

Enter the vulnerability information you want to save:
  • Provide a descriptive name
  • Set the appropriate risk level
  • Add description, recommendation, and other relevant fields
4

Save the template

Click Save to create your template.
When creating a finding, check the Add to templates option to automatically create a template from that finding’s details.

Using a template

When you create a new finding, you can select a template to pre-populate the form:
1

Start creating a finding

Go to Findings and click Add.
2

Click Use template

Click the Use template button, or navigate to the Templates tab and click Use Template on a template card.
3

Select a template

Choose from your custom templates, shared templates, or default templates. Use the search to filter by name.
4

Review and customize

The form pre-fills with the template data. Modify any fields as needed for this specific finding.
5

Add target-specific details

Fill in target-specific information like the affected target, port, and specific evidence.
6

Save the finding

Click Save to create the finding.

Managing templates

Filtering templates

Filter your template list by:
  • Type: Show all templates, only custom templates, or only default templates
  • Name: Search for templates by keyword

Viewing templates

Click on any template card to view its full details in a modal. The card displays:
  • Template name
  • Description preview
  • Owner (for shared templates)
  • Your permission level (Owner, Edit, or View)

Editing templates

To edit a custom template:
  1. Navigate to Findings > Templates tab
  2. Find the template you want to edit
  3. Click the options menu (three dots) and select Edit
  4. Make your changes
  5. Click Save
Default templates provided by Pentest-Tools.com cannot be edited. You can only edit templates you own or templates shared with you with Edit permission.

Deleting templates

To delete a custom template:
  1. Navigate to Findings > Templates tab
  2. Find the template you want to delete
  3. Click the options menu (three dots) and select Delete
  4. Confirm the deletion
Deleting a template does not affect findings that were created using that template. The deletion is permanent and cannot be undone.

Sharing templates

You can share finding templates with team members.

Permission levels

PermissionWhat they can do
No accessCannot see or use your templates
ViewCan view and use templates to create findings, but cannot edit or delete
EditFull access to view, use, edit, and delete templates

How to share templates

  1. Go to Settings > Team
  2. Select the team members you want to configure sharing for
  3. Click Share
  4. Set the Finding Templates permission level
  5. Click Save
Templates you share will appear in your team members’ template list with a sharing indicator showing your name as the owner.
Create a library of templates for common findings and share them with team members.
For team management and sharing, see Teams and roles.

Best practices

Use consistent naming patterns for your templates. Include the vulnerability type and any relevant context (e.g., “SQL Injection - Blind Boolean-based”).
Add CVE, CWE, and OWASP classifications to help with compliance reporting and vulnerability tracking.
Include clear, step-by-step instructions in the “How to Reproduce” field. This helps team members validate findings and demonstrates impact to stakeholders.
Create templates for vulnerabilities you encounter frequently during pentests to save time and ensure consistent documentation.
Write specific, actionable remediation guidance rather than generic advice.

Use cases

Penetration testing teams

Create templates for vulnerabilities commonly found during engagements:
  • Authentication bypass techniques
  • Injection vulnerabilities
  • Misconfigurations
  • Business logic flaws

Compliance reporting

Standardize how compliance-related findings are documented:
  • Include relevant compliance framework references
  • Ensure consistent severity ratings
  • Add standard remediation guidance

Knowledge sharing

Build an organizational knowledge base of vulnerability templates:
  • Share templates with team members for consistent documentation
  • Document company-specific security policies
  • Maintain consistent reporting quality across team members