diff --git a/HUMOR_WARNING.md b/HUMOR_WARNING.md new file mode 100644 index 0000000..c0d50bc --- /dev/null +++ b/HUMOR_WARNING.md @@ -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 +``` diff --git a/README.md b/README.md index ebbf513..f554060 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ # Welcome to getpublickey - Your Gateway to Cybersecurity Excellence +[**HUMOR_WARNING - Read first**](HUMOR_WARNING.md) + ## Table of content: - [Introduction](#introduction)