-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from yaacov/humor-warninig
Add humor warning
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Humoristic Intent and Security Implications | ||
|
||
Please note that 'getpublickey' is a humoristic creation meant for satirical purposes and not a legitimate security tool. Blindly obtaining a public key from an unverified server is not a best practice in cybersecurity. It's essential to verify the authenticity of a server's public key to ensure secure communication and prevent potential attacks. Always consult with cybersecurity professionals and utilize recognized, reputable tools and practices when dealing with the security of digital assets. The simplicity of the one-liner provided below demonstrates the program's playful nature rather than its practicality in real-world security scenarios. | ||
|
||
```bash | ||
echo | openssl s_client -connect google.com:443 2>/dev/null | openssl x509 -text | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters