Open
Description
Summary
Currently both Exploit::Remote::Ftp
and Rex::Proto::Ftp
are defining same methods, which could be reduced if former uses the methods defined in the later.
Useful Links :
- Rex::Proto::Ftp
- Exploit::Remote::Ftp
Exploit::Remote::HttpClient
mixin uses the core methods of HTTP protocol from Rex::Proto::Http::Client
, but in case of FTP this is not happening which results in defining same methods in both the files.
Also none of the modules or other libraries are using Rex::Proto::Ftp
.