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 +