Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion conf/opencve.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ display_recaptcha = False
recaptcha_site_key =
recaptcha_secret_key =

; Configuration exploit & exploited

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To remove.

exploit_link = exploit-db.com,packetstormsecurity.com
exploit_tag_nist = Exploit
exploited_local = CVE-2012-0158,CVE-2012-4681,CVE-2013-2551,CVE-2013-2471,CVE-2013-2423,CVE-2013-2465,CVE-2013-2463,CVE-2013-1489,CVE-2015-0311,CVE-2013-2551,CVE-2017-5638,CVE-2017-0143,CVE-2015-1641,CVE-2017-8759,CVE-2017-0144,CVE-2017-0199,CVE-2017-11882,CVE-2018-4878,CVE-2018-8174,CVE-2021-21985,CVE-2021-22900,CVE-2019-11510,CVE-2018-13379,CVE-2021-26857,CVE-2021-26858,CVE-2021-27065,CVE-2021-27101,CVE-2020-15505,CVE-2020-16898,CVE-2021-22899,CVE-2019-5591,CVE-2019-19781,CVE-2020-12812,CVE-2020-1472,CVE-2020-0787,CVE-2020-0796,CVE-2021-27104,CVE-2021-27103,CVE-2020-5902,CVE-2020-0601,CVE-2019-18935,CVE-2018-7600,CVE-2021-26855,CVE-2019-11580,CVE-2021-27102,CVE-2020-0688,CVE-2020-1938,CVE-2019-3396,CVE-2020-3452,CVE-2021-22894,CVE-2019-0604,CVE-2020-1350,CVE-2021-22893,CVE-2020-14882
rss_exploited = https://us-cert.cisa.gov/ncas/alerts.xml,https://www.cert.ssi.gouv.fr/alerte/feed/,https://www.malware-traffic-analysis.net/blog-entries.rss
; delay between 2 checks of update rss in seconds
update_rss = 21600

[api]
; Enable the API ratelimit
ratelimit_enabled = False
Expand All @@ -64,4 +72,3 @@ smtp_port = 465
smtp_use_tls = True
smtp_username = <your_username>
smtp_password = <your_password>

3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
dockerfile: Dockerfile
depends_on:
- postgres
command: webserver -b 0.0.0.0:8000
command: webserver -b 0.0.0.0:8000 --timeout 120 --workers 1 --log-level info --access-logfile -
networks:
- backend
ports:
Expand Down Expand Up @@ -70,4 +70,3 @@ networks:

volumes:
postgres: