GithubHelp home page GithubHelp logo

screetsec / brutal Goto Github PK

View Code? Open in Web Editor NEW
1.1K 91.0 264.0 20.99 MB

Payload for teensy like a rubber ducky but the syntax is different. this Human interfaes device ( HID attacks ). Penetration With Teensy . Brutal is a toolkit to quickly create various payload,powershell attack , virus attack and launch listener for a Human Interface Device ( Payload Teensy )

License: GNU General Public License v3.0

C++ 54.16% C 0.57% Shell 29.15% Python 16.12%
usb rubberducky penetration penetration-testing hacker hacking powershell-attack payload arduino badusb

brutal's People

Contributors

screetsec avatar tdiffff avatar tst2005 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

brutal's Issues

Arduino compatible?

Hi, very good project to mix learning in software and hardware. Congratulations!

I wanted to ask you if you have thought about extending the hardware to the Arduino, specifically the Arduino nano, micro or leonardo. So I think it would be more public to have this hardware more people and also be more economical.

Regards!

Question

Instead of installing it on a HID, could you install it on USB and what works the same?

usb

hey i just wanted to know if any of the brutal options work on a common usb, not a a arduino or ducky one.

if not anyone with information about doing something similar like this with a common usb would be much appreciated.

Contributing

Is there a way to contribute sketches?
I've made a "screen melt prank", which I would like to add to the toolkit.

typo

There is a typo (a missing 'c') in the github project description

-interfaes
+interfaces

Regards,

error payload in arduino IDE


/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);
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.