Skip to content

Commit 6c7cc06

Browse files
committed
Minor formatting tweaks.
1 parent ef2899d commit 6c7cc06

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/post/windows/gather/credentials/avira_password.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ def get_ini(filename)
4646
ini = Rex::Parser::Ini.from_s(parse)
4747

4848
if ini == {}
49-
print_error("Unable to parse file")
50-
return
49+
print_error("Unable to parse file")
50+
return
5151
end
5252

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.")
5858
end
5959

6060
end

0 commit comments

Comments
 (0)