Skip to content

Commit 26bc05e

Browse files
committed
update readme
1 parent f5603c2 commit 26bc05e

1 file changed

Lines changed: 22 additions & 18 deletions

File tree

README.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,41 +17,45 @@ Usage of ./certgraph: [OPTION]... HOST...
1717
https://github.com/lanrat/certgraph
1818
OPTIONS:
1919
-apex
20-
for every domain found, add the apex domain of the domain's parent
20+
for every domain found, add the apex domain of the domain's parent
2121
-cdn
22-
include certificates from CDNs
22+
include certificates from CDNs
23+
-censys-appid string
24+
censys API AppID
25+
-censys-secret string
26+
censys API Secret
2327
-ct-expired
24-
include expired certificates in certificate transparency search
28+
include expired certificates in certificate transparency search
2529
-ct-subdomains
26-
include sub-domains in certificate transparency search
30+
include sub-domains in certificate transparency search
2731
-depth uint
28-
maximum BFS depth to go (default 5)
32+
maximum BFS depth to go (default 5)
2933
-details
30-
print details about the domains crawled
34+
print details about the domains crawled
3135
-dns
32-
check for DNS records to determine if domain is registered
36+
check for DNS records to determine if domain is registered
3337
-driver string
34-
driver(s) to use [censys, crtsh, google, http, smtp] (default "http")
38+
driver(s) to use [censys, crtsh, google, http, smtp] (default "http")
3539
-json
36-
print the graph as json, can be used for graph in web UI
40+
print the graph as json, can be used for graph in web UI
3741
-parallel uint
38-
number of certificates to retrieve in parallel (default 10)
42+
number of certificates to retrieve in parallel (default 10)
3943
-regex string
40-
regex domains must match to be part of the graph
44+
regex domains must match to be part of the graph
4145
-sanscap int
42-
maximum number of uniq apex domains in certificate to include, 0 has no limit (default 80)
46+
maximum number of uniq apex domains in certificate to include, 0 has no limit (default 80)
4347
-save string
44-
save certs to folder in PEM format
48+
save certs to folder in PEM format
4549
-serve string
46-
address:port to serve html UI on
50+
address:port to serve html UI on
4751
-timeout uint
48-
tcp timeout in seconds (default 10)
52+
tcp timeout in seconds (default 10)
4953
-updatepsl
50-
Update the default Public Suffix List
54+
Update the default Public Suffix List
5155
-verbose
52-
verbose logging
56+
verbose logging
5357
-version
54-
print version and exit
58+
print version and exit
5559
```
5660

5761
## Drivers

0 commit comments

Comments
 (0)