Code Monkey home page Code Monkey logo

raspiducky's People

Contributors

arrase 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

raspiducky's Issues

Error from hid.sh

Seems i'm having a problem with ls /sys/class/udc > UDC
tail /var/logs/boot.log

ls: write error: Device or resource busy
[FAILED] Failed to start /etc/rc.local Compatibility.
See 'systemctl status rc-local.service' for details.
         Starting Terminate Plymouth Boot Screen...
         Starting Hold until boot process finishes up...

systemctl status rc-local.service

● rc-local.service - /etc/rc.local Compatibility
   Loaded: loaded (/lib/systemd/system/rc-local.service; static)
  Drop-In: /etc/systemd/system/rc-local.service.d
           └─ttyoutput.conf
   Active: failed (Result: exit-code) since ...
  Process: 773 ExecStart=/etc/rc.local start (code=exited, status=2)

cat /sys/kernel/config/usb_gadget/raspiducky/UDC

ls /sys/class/udc

20980000.usb

cat /etc/rc.local

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

# Turn off/on HDMI
#/usr/bin/tvservice -o
#/usr/bin/tvservice -p

# Turn off LED
echo none | sudo tee /sys/class/leds/led0/trigger
echo 1 | sudo tee /sys/class/leds/led0/brightness

# Print the IP address
_IP=$(hostname -I) || true
if [ "$_IP" ]; then
  printf "My IP address is %s\n" "$_IP"
fi

/usr/bin/hid.sh
sleep 3
/usr/bin/run_payload.sh

exit 0

any ideas?

Fix capital letters

all letters are converted to lowercase before pass it to hid-gadget, but i think that can be extened to support both

Error when running payloads.

Constantly just getting the following as an error when running any payload.

/dev/hidg0: No such file or directory
/dev/hidg0: No such file or directory
/dev/hidg0: No such file or directory
/dev/hidg0: No such file or directory
/dev/hidg0: No such file or directory
/dev/hidg0: No such file or directory
/dev/hidg0: No such file or directory
/dev/hidg0: No such file or directory
/dev/hidg0: No such file or directory
/dev/hidg0: No such file or directory
/dev/hidg0: No such file or directory

Keyboard layouts manager

Write a nice way for deal with keyboard layouts.

New dir in config disk image with available kayboard layouts, set the current layout with a symlink.

duckpi.sh reads the layout from the symlink

Mouse support

Mouse support is enabled but must be exposed to the users

Web interface

  • Manage payload database
  • Run payloads
  • Build a payload for run on boot
  • Resize emulated Flash Drive
  • Manage general settings

Android app

Run payloads over Bluetooth from android app

Remote control - bluetooth ble

Remote control over bluetooth without pairing.

Use beacons for:

  • Run a payload
  • Start web manager
  • Start WIFI AP for web manager

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.