nesca/FTPAuth.h

19 lines
393 B
C
Raw Permalink Normal View History

2015-03-16 14:29:34 +00:00
#ifndef FTPAUTH_H
#define FTPAUTH_H
2015-03-22 00:43:15 +00:00
#include "Utils.h"
2015-03-23 17:11:00 +00:00
#include "Connector.h"
2015-03-22 00:43:15 +00:00
#include "externData.h"
#include "mainResources.h"
2015-03-16 14:29:34 +00:00
class FTPA {
private:
static bool checkOutput(const string *buffer);
2015-03-23 13:54:40 +00:00
static lopaStr FTPBrute(const char *ip, const int port, PathStr *ps);
2015-03-16 14:29:34 +00:00
public:
2015-03-23 13:54:40 +00:00
static lopaStr FTPLobby(const char *ip, const int port, PathStr *ps);
2015-03-16 14:29:34 +00:00
};
#endif // FTPAUTH_H