nesca/BasicAuth.h
2015-03-23 20:11:00 +03:00

19 lines
390 B
C++

#ifndef BASICAUTH_H
#define BASICAUTH_H
#include "Utils.h"
#include "Connector.h"
#include "externData.h"
#include "mainResources.h"
class BA {
private:
static bool checkOutput(const string *buffer, const char *ip, const int port);
static lopaStr BABrute(const char *ip, const int port);
public:
static lopaStr BALobby(const char *ip, const int port);
};
#endif // BASICAUTH_H