1.7.1c code update
This commit is contained in:
parent
2b0f3ce621
commit
f847b1cd06
|
|
@ -318,10 +318,12 @@ fix_bloodhound() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fix_proxychains() {
|
fix_proxychains() {
|
||||||
|
echo -e "\n $greenplus Installing proxychains"
|
||||||
eval apt -y install proxychains
|
eval apt -y install proxychains
|
||||||
}
|
}
|
||||||
|
|
||||||
fix_sshuttle() {
|
fix_sshuttle() {
|
||||||
|
echo -e "\n $greenplus Installing sshuttle"
|
||||||
eval apt -y install sshuttle
|
eval apt -y install sshuttle
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue