Class Oast
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the service used with the active scanner, if any.Gets the BOAST options.Gets the Callback options.Gets the number of days the OAST records will be kept for.Gets the Interactsh options.Gets all of the services.setActiveScanService
(String name) Sets the service used with the active scanner.setBoastOptions
(String server, String pollinsecs) Sets the BOAST options.setCallbackOptions
(String localaddress, String remoteaddress, String port) Sets the Callback options.setDaysToKeepRecords
(String days) Sets the number of days the OAST records will be kept for.setInteractshOptions
(String server, String pollinsecs, String authtoken) Sets the Interactsh options.
-
Constructor Details
-
Oast
-
-
Method Details
-
getActiveScanService
Gets the service used with the active scanner, if any.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
getServices
Gets all of the services.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
getBoastOptions
Gets the BOAST options.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
getCallbackOptions
Gets the Callback options.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
getInteractshOptions
Gets the Interactsh options.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
getDaysToKeepRecords
Gets the number of days the OAST records will be kept for.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setActiveScanService
Sets the service used with the active scanner.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setBoastOptions
Sets the BOAST options.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setCallbackOptions
public ApiResponse setCallbackOptions(String localaddress, String remoteaddress, String port) throws ClientApiException Sets the Callback options.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setInteractshOptions
public ApiResponse setInteractshOptions(String server, String pollinsecs, String authtoken) throws ClientApiException Sets the Interactsh options.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
setDaysToKeepRecords
Sets the number of days the OAST records will be kept for.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-