mirror of
https://github.com/killswitch-GUI/CobaltStrike-ToolKit
synced 2026-06-08 15:16:14 +00:00
Update HTTPsC2DoneRight.sh
This commit is contained in:
committed by
GitHub
parent
2d78c8c434
commit
36e768ce40
@@ -83,6 +83,15 @@ func_apache_check(){
|
||||
# echo ' 80 not be in use.'
|
||||
# echo
|
||||
# exit 1
|
||||
if [ $(which java) ]; then
|
||||
echo '[Sweet] java is already installed'
|
||||
echo
|
||||
else
|
||||
apt-get update
|
||||
apt-get install default-jre -y
|
||||
echo '[Success] java is now installed'
|
||||
echo
|
||||
fi
|
||||
if [ $(which apache2) ]; then
|
||||
echo '[Sweet] Apache2 is already installed'
|
||||
service apache2 start
|
||||
|
||||
Reference in New Issue
Block a user