Interface Crawl

All Superinterfaces:
ScanTask, Task

public interface Crawl extends ScanTask
Crawl in the Burp Scanner tool.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Delete the task.
    int
    Number of network errors that have occurred for the scan task.
    int
    Number of requests that have been made for the scan task.
    This functionality is not yet implemented.
  • Method Details

    • requestCount

      int requestCount()
      Number of requests that have been made for the scan task.
      Specified by:
      requestCount in interface ScanTask
      Returns:
      The number of requests that have been made for the scan task.
    • errorCount

      int errorCount()
      Number of network errors that have occurred for the scan task.
      Specified by:
      errorCount in interface ScanTask
      Returns:
      The number of network errors that have occurred for the scan task.
    • delete

      void delete()
      Delete the task.
      Specified by:
      delete in interface ScanTask
      Specified by:
      delete in interface Task
    • statusMessage

      String statusMessage()
      This functionality is not yet implemented.
      Specified by:
      statusMessage in interface ScanTask
      Specified by:
      statusMessage in interface Task
      Returns:
      the current status message of the task