Skip to content

Commit f04ca17

Browse files
author
jvazquez-r7
committed
Fix default action
1 parent 5b64379 commit f04ca17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/coldfusion_pwd_props.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def initialize(info = {})
3737
['ColdFusion10'],
3838
['ColdFusion9']
3939
],
40-
'DefaultAction' => 'ColdFusion 10',
40+
'DefaultAction' => 'ColdFusion10',
4141
'DisclosureDate' => "May 7 2013" #The day we saw the subzero poc
4242
))
4343

0 commit comments

Comments
 (0)