backup --- random install scripts i had laying around

This commit is contained in:
Yan 2018-02-02 12:19:21 -07:00
parent a9e85987aa
commit eb5099fd48
6 changed files with 32 additions and 0 deletions

8
bettercap/install Executable file
View file

@ -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

3
fuzzgrind/install Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
wget -O - http://esec-lab.sogeti.com/dotclear/public/fuzzgrind/fuzzgrind_090622.tar.gz | tar xz

9
magic-gadget-finder/install Executable file
View file

@ -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 ..

4
origami-pdf/install Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
[ -e origami-pdf ] || hg clone https://code.google.com/p/origami-pdf/
cd origami-pdf

3
ssh-brute-forcer/install Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
git clone --depth 1 https://github.com/R4stl1n/SSH-Brute-Forcer

5
volatility/install Executable file
View file

@ -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