- getAuditedPages() - Method in class de.irissmann.arachni.client.response.Statistics
-
Returns the number of pages already audited.
- getErrors() - Method in class de.irissmann.arachni.client.response.ScanResponse
-
Returns a list with error messages from scan if an error was happened.
- getFoundPages() - Method in class de.irissmann.arachni.client.response.Statistics
-
Returns the number of pages found for the scan.
- getId() - Method in class de.irissmann.arachni.client.Scan
-
Returns the id of the scan.
- getReportHtml(OutputStream) - Method in class de.irissmann.arachni.client.rest.ScanRestImpl
-
- getReportHtml(OutputStream) - Method in class de.irissmann.arachni.client.Scan
-
Writes the scan HTML report in a given OutputStream as a zip file.
- getReportJson() - Method in class de.irissmann.arachni.client.rest.ScanRestImpl
-
- getReportJson() - Method in class de.irissmann.arachni.client.Scan
-
Retrieve the scan report as JSON string.
- getReportXml() - Method in class de.irissmann.arachni.client.rest.ScanRestImpl
-
- getReportXml() - Method in class de.irissmann.arachni.client.Scan
-
Retrieve the scan report as XML string.
- getReportYaml() - Method in class de.irissmann.arachni.client.rest.ScanRestImpl
-
- getReportYaml() - Method in class de.irissmann.arachni.client.Scan
-
Retrieve the scan report as YAML string.
- getScans() - Method in interface de.irissmann.arachni.client.ArachniClient
-
Returns a list with all scan id's.
- getScans() - Method in class de.irissmann.arachni.client.rest.ArachniRestClient
-
- getSeed() - Method in class de.irissmann.arachni.client.response.ScanResponse
-
- getStatistics() - Method in class de.irissmann.arachni.client.response.ScanResponse
-
Returns some statistics from the scan.
- getStatus() - Method in class de.irissmann.arachni.client.response.ScanResponse
-
Returns the scan status.