mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-03-12 04:35:49 -07:00
8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#!/bin/bash
|
|
echo 'Updating MITMf'
|
|
git pull
|
|
echo 'Updating the-backdoor-factory'
|
|
cd bdfactory/
|
|
git pull origin master
|
|
|