Skip to content

Commit de2fda7

Browse files
committed
updated readme
1 parent 689a42b commit de2fda7

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ This tool was designed to be used for host name enumeration via SSL certificates
1010
Usage of ./certgraph: [OPTION]... HOST...
1111
-depth uint
1212
maximum BFS depth to go (default 20)
13+
-json
14+
print the graph as json
15+
-list
16+
only print the domains found and not the entire graph
1317
-parallel uint
1418
number of certificates to retrieve in parallel (default 10)
1519
-port uint
@@ -46,3 +50,19 @@ max-dev-www.eff.org 3 Good AC3933B1B95BA5254F43ADBE5E3E38E539C74456
4650
```
4751
The above output represents the adjacency list for the graph for the root domain `eff.org`. The adjacency list is in the form:
4852
`Node Depth Status Cert-Fingerprint [Edge1 Edge2 ... EdgeN]`
53+
54+
55+
## [Web UI](https://lanrat.github.io/certgraph/)
56+
57+
A web UI is provided in the docs folder and is accessable at the github pages url [https://lanrat.github.io/certgraph/](https://lanrat.github.io/certgraph/).
58+
59+
The web UI takes the putput provided with teh `-json` flag.
60+
The JSON graph can be sent to the web interface as an uploaded file, remote URL, or as the query string using the data variable.
61+
62+
### [Example 1: eff.org](https://lanrat.github.io/certgraph/?data=https://gist.githubusercontent.com/lanrat/8187d01793bf3e578d76495182654206/raw/c49741b5206d81935febdf563452cc4346381e52/eff.json)
63+
64+
[![eff.org graph](https://cloud.githubusercontent.com/assets/164192/19752800/d9aabfb0-9bb4-11e6-8c79-fb0c40d30e0b.png)](https://lanrat.github.io/certgraph/?data=https://gist.githubusercontent.com/lanrat/8187d01793bf3e578d76495182654206/raw/c49741b5206d81935febdf563452cc4346381e52/eff.json)
65+
66+
### [Example 2: google.com](https://lanrat.github.io/certgraph/?data=https://gist.githubusercontent.com/lanrat/1ab1e78aaf5798049650d8d8ad7b58a1/raw/426d3a2498626014cb5ba2856ad0899787e4103f/google.json)
67+
68+
[![google.com graph](https://cloud.githubusercontent.com/assets/164192/19752837/16cb8302-9bb5-11e6-810d-ea34594a63ef.png)](https://lanrat.github.io/certgraph/?data=https://gist.githubusercontent.com/lanrat/1ab1e78aaf5798049650d8d8ad7b58a1/raw/426d3a2498626014cb5ba2856ad0899787e4103f/google.json)

0 commit comments

Comments
 (0)