Skip to content

Instantly share code, notes, and snippets.

View fidgetingbits's full-sized avatar

Aaron Adams fidgetingbits

View GitHub Profile
@ghouston
ghouston / talon.parrot.md
Last active March 22, 2024 01:51
How to setup parrot.py to work with talon

How to setup parrot.py to work with talon

updated: 2024-03-21

Parrot.py integration enables you to make noises such as pops, clicks, and hiss sounds which trigger Talon actions. Any sound which is not part of normal speech can be used, even non-human sounds such as a bell can work.

Prereq: requires the beta tier of Talon Voice which is a paid tier via patreon at lunixbochs.

If you have trouble, the best place for help is on slack talonvoice.slack.com in the #ext-parrot channel.

Helpful video tutorials are found on youtube. These videos are slightly outdated because the current parrot.py has a newer display. (Thanks Pokey Rule, I would have never figured this out without your videos getting me started on the right track!)

@sleirsgoevy
sleirsgoevy / ipv6-df-2.c
Last active March 8, 2021 15:34
FreeBSD 9 PoC of kernel code execution using the new TheFlow vulnerability
#include <sys/types.h>
#include <sys/param.h>
#include <sys/cpuset.h>
#include <sys/socket.h>
#include <sys/mman.h>
#include <sys/sysctl.h>
#include <sys/vmmeter.h>
#include <netinet/in.h>
#include <string.h>
#include <unistd.h>