1.7.1c code update

This commit is contained in:
Dewalt 2023-06-20 12:41:47 -05:00
parent 2b0f3ce621
commit f847b1cd06
1 changed files with 2 additions and 0 deletions

View File

@ -318,10 +318,12 @@ fix_bloodhound() {
}
fix_proxychains() {
echo -e "\n $greenplus Installing proxychains"
eval apt -y install proxychains
}
fix_sshuttle() {
echo -e "\n $greenplus Installing sshuttle"
eval apt -y install sshuttle
}