Giter Site home page Giter Site logo

screetsec / brutal Goto Github PK

View Code? Open in Web Editor NEW
1.1K 91.0 262.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 Introduction

Now Teensy can be use for penetration

Teensy like a rubber ducky , why im choose teensy ? because the price very cheap for me . t’s extremely useful for executing scripts on a target machine without the need for human-to-keyboard interaction ( HID -ATTACK ) .When you insert the device, it will be detected as a keyboard, and using the microprocessor and onboard flash memory storage, you can send a very fast set of keystrokes to the target’s machine and completely compromise it, regardless of autorun. I’ve used it in my security testing to run recon or enumeration scripts, execute reverse shells, exploit local DLL hijack/privilege escalation vulnerabilities, and get all password . Now im develop new tools the name is Brutal

Brutal

Brutal is a toolkit to quickly create various payload,powershell attack , virus attack and launch listener for a Human Interface Device

Version Version Stage Build

Donate

  • If this project very help you to penetration testing and u want support me , you can give me a cup of coffee :)
  • Donation

Screenshoot

Video

  • Check this video https://www.youtube.com/watch?v=WaqY-pQpuV0

  • Do you want like a mr robot hacking scene when Angela moss plug usb into computer for get credential information ? you can choose payload in brutal ( optional 3 or 4 )

The Goal

  • Generate various payload and powershell attack without coding

  • To help breaking computer very fast and agile :p

  • The Payloads Compatibility > target Windows machines only

Requirements

  • Arduino Software ( I used v1.6.7 )

  • TeensyDuino

  • Linux udev rules

  • How install all requirements ? Visit This Wiki

Supported Hardware

The following hardware has been tested and is known to work.

  • Teensy 3.x

  • Usb Cable

📜 Changelog

Be sure to check out the [Changelog] and Read CHANGELOG.md

Getting Started

  1. Copy and paste the PaensyLib folder inside your Arduino\libraries
  2. git clone https://github.com/Screetsec/Brutal.git
  3. cd Brutal
  4. chmod +x Brutal.sh
  5. sudo ./Brutal.sh or sudo su ./Brutal.sh

BUG ?

  • Submit new issue
  • Contact me
  • Hey sup ? do you want ask about all my tools ? you can join me in telegram.me/offscreetsec

Donations

  • Donation: Send to bitcoin

  • Addres Bitcoin : 1NuNTXo7Aato7XguFkvwYnTAFV2immXmjS

:octocat: Credits

Disclaimer

Note: modifications, changes, or alterations to this sourcecode is acceptable, however,any public releases utilizing this code must be approved by writen this tool ( Edo -m- ).

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

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!

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

Contributing

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

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.

typo

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

-interfaes
+interfaces

Regards,

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.