nesca/BasicAuth.h
2015-04-19 02:00:40 +03:00

19 lines
418 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, bool digestMode);
public:
static lopaStr BALobby(const char *ip, const int port, bool digestMode);
};
#endif // BASICAUTH_H