-
Notifications
You must be signed in to change notification settings - Fork 1
HelpAddonsCodedxCodedx
The Code Dx add-on allows you to generate compatible reports and upload them to a Code Dx server. There are two options under the Report menu.
This option will generate a report for you and upload it to a Code Dx server. Selecting it will prompt you for the Server URL and API Key. After populating the fields, click the refresh button to get a list of projects available to the API Key. Then click the Upload button to send results to the Code Dx server.
This option will generate a standard XML report that includes the HTTP request and response data.
Uploads a report to Code Dx. Note that uploading an empty report with no alerts will cause an Exception to be thrown as Code Dx won't be able to read it and will return a non-200 response.
Parameters
- filePath: Absolute path to the report file
- serverUrl: Code Dx server URL
- codeDxApiKey: Code Dx API Key
- projectId: Code Dx Project ID
- fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
- acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
Returns "OK" if the report is uploaded successfully.
Generates a Code Dx report, saves it to a temporary file, uploads to Code Dx, then deletes the file.
Parameters
- serverUrl: Code Dx server URL
- codeDxApiKey: Code Dx API Key
- projectId: Code Dx Project ID
- fingerprint: Optional SHA1 hash of an invalid certificate to make an exception for
- acceptPermanently: Optional boolean for if the exception should be stored permanently in a truststore file.
Returns "OK" if the report is uploaded successfully. "EMPTY" if the generated report is empty. The report will not be uploaded to Code Dx.
Generates an XML report with request and response data.
Returns An XML report String.
- Introduction
-
2.0 Add-ons
- Add-ons: Release
- Add-ons: Beta
-
Add-ons: Alpha
-
Active Scan Rules - alpha
-
Access Control Testing
-
All In One Notes
-
Authentication Statistics
- Browser View
- Bug Tracker
-
Code Dx
-
Community Scripts
- Custom Payloads
- Custom Report
- DOM XSS Active Scan Rule
- Export Report
-
Form Handler
-
Groovy Scripting
-
HTTPS Info Add-on
-
Open API Specification Support
-
Passive Scan Rules - alpha
-
Replacer
-
Revisit
-
Server-Sent Events
-
Sequence Scanner
-
Simple Example
-
SOAP Scanner
-
SNI Terminator
-
Technology Detection
-
TLS Debug
-
- Add-on Development
- Add-on Structure
- Add-on Debugging
- Examples
- Upgrade
- Code Structure
- 1.4 Add-ons
(This is work in progress;)