https://github.com/mili-tan/crtsh
CLI interface for Crt.Sh
https://github.com/mili-tan/crtsh
Last synced: 4 months ago
JSON representation
CLI interface for Crt.Sh
- Host: GitHub
- URL: https://github.com/mili-tan/crtsh
- Owner: mili-tan
- License: mit
- Created: 2024-07-13T13:15:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T11:24:36.000Z (6 months ago)
- Last Synced: 2025-01-10T09:21:21.877Z (5 months ago)
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CrtSh
```
crtsh example.com all
``````
CrtSh - CLI interface for Crt.Sh
Copyright (c) 2025 Milkey Tan. Code released under the MIT LicenseUsage: CrtSh [options]
Arguments:
query Enter an Identity (Domain Name, Organization Name, etc)
select Certificates to filter (all, expired and expiring) [all/expire/include-ca/not-include-ca]Options:
-?|-h|--help Show help information.
-r How many days are left to start reminding (Default 15)
-s How many days after expiration will the reminder stop? (Default is 15)
-c The issuer names to be selected contain (comma separated)
--tg-token Telegram Bot Token for reminders
--tg-chatid Telegram Chat ID for reminders
```