Skip to content

Commit

Permalink
script/start message location improvement (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazet authored Jul 11, 2024
1 parent be9f606 commit 0dd83fb
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions scripts/start
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ fi
if exists Artemis-modules-extra; then
ADDITIONAL_OPTIONS=--scale=karton-sqlmap=5
else
echo "We recommend you to add additional Artemis modules from https://github.com/CERT-Polska/Artemis-modules-extra/ "
echo "- these modules haven’t been included in core due to their licenses (e.g. GPL or AGPL), but provide additional "
echo "features such as e.g. SSL verification (certificate validity, proper redirect, etc.), subdomain takeover check or SQL "
echo "injection check."
echo
echo "CERT PL finds tens of thousands of misconfigured SSL and hundreds of SQL injections using these modules."
echo
echo "To set up Artemis-modules-extra, clone https://github.com/CERT-Polska/Artemis-modules-extra/ inside "
echo "the Artemis directory and run ./scripts/start."
echo
ADDITIONAL_OPTIONS=
fi

Expand Down Expand Up @@ -74,3 +64,16 @@ fi
echo "We strongly recommend to set the CUSTOM_USER_AGENT setting: https://artemis-scanner.readthedocs.io/en/latest/user-guide/cooperation-with-scanned-entities.html"
fi
)

if ! exists Artemis-modules-extra; then
echo
echo "We recommend you to add additional Artemis modules from https://github.com/CERT-Polska/Artemis-modules-extra/ "
echo "- these modules haven’t been included in core due to their licenses (e.g. GPL or AGPL), but provide additional "
echo "features such as e.g. SSL verification (certificate validity, proper redirect, etc.), subdomain takeover check or SQL "
echo "injection check."
echo
echo "CERT PL finds tens of thousands of misconfigured SSL and hundreds of SQL injections using these modules."
echo
echo "To set up Artemis-modules-extra, clone https://github.com/CERT-Polska/Artemis-modules-extra/ inside "
echo "the Artemis directory and run ./scripts/start."
fi

0 comments on commit 0dd83fb

Please sign in to comment.