I hereby claim:
- I am resistanceisuseless on github.
- I am matthewgriffiths (https://keybase.io/matthewgriffiths) on keybase.
- I have a public key ASD0g5wpxTHB7qHZ-T54myUl8i6hk6Z1CoGM_5v0-kkLXAo
To claim this, I am signing this object:
#!/bin/bash | |
#note: This is a pretty sloppy script in someplaces so use at your own risk. | |
######################################## | |
# Configuration | |
######################################## | |
InstallPath=/home/static/Tools | |
######################################## | |
mkdir -p $InstallPath/{temp,Scripts/Recon} | |
echo -e "\e[92m[*] Starting Install... [*]" |
mode apt.list | |
annotate match apt.package -- apt-cache pkgnames | |
bindkey enter apt.package apt.list -- apt-cache show %(apt.package) | |
bindkey d apt.package apt.list -- apt-cache depends %(apt.package) | |
bindkey s apt.package apt.list -- apt-cache search %(apt.package) | |
bindkey R apt.package apt.list -- apt-get remove %(apt.package) --assume-yes | |
bindkey I apt.package apt.list -- !?apt-get install %(apt.package) --assume-yes | |
end |
http://bluez.sourceforge.net/contrib/HOWTO-PAN | |
https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README | |
https://askubuntu.com/questions/2573/can-i-use-my-computer-as-an-a2dp-receiver-bluetooth-speaker | |
https://wiki.debian.org/BluetoothUser | |
https://support.hifiberry.com/hc/en-us/articles/205377651-Configuring-Linux-4-x-or-higher | |
https://www.linux.com/learn/weekend-project-personal-area-networking-bluetooth | |
http://www.instructables.com/id/Multiroom-Client-With-Raspberry-Pi-ZERO-and-PHAT-D/ | |
http://www.instructables.com/id/Turn-your-Raspberry-Pi-into-a-Portable-Bluetooth-A/ | |
wget http://archive.raspberrypi.org/debian/pool/main/r/raspi-config/raspi-config_20140902-1_all.deb | |
wget http://http.us.debian.org/debian/pool/main/l/lua5.1/lua5.1_5.1.5-4_armel.deb | |
wget http://http.us.debian.org/debian/pool/main/t/triggerhappy/triggerhappy_0.3.4-2_armel.deb | |
dpkg -i raspi-config_20140902-1_all.deb | |
dpkg -i lua5.1_5.1.5-4_armel.deb | |
dpkg -i raspi-config_20121028_all.deb | |
#http://rageweb.info/2013/03/21/raspi-config-in-kali/ |
#!/bin/bash | |
#requires wget(brew install wget) or replace wget with curl -I | |
wget http://libdnet.googlecode.com/files/libdnet-1.12.tgz | |
tar xfz libdnet-1.12.tgz | |
cd libdnet-1.12 | |
./configure | |
make | |
sudo make install | |
cd python | |
sudo python setup.py install |
I hereby claim:
To claim this, I am signing this object: