Skip to content

Instantly share code, notes, and snippets.

body{
background-color:black;
}
# Goes in ~/.bash_aliases or ~/.bashrc
alias disable-touchpad='xinput set-prop `xinput list | grep -i touchpad | cut -f 2 | grep -oE '[[:digit:]]+'` "Device Enabled" 0'
alias enable-touchpad='xinput set-prop `xinput list | grep -i touchpad | cut -f 2 | grep -oE '[[:digit:]]+'` "Device Enabled" 1'
#!/bin/bash
#
# A bash script to generate CSRF PoC
#
# Input: File containing the raw HTTP request
#
#
# Version: 0.1
#
# Usage: ./csrfpocmaker.sh <input-file>