We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67810ed commit 5bf4ce1Copy full SHA for 5bf4ce1
1 file changed
pyoaev/contracts/contract_config.py
@@ -46,6 +46,19 @@ class ContractOutputType(str, Enum):
46
IPv6: str = "ipv6"
47
CVE: str = "cve"
48
Asset: str = "asset"
49
+ Credentials: str = "credentials"
50
+ Username: str = "username"
51
+ Share: str = "share"
52
+ AdminUsername: str = "admin_username"
53
+ Group: str = "group"
54
+ Computer: str = "computer"
55
+ PasswordPolicy: str = "password_policy"
56
+ Delegation: str = "delegation"
57
+ Sid: str = "sid"
58
+ Vulnerability: str = "vulnerability"
59
+ AccountWithPasswordNotRequired: str = "account_with_password_not_required"
60
+ AsreproastableAccount: str = "asreproastable_account"
61
+ KerberoastableAccount: str = "kerberoastable_account"
62
63
64
class ExpectationType(str, Enum):
0 commit comments