SSL_Info_Crawler

command module
v0.0.0-...-93654d0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 6 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
src
db

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL