remove silly comma
git-svn-id: file:///home/svn/framework3/trunk@13762 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
2481eac4be
commit
7c74954461
|
@ -150,7 +150,7 @@ class Metasploit4 < Msf::Auxiliary
|
|||
:name => self.fullname,
|
||||
:info => "PUT Enabled",
|
||||
:refs => self.references,
|
||||
:exploited_at => Time.now.utc,
|
||||
:exploited_at => Time.now.utc
|
||||
)
|
||||
else
|
||||
print_error("File doesn't seem to exist. The upload probably failed.")
|
||||
|
|
Loading…
Reference in New Issue