nesca/FTPAuth.h

20 lines
419 B
C
Raw 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 "Connector.h"
#include "BruteUtils.h"
#include "Utils.h"
#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-22 00:43:15 +00:00
static lopaStr _FTPBrute(const char *ip, const int port, PathStr *ps);
2015-03-16 14:29:34 +00:00
public:
2015-03-22 00:43:15 +00:00
static lopaStr _FTPLobby(const char *ip, const int port, PathStr *ps);
2015-03-16 14:29:34 +00:00
};
#endif // FTPAUTH_H