Skip to content

Commit 110f3c9

Browse files
committed
Add cve and vendor article to the denyall_waf_exec module
1 parent 3d543b7 commit 110f3c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/exploits/linux/http/denyall_waf_exec.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ def initialize(info={})
2222
],
2323
'References' =>
2424
[
25-
['URL', 'https://pentest.blog/advisory-denyall-web-application-firewall-unauthenticated-remote-code-execution/']
25+
['CVE', '2017-14706'],
26+
['URL', 'https://pentest.blog/advisory-denyall-web-application-firewall-unauthenticated-remote-code-execution/'],
27+
['URL', 'https://www.denyall.com/blog/advisories/advisory-unauthenticated-remote-code-execution-denyall-web-application-firewall/']
2628
],
2729
'DefaultOptions' =>
2830
{

0 commit comments

Comments
 (0)