Skip to content

Commit dcfbb9e

Browse files
committed
Tidy info
Replace errant \t with \x20
1 parent 1e24568 commit dcfbb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/metasploit_static_secret_key_base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def initialize(info = {})
125125
'Platform' => 'ruby',
126126
'Arch' => ARCH_RUBY,
127127
'Privileged' => false,
128-
'Targets' => [ ['Automatic', {} ] ],
128+
'Targets' => [ ['Automatic', {} ] ],
129129
'DefaultTarget' => 0,
130130
'DefaultOptions' =>
131131
{

0 commit comments

Comments
 (0)