From eb5099fd4868fbe7c3169d0fd7b67fd2d693359c Mon Sep 17 00:00:00 2001 From: Yan Date: Fri, 2 Feb 2018 12:19:21 -0700 Subject: [PATCH] backup --- random install scripts i had laying around --- bettercap/install | 8 ++++++++ fuzzgrind/install | 3 +++ magic-gadget-finder/install | 9 +++++++++ origami-pdf/install | 4 ++++ ssh-brute-forcer/install | 3 +++ volatility/install | 5 +++++ 6 files changed, 32 insertions(+) create mode 100755 bettercap/install create mode 100755 fuzzgrind/install create mode 100755 magic-gadget-finder/install create mode 100755 origami-pdf/install create mode 100755 ssh-brute-forcer/install create mode 100755 volatility/install diff --git a/bettercap/install b/bettercap/install new file mode 100755 index 0000000..013c1c0 --- /dev/null +++ b/bettercap/install @@ -0,0 +1,8 @@ +#!/bin/bash -e + +export GEM_HOME=$PWD/gems + +[ -e bettercap ] || git clone https://github.com/evilsocket/bettercap +cd bettercap +gem build bettercap.gemspec +gem install --no-rdoc --no-ri bettercap*.gem diff --git a/fuzzgrind/install b/fuzzgrind/install new file mode 100755 index 0000000..d52efe4 --- /dev/null +++ b/fuzzgrind/install @@ -0,0 +1,3 @@ +#!/bin/bash + +wget -O - http://esec-lab.sogeti.com/dotclear/public/fuzzgrind/fuzzgrind_090622.tar.gz | tar xz diff --git a/magic-gadget-finder/install b/magic-gadget-finder/install new file mode 100755 index 0000000..d626c31 --- /dev/null +++ b/magic-gadget-finder/install @@ -0,0 +1,9 @@ +#!/bin/bash -ex + +git clone https://github.com/m1ghtym0/magic_gadget_finder +chmod 755 magic_gadget_finder/magic.py +mkdir bin +cd bin +ln -s ../magic_gadget_finder/magic.py . +cd .. + diff --git a/origami-pdf/install b/origami-pdf/install new file mode 100755 index 0000000..93cbe64 --- /dev/null +++ b/origami-pdf/install @@ -0,0 +1,4 @@ +#!/bin/bash + +[ -e origami-pdf ] || hg clone https://code.google.com/p/origami-pdf/ +cd origami-pdf diff --git a/ssh-brute-forcer/install b/ssh-brute-forcer/install new file mode 100755 index 0000000..b970143 --- /dev/null +++ b/ssh-brute-forcer/install @@ -0,0 +1,3 @@ +#!/bin/bash + +git clone --depth 1 https://github.com/R4stl1n/SSH-Brute-Forcer diff --git a/volatility/install b/volatility/install new file mode 100755 index 0000000..c9f5e68 --- /dev/null +++ b/volatility/install @@ -0,0 +1,5 @@ +#!/bin/bash -e + +[ -e volatility ] || git clone --depth 1 https://github.com/volatilityfoundation/volatility +pip install -e volatility +pip install distorm3