diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2022-09-04 05:04:04 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2022-09-04 05:04:04 -0400 | 
| commit | f914e816092f02a4bbed779ad91a6641e7cc2122 (patch) | |
| tree | 1c7dd2f7f2946ac4d80cb6f3147cbd5ec0b2b4af /support/domaindump/domain_trusts.html | |
| parent | 869200611b92f0dee181a89ffb8f3f9123794d43 (diff) | |
add rooms
Diffstat (limited to '')
| -rw-r--r-- | support/domaindump/domain_trusts.html | 33 | 
1 files changed, 33 insertions, 0 deletions
| diff --git a/support/domaindump/domain_trusts.html b/support/domaindump/domain_trusts.html new file mode 100644 index 0000000..57fd9a8 --- /dev/null +++ b/support/domaindump/domain_trusts.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html> +<head><meta charset="UTF-8"><style type="text/css">tbody th { +    border: 1px solid #000; +} +tbody td { +    border: 1px solid #ababab; +    border-spacing: 0px; +    padding: 4px; +    border-collapse: collapse; +} +body { +    font-family: verdana; +} +table { +    font-size: 13px; +    border-collapse: collapse; +    width: 100%; +} +tbody tr:nth-child(odd) td { +    background-color: #eee; +} +tbody tr:hover td { +    background-color: lightblue; +} +thead td { +    font-size: 19px; +    font-weight: bold; +    padding: 10px 0px; +} +</style></head><body><table><thead><tr><td colspan="6" id="cn_Domain_trusts">Domain trusts</td></tr></thead><tbody><tr><th>CN</th><th>NETBIOS Domain name</th><th>securityIdentifier</th><th>trustAttributes</th><th>trustDirection</th><th>trustType</th></tr> +</tbody> +</table></body></html>
\ No newline at end of file | 
