screetsec/Brutal

error payload in arduino IDE

tutanota opened this issue · 1 comments


/root/Desktop/Proyectos/Screetsec/Brutal/output/MeterpreterInjection-powershell/MeterpreterInjection-powershell.ino: In function 'void setup()':
MeterpreterInjection-powershell:21: error: 'LED_PIN' was not declared in this scope
   pinMode(LED_PIN, OUTPUT);
           ^
MeterpreterInjection-powershell:36: error: 'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?
   Keyboard.print("ipconfig");
   ^
MeterpreterInjection-powershell:37: error: 'KEY_ENTER' was not declared in this scope
   Keyboard.set_key1(KEY_ENTER);
                     ^
/root/Desktop/Proyectos/Screetsec/Brutal/output/MeterpreterInjection-powershell/MeterpreterInjection-powershell.ino: In function 'void loop()':
MeterpreterInjection-powershell:58: error: 'LED_PIN' was not declared in this scope
   digitalWrite(LED_PIN, HIGH);
                ^
/root/Desktop/Proyectos/Screetsec/Brutal/output/MeterpreterInjection-powershell/MeterpreterInjection-powershell.ino: In function 'void show_desktop()':
MeterpreterInjection-powershell:66: error: 'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?
   Keyboard.set_modifier(MODIFIERKEY_RIGHT_GUI);
   ^
MeterpreterInjection-powershell:66: error: 'MODIFIERKEY_RIGHT_GUI' was not declared in this scope
   Keyboard.set_modifier(MODIFIERKEY_RIGHT_GUI);
                         ^
MeterpreterInjection-powershell:67: error: 'KEY_D' was not declared in this scope
   Keyboard.set_key1(KEY_D);
                     ^
/root/Desktop/Proyectos/Screetsec/Brutal/output/MeterpreterInjection-powershell/MeterpreterInjection-powershell.ino: In function 'void send_altyes()':
MeterpreterInjection-powershell:76: error: 'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?
   Keyboard.set_modifier(MODIFIERKEY_ALT);
   ^
MeterpreterInjection-powershell:76: error: 'MODIFIERKEY_ALT' was not declared in this scope
   Keyboard.set_modifier(MODIFIERKEY_ALT);
                         ^
MeterpreterInjection-powershell:77: error: 'KEY_Y' was not declared in this scope
   Keyboard.set_key1(KEY_Y);
                     ^
/root/Desktop/Proyectos/Screetsec/Brutal/output/MeterpreterInjection-powershell/MeterpreterInjection-powershell.ino: In function 'void cmd_admin()':
MeterpreterInjection-powershell:87: error: 'Keyboard' not found. Does your sketch include the line '#include <Keyboard.h>'?
   Keyboard.set_modifier(MODIFIERKEY_RIGHT_GUI);
   ^
MeterpreterInjection-powershell:87: error: 'MODIFIERKEY_RIGHT_GUI' was not declared in this scope
   Keyboard.set_modifier(MODIFIERKEY_RIGHT_GUI);
                         ^
MeterpreterInjection-powershell:96: error: 'MODIFIERKEY_CTRL' was not declared in this scope
   Keyboard.set_modifier(MODIFIERKEY_CTRL);
                         ^
MeterpreterInjection-powershell:98: error: 'MODIFIERKEY_SHIFT' was not declared in this scope
   Keyboard.set_modifier(MODIFIERKEY_CTRL | MODIFIERKEY_SHIFT);
                                            ^
MeterpreterInjection-powershell:100: error: 'KEY_ENTER' was not declared in this scope
   Keyboard.set_key1(KEY_ENTER);
                     ^
exit status 1
'LED_PIN' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

[http://imgur.com/a/00Cah]

void loop() {
  // blink quickly when complete
  digitalWrite(LED_PIN, HIGH); <<<<<<<< error
  delay(ds / 2);
  digitalWrite(LED_PIN, LOW);
  delay(ds / 2);
}

setting your arduino ide

  • Board teensy 3.1 or 3.2
  • Usb type keyboard+mouse+serial
  • Keybioard tpy english ush

dont forget to install teensyduino