Cyver Core currently offers report templates with variable sections. You can use these, leave them blank, hide them from the client, or modify the template to add more sections. Cyver Core provides some base draft templates, which you can modify and use for your organization. You may also build your own Templates with your own text, customer-centric data, and personalized information.
To edit the Report Template:
- Click “Settings” in the left-hand menu
- Click “Report Templates”
- Select the template you’d like to edit
- Click “...” on the right-hand menu and select “Edit”
Cyver Core supports formatting options:
- Bold
- Italics
- Header
- Quote
- Bullet
- Numbered List
- Insert Hyperlink /Hyperlink Text
- Insert Image
- Add Section
Customize Using CSS
The base Cyver Core Report Template includes 6 sections with the Cyver Core colors. You can customize this by uploading a CSS file with new formatting.
- Update header colors
- Change font and typeset
- Add spacing
- Change margins and padding
- Create and name your own report sections
To edit CSS:
- Click “Settings" in the left-hand menu
- Click "Report Templates"
- Click "..." on the Report Template you'd like to update and choose "Edit"
- Click "Style" in the Report Template menu
- Edit CSS as desired
Cyver Core supports HTML Class Attributes. This allows you to customize the look and feel of individual sections by changing the section number in the CSS tag.
.reportHTML.section1 h1
{
color: #FF465C;
margin-bottom: 300px;
margin-top: 400px;
font-size: 56px;
}
Customizing Using Tokens
Report tokens link to Pentest data so that you can auto-populate reports. To add a Token, type the Token name in brackets : {Pentest_Name}. Click here to see a full list of Tokens.
Markdown
Edit and manage content using Markdown
Add/Remove Sections
Every Report Template includes basic sections. You can add or remove these at will. To do so:
- Click “Settings” in the left-hand menu
- Click “Report Templates”
- Select the template you’d like to edit
- Click “...” on the right-hand menu and select “Edit”
- Click "Delete Section" to remove a section. This cannot be undone
- Click "Add Section" to add a new section
- Name your new section
- Click "Save"
Comments
0 comments
Please sign in to leave a comment.