mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-08 05:51:48 -07:00
7 lines
118 B
Bash
Executable file
7 lines
118 B
Bash
Executable file
#!/bin/bash
|
|
echo 'Updating MITMf'
|
|
git pull
|
|
echo 'Updating the-backdoor-factory'
|
|
cd bdfactory/
|
|
git pull origin master
|
|
|