aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-05-12 13:31:58 +0300
committerheqnx <root@heqnx.com>2025-05-12 13:31:58 +0300
commit2be9632368c218f08a2336a544033cb2c4ded01e (patch)
treedd63a91003cf1c2153b9f8f428fa82f33ffd002f
parent19e6b451f0221384bcb4c62ddbff1aa9293d3595 (diff)
downloadgo-fakessl-2be9632368c218f08a2336a544033cb2c4ded01e.tar.gz
go-fakessl-2be9632368c218f08a2336a544033cb2c4ded01e.zip
updated readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 289bab7..365fb0d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# go-fakessl
-`go-fakessl` is a pentesting tool designed to clone SSL/TLS certificates from a target server and create a new, self-signed certificate using its public key. This tool can be used for testing SSL/TLS security and inspecting server certificates. It also allows you to run a local HTTPS server with the cloned certificate for testing purposes.
+`go-fakessl` is a pentesting tool designed to clone SSL/TLS certificates from a target server and create a new, self-signed look-alike certificate using its public key. This tool can be used for testing SSL/TLS security and inspecting server certificates. It also allows you to run a local HTTPS server with the cloned certificate for testing purposes.
> **WARNING**: This tool is for **authorized security testing only**. Unauthorized use may violate laws and regulations. The author and contributors are not responsible for misuse. Always obtain explicit permission before testing any system.