nesca/BasicAuth.h

20 lines
399 B
C
Raw Normal View History

2015-03-13 14:27:21 +00:00
#ifndef BASICAUTH_H
#define BASICAUTH_H
2015-03-16 14:29:34 +00:00
#include <Connector.h>
2015-03-13 14:27:21 +00:00
#include <BruteUtils.h>
2015-03-16 14:29:34 +00:00
#include <Utils.h>
#include <externData.h>
2015-03-13 14:27:21 +00:00
#include <mainResources.h>
class BA : BruteUtils{
private:
2015-03-16 14:29:34 +00:00
static bool checkOutput(const string *buffer);
static lopaStr _BABrute(const char *ip, const int port);
2015-03-13 14:27:21 +00:00
2015-03-16 14:29:34 +00:00
public:
static lopaStr _BALobby(const char *ip, const int port);
2015-03-13 14:27:21 +00:00
};
#endif // BASICAUTH_H