diff --git a/payloads/library/remote_access/ReverseBunnySSL/README.md b/payloads/library/remote_access/ReverseBunnySSL/README.md index 58bb7679..bf3952c9 100644 --- a/payloads/library/remote_access/ReverseBunnySSL/README.md +++ b/payloads/library/remote_access/ReverseBunnySSL/README.md @@ -12,7 +12,7 @@ Unlike ReverseBunny, ReverseBunnySSL offers encrypted traffic via OpenSSL.
**Instruction:** -!!!Insert the IP of your attacking machine & PORT into the payload!
+
!!!Insert the IP of your attacking machine & PORT into the payload.txt!
1. Create key.pem & cert.pem like so:
> openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes
It will ask for information about the certificate - Insert whatever you want.