Interface Audit

  • All Superinterfaces:
    ScanTask, Task
    All Known Subinterfaces:
    CrawlAndAudit

    public interface Audit
    extends ScanTask
    This interface represents an instance of an audit in the Burp Scanner tool.
    • Method Detail

      • insertionPointCount

        int insertionPointCount()
        This method retrieves the number of insertion points.
        Returns:
        The number of insertion points.
      • issues

        java.util.List<AuditIssue> issues()
        This method retrieves the audit issues found by this audit.
        Returns:
        The list of AuditIssues found by this audit.