8000 GitHub - danieljakots/getCertificates
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

danieljakots/getCertificates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

getCertificates

This tool is used to get the certificates over TCP. The DNS resolution can be bypassed.

$ ./getCertificates
Usage of ./getCertificates:
  -domain string
	domain used in tls Handshake/SNI
  -insecureSkipVerify
	Skip certificate validation and accept any certificate presented by the server
  -intermediate string
	file for the intermediate certificate
  -ip string
	(Optional) IP address of the target host
  -leaf string
	path to file for the leaf certificate
  -port int
	(Optional) TCP port of the target host (default 443)

For instance:

$ ./getCertificates --domain example.com --leaf example.com.pem \
	--intermediate lets-encrypt.pem --ip [2001:db8::1]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0