forked from owasp-amass/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
51nk0r5w1m
committed
Oct 25, 2024
1 parent
191b15a
commit df47040
Showing
2 changed files
with
33 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,50 @@ | ||
``` mermaid | ||
flowchart TD | ||
Contact[("fa:fa-comment Contact Assets")] | ||
Contact[("Contact Assets")] | ||
Email("Full Email | ||
Address") | ||
Email("fa:fa-envelope Email") | ||
Location("fa:fa-location-dot Location") | ||
Phone("fa:fa-phone Phone") | ||
Email ==> Contact | ||
Location ==> Contact | ||
Phone ==> Contact | ||
Person(["fa:fa-user Person"]) | ||
Organization(["fa:fa-building Organization"]) | ||
TLSCertificate(["fa:fa-lock TLS Certificate"]) | ||
Registrar(["fa:fa-folder Registrar"]) | ||
Whois[("fa:fa-globe Whois")] | ||
Person[("Person")] | ||
Organization[("Organization")] | ||
TLSCertificate[("TLS Certificate")] | ||
Registrar[("Registrar")] | ||
Whois[("Whois")] | ||
whoisEmail@{shape: subproc, label: "admin_email | ||
whoisEmail@{ shape: braces, label: "admin_email | ||
tech_email | ||
billing_email | ||
registrant_email" } | ||
personEmail@{ shape: braces, label: "email"} | ||
registrarEmail@{ shape: braces, label: "abuse_email"} | ||
tlsEmail@{ shape: braces, label: "subject_email_address"} | ||
whoisEmail --> Email | ||
Whois --> whoisEmail | ||
Whois --o whoisEmail | ||
personEmail --> Email | ||
Person --o personEmail | ||
Organization --o personEmail | ||
registrarEmail --> Email | ||
Registrar --o registrarEmail | ||
tlsEmail --> Email | ||
TLSCertificate --o tlsEmail | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ theme: | |
- navigation.indexes | ||
- navigation.footer | ||
- navigation.top | ||
- navigation.instant | ||
|
||
|
||
extra_css: | ||
|