Releases: lanrat/certgraph
Releases · lanrat/certgraph
v0.1.2
v0.1.1
v0.1.0
Changelog
- 7707f5b -whitespace
- 689a42b -whitespace
- fd8a7bb AI bug fixes
- f3c062d Added crt.sh CT driver
- ae8d3f3 Added to BlackArch
- cc50a7d Create LICENSE
- 085c921 Create LICENSE
- 05a9020 Create codeql-analysis.yml
- a86afab Create go.yml
- 97f71f0 Initial rewrite with CT support
- fec6838 Initial rewrite with CT support
- 6529cdc Makefile
- 5ad44b0 Merge branch 'master' of github.com:lanrat/certgraph
- 229bbf3 Merge branch 'master' of github.com:lanrat/certgraph
- 6617cd9 Merge branch 'master' of github.com:lanrat/certgraph
- 3f3809b Merge branch 'master' of github.com:lanrat/certgraph
- a7da978 Merge branch 'master' of github.com:lanrat/certgraph
- 398b31f Merge branch 'master' of github.com:lanrat/certgraph
- c04e1ea Merge branch 'master' of github.com:lanrat/certgraph
- c6e8245 Merge pull request #4 from osospeed/patch-1
- 3a4fa2a SMTP uses MX records
- 9380985 Update README.md
- 38b4d53 Update README.md
- f5603c2 Update go.yml
- 5f3a8bc Updated Makefile
- 769da48 add depth to json
- 0802913 add depth to json
- 4a6a827 add embed web server for web UI
- 0d2fdc1 add regex filter, fixes #7
- 485a841 add regex to json config
- 63687bb add related domains to neighbors
- 000f29c add scan date to json output
- 41f78b5 add support for linux and mac arm64
- 694950e added CDN detection
- c86c399 added ability to generate releases
- f2ac46f added ability to generate releases
- f5a5a41 added any search
- df0230c added any search
- 021c704 added censys driver
- 0741198 added domain status and cert fingerprint
- 291d423 added github actions
- ad4fc76 added link to blog post
- 2380f67 added list option
- f795eea added next feature note
- 98e0ef1 added option for -dns and -tldplus1
- e02d59e added save flag
- ad1b9d8 added version support and openbsd compile
- 938e635 added version support and openbsd compile
- 5723f63 added vulncheck
- 8038a40 adding .gitignore
- a3d8469 adding go.sum to repo
- 7fd454c allow searching CT subdomains
- dcd879e better flags
- 915a0b3 better graph building
- b84630b better makefile
- 12ce3f4 better makefile
- e447608 better wildcard
- e5393d8 bug fixes
- cb00790 building instructions
- 7867e65 building instructions
- 3c4204e bump go version for GH workflow
- 311a2e4 cleaner makefile
- 0c8d4fa cleaner makefile
- 1c5f5e1 cleanup
- 2f58b60 command args in json metadata
- 5e9a07e comments and formatting
- d66e391 continued refractoring
- 24bff3d crosscompile to mac
- 09c6e3c crosscompile to mac
- a984b8a crtsh driver supports saving
- a4ec3b2 crtsh timeout
- daba35c cspell
- 12a5d2b data file upload
- 86461a1 data file upload
- 82e066b data paste
- f4c9bbc data paste
- 40ab604 dep update
- d4eecb7 doc updates
- f934505 docker
- 4bec363 docker info
- 96dea7c dont include json output
- 5f2c27b ensure related domains are lowercase
- d369009 file drag-upload
- d47105d file drag-upload
- f66b2e4 fix race condition
- 4192738 fixed bug in crt.sh subdomains not including actual domain
- dfc4cd3 fixed bug with adding links to non-existant domains in graph
- f5bb3ad fixed crt.sh driver
- a76ccd2 fixed domain link
- fce40d4 fixed domain link
- d7ad50c fixed fastly detection
- 7fee7da fixed out of bounds bug and removed log dependancy
- d9912c3 fixed readme
- 251656b fixed usage
- d55fa64 fixed usage
- 1057df2 fixing typos
- 7edea28 fixing typos
- 1c662a0 fmt
- a04751a fmt
- 22b45ad go 1.11 module support and crt.sh lint fixes
- 0b8d341 go fmt
- a5fb47b go fmt
- 997b144 go fmt
- e44dc2a godep in makefile
- 27c9bb7 gofmt
- ada8ab7 huge refractor of driver interface smtp driver fixes saving now saves to cert hash to prevent double saving certs http driver follows redirects and saves all certs encountered domain input can now be url
- b5e028b inital commit
- 0e43bc4 inital version of domain availability checking
- 04b6fd9 inital web interface
- 3817b9e inital web interface
- 428dc7f json output
- cfdc063 lint updates
- 3b5ae80 linter updates
- 1d93793 lowercase domains
- c62ef5e major refractor separating certgraph into smaller packages and fixed the google CT driver
- d2749eb make serv
- 0af960e minor cleanup
- d6da638 minor fixes
- d4fc1e1 minor updates
- b4d7cdb mobile menu
- dae49dc mobile menu
- 127a784 more refractoring
- 21c7283 more refractoring
- 3796fbd move from go:generate to go:embed for go1.16
- 02381dd multi driver support
- a8228a1 multithreaded
- 2e8b720 new example
- 019036c new example
- ed484bd nits
- 95fd4d4 pass data from querystring
- 611b45a pass data from querystring
- b0de3e0 print proress while generating json graph
- e94f59c readme
- 37ad786 refractor
- b1c5963 refractor
- e4dfd47 refractored TLS into SSL driver
- 427feb8 refractored certgraph to use new graph datastructure for CT logic
- 45b72f5 refractored certgraph to use new graph datastructure for CT logic
- 3149064 refractored graph, added option for maxsans, fixed bugs in driver interface
- 38b6092 release in readme
- 766432e release in readme
- ecfe962 remove deprecated google driver Fixes #9
- 508f05d remove extra log
- c142ad1 removed hostname cleaning due to too many bugs, added make install
- 8d00ba7 removed uneeded message
- 97a2803 removed unused var
- 9a9d852...