Skip to content

Commit

Permalink
Merge pull request #3 from yaacov/humor-warninig
Browse files Browse the repository at this point in the history
Add humor warning
  • Loading branch information
yaacov authored Oct 18, 2023
2 parents 9cf1218 + 21f6f9f commit 1d58aef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions HUMOR_WARNING.md
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
```
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

# Welcome to getpublickey - Your Gateway to Cybersecurity Excellence

[**HUMOR_WARNING - Read first**](HUMOR_WARNING.md)

## Table of content:

- [Introduction](#introduction)
Expand Down

0 comments on commit 1d58aef

Please sign in to comment.