-
Notifications
You must be signed in to change notification settings - Fork 2
Development and Administration Tools
mauricelambert edited this page Oct 9, 2021
·
12 revisions
To configure the email notification read the documentation for email notification (wiki).
For temp configuration or tests i recommend to use command line arguments (wiki).
To debug the CSP you may use the --security arguments (i should not change the security configuration for security reason) and configure the email notification. You have a application/json page on http(s)://<server>:<port>/csp/debug/ with the Content Security Policy Report
WebScripts --security --admin-adresses "admin@email.com" --n-adr "notification@email.com" --s-server "smtp.email.com"python -m unittest discover -s test -p Test*.py -v| File | Statements | missing | coverage |
|---|---|---|---|
| WebScripts.py | 514 | 4 | 99% |
| utils.py | 308 | 6 | 98% |
| Errors.py | 27 | 0 | 100% |
- To harden the WebScripts installation: run the installation command with privileges using these arguments:
--admin-password=\-pand--owner=\-o. See the examples on installation page and deployment page. - The hardening audit is performed when WebScripts server starts. The audit report is written in
audit.html,audit.jsonandaudit.txtand emailed to Administrators. HTML report examples:
Functional tests and WebScripts pentest tool.