mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 04:59:33 -07:00
added install and update scripts
This commit is contained in:
parent
e6f9b78920
commit
c02604723d
3 changed files with 11 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit c09cdf2b7c36fc47d081b611542344f8b794a09c
|
||||
Subproject commit 35d67b82050a7e7315132185129f5e65a0893b75
|
3
install-bdfactory.sh
Executable file
3
install-bdfactory.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
git submodule init
|
||||
git submodule update
|
7
update.sh
Executable file
7
update.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
echo 'Updating MITMf'
|
||||
git pull
|
||||
echo 'Updating the-backdoor-factory'
|
||||
cd bdfactory/
|
||||
git pull origin master
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue