Skip to content

eogns47/SSL_Info_Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSL INFO CRAWLER

This crawler crawling SSL certificate information about some url by TLS.

USAGE

😅Usage     :   go run main.go <url> <port>
🤔Example  :   go run main.go google.com 443

Connect DB

If you also want to store it in the database, you'll need to create a dbConfig.env file under config to store information related to the database connection.

# dbconfig.env example
DB_USER= root
DB_PASSWORD= your_password
DB_NETWORK=tcp
DB_ADDRESS= your_ip:3306
DB_NAME= your_db_name

Then, when you run it, give it the following options

🤔Example with DB  :   go run main.go google.com 443 db

EXAMPLE

example image

example with db image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages