diff options
| author | heqnx <root@heqnx.com> | 2025-05-12 13:31:58 +0300 | 
|---|---|---|
| committer | heqnx <root@heqnx.com> | 2025-05-12 13:31:58 +0300 | 
| commit | 2be9632368c218f08a2336a544033cb2c4ded01e (patch) | |
| tree | dd63a91003cf1c2153b9f8f428fa82f33ffd002f | |
| parent | 19e6b451f0221384bcb4c62ddbff1aa9293d3595 (diff) | |
| download | go-fakessl-2be9632368c218f08a2336a544033cb2c4ded01e.tar.gz go-fakessl-2be9632368c218f08a2336a544033cb2c4ded01e.zip | |
updated readme
| -rw-r--r-- | README.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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. |