From 3e4360d2b9511a8d7e1d491724e3d2d6835f1cf4 Mon Sep 17 00:00:00 2001 From: dolevf Date: Thu, 20 Jun 2024 12:26:25 -0400 Subject: [PATCH] add sshpass to init --- lab/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab/init.sh b/lab/init.sh index c5f83da..0092c18 100755 --- a/lab/init.sh +++ b/lab/init.sh @@ -167,8 +167,8 @@ install_dirsearch(){ install_sysutilities(){ apt install jq -y apt install ncat -y + apt install sshpass -y pip3 install pwncat-cs - } install_unixprivesccheck(){