public interface ArachniClient
ArachniRestClient
ArachniClient arachniClient = ArachniRestClientBuilder
.create("http://127.0.0.1:8080")
.build();
ArachniRestClientBuilder| Modifier and Type | Method and Description |
|---|---|
void |
close()
Depends on implementation the client close connections to Arachni Security Scanner.
|
List<String> |
getScans()
Returns a list with all scan id's.
|
Scan |
performScan(ScanRequest scanRequest)
Performs a new scan on the Arachni Rest Server and returns a
Scan object. |
List<String> getScans()
ArachniClientException.ArachniClientExceptionScan performScan(ScanRequest scanRequest)
Scan object. To start a new you have to
create a ScanRequest first.
Use the returned Scan object for further activities.scanRequest - Request with all information needed for the scan.Scan object.ArachniClientExceptionvoid close()
ArachniClient and all created Scan objects can not be used anymore.ArachniClientExceptionCopyright © 2017. All rights reserved.