File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
modules/post/windows/gather/credentials Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ def get_ini(filename)
46
46
ini = Rex ::Parser ::Ini . from_s ( parse )
47
47
48
48
if ini == { }
49
- print_error ( "Unable to parse file" )
50
- return
49
+ print_error ( "Unable to parse file" )
50
+ return
51
51
end
52
52
53
- print_status ( "Processing configuration file..." )
54
- passwd = ini [ "COMMON" ] [ 'Password' ]
55
- passwd = passwd . delete "\" "
56
- print_good ( "MD5(Unicode) hash found: #{ passwd } " )
57
- print_good ( "Info: Password length is limited to 20 characters." )
53
+ print_status ( "Processing configuration file..." )
54
+ passwd = ini [ "COMMON" ] [ 'Password' ]
55
+ passwd = passwd . delete "\" "
56
+ print_good ( "MD5(Unicode) hash found: #{ passwd } " )
57
+ print_good ( "Info: Password length is limited to 20 characters." )
58
58
end
59
59
60
60
end
You can’t perform that action at this time.
0 commit comments