TargetDomain

Represents a target domain registered for penetration testing. A target domain must be verified through DNS TXT or HTTP route verification before it can be used in pentests.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time the target domain was created, in UTC format.

Link copied to clipboard

The domain name of the target domain.

Link copied to clipboard

The unique identifier of the target domain.

Link copied to clipboard

The verification details for the target domain.

Link copied to clipboard

The current verification status of the target domain.

Link copied to clipboard

The reason for the current target domain verification status.

Link copied to clipboard

The date and time the target domain was verified, in UTC format.

Functions

Link copied to clipboard
inline fun copy(block: TargetDomain.Builder.() -> Unit = {}): TargetDomain
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String