Generating e-mails to be sent
Artemis can generate e-mail reports containing a description of found vulnerabilities. An example report can be found in the Example vulnerability report generated by Artemis section.
These reports won’t contain everything found by Artemis - custom logic (residing in
artemis/reporting/modules/
) will make an educated guess whether a vulnerability
is a true positive and interesting enough to be reported.
To generate such reports, you first need to start Artemis and scan some targets, as described in Quick Start.
Then, use:
./scripts/export_emails
This script will produce text messages ready to be sent.
You may translate the reports using the --language
option. If your language is not
supported or you want to edit the translations, please refer to
Translating the report messages.
Besides the messages, the script will also produce a JSON file with vulnerability data, a jinja2 template and a .po translation file - using these three files you can build the messages yourself.
Note
Please keep in mind that the reporting script resolves domains and performs HTTP requests.
To view additional options, use ./scripts/export_emails --help
- for example, you will be able to change
language, filter reports by tag or skip sending messages that have already been sent.
Troubleshooting
The report generation module has custom logic that makes an educated guess whether a vulnerability is a true positive and interesting enough to be reported. If you don’t see a vulnerability in the reports or if you see that no messages have been generated:
Stats (written to file: output/autoreporter/2023-07-10_12_47_48/stats.txt):
Reports total: 0
Messages written to: output/autoreporter/2023-07-10_12_47_48/messages
You can browse to http://127.0.0.1:5000/results?task_filter=interesting to see everything found by Artemis. If you see a problem that you consider severe enough to be reported, file a bug or submit a PR that includes this type of vulnerabilities in the reports.
Example vulnerability report generated by Artemis
The following addresses contain version control system data:
Making a code repository public may allow an attacker to learn the inner workings of a system, and if it contains passwords or API keys - also gain unautorized access. Such data shouldn’t be publicly available.
The following addresses contain old Joomla versions:
https://subdomain2.example.com:443 - Joomla 2.5.4
If a site is no longer used, we recommend shutting it down to eliminate the risk of exploitation of known vulnerabilities in older Joomla versions. Otherwise, we recommend regular Joomla core and plugin updates.
The following domains don’t have properly configured e-mail sender verification mechanisms:
example.com: Valid SPF record not found
example.com: Valid DMARC record not found
Such configuration may allow an attacker to send spoofed e-mail messages from these domains.