From c02604723def62c6b918acd8e3ab99bf5ca019de Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Thu, 24 Jul 2014 12:47:19 +0200 Subject: [PATCH] added install and update scripts --- bdfactory | 2 +- install-bdfactory.sh | 3 +++ update.sh | 7 +++++++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100755 install-bdfactory.sh create mode 100755 update.sh diff --git a/bdfactory b/bdfactory index c09cdf2..35d67b8 160000 --- a/bdfactory +++ b/bdfactory @@ -1 +1 @@ -Subproject commit c09cdf2b7c36fc47d081b611542344f8b794a09c +Subproject commit 35d67b82050a7e7315132185129f5e65a0893b75 diff --git a/install-bdfactory.sh b/install-bdfactory.sh new file mode 100755 index 0000000..bea5715 --- /dev/null +++ b/install-bdfactory.sh @@ -0,0 +1,3 @@ +#!/bin/bash +git submodule init +git submodule update diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..edd9198 --- /dev/null +++ b/update.sh @@ -0,0 +1,7 @@ +#!/bin/bash +echo 'Updating MITMf' +git pull +echo 'Updating the-backdoor-factory' +cd bdfactory/ +git pull origin master +