From 3cf05e58fa8ecc166b4f3513ff5878319ea14bac Mon Sep 17 00:00:00 2001 From: antman1p Date: Thu, 30 Jan 2020 11:22:46 -0600 Subject: [PATCH] correct readme Changed '-' to '_', since the `redirect-url' command is incorrect --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0ed6b384..e4881e66e 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ phishlets enable linkedin Your phishing site is now live. Think of the URL, you want the victim to be redirected to on successful login and get the phishing URL like this (victim will be redirected to `https://www.google.com`): ``` lures create linkedin -lures edit redirect-url 0 https://www.google.com +lures edit redirect_url 0 https://www.google.com lures get-url 0 ```